1997-11-21 - Doh! (Re: Stylometry)

Header Data

From: Randall Farmer <rfarmer@HiWAAY.net>
To: N/A
Message Hash: 74d0e110a289d73554f8cf9f36cc76281d824c9ab2b67e0016772de4a2dedd2b
Message ID: <Pine.OSF.3.96.971119205057.8603A-100000@fly.HiWAAY.net>
Reply To: <Pine.OSF.3.96.971118211117.5311A-100000@fly.HiWAAY.net>
UTC Datetime: 1997-11-21 01:19:42 UTC
Raw Date: Thu, 20 Nov 1997 17:19:42 -0800 (PST)

Raw message

From: Randall Farmer <rfarmer@HiWAAY.net>
Date: Thu, 20 Nov 1997 17:19:42 -0800 (PST)
Subject: Doh! (Re: Stylometry)
In-Reply-To: <Pine.OSF.3.96.971118211117.5311A-100000@fly.HiWAAY.net>
Message-ID: <Pine.OSF.3.96.971119205057.8603A-100000@fly.HiWAAY.net>
MIME-Version: 1.0
Content-Type: text/plain


There was a significant glitch in the version of the stylometry aid I
posted...read on if you care. 

Also, does anyone know where I can find some *real* stylometry programs (i.e.,
ones that do the math, etc.)? 

===============================================================================

I added the conjunctions-as-sentence-splitters after originally writing the
message with the program in it, and messed it up while updating the message to
match. Once you change this, it should catch most of the intended conjunctions
(not all of them -- specifically, not the ones with the comma on a different
line from the conjunction). 

> echo [and/or/but as sentence-splitters]
> grep -c "and,"<$1
          ^^^^^^
Should be ", and"

> grep -c "or,"<$1
          ^^^^^
Should be ", or"

> grep -c "but,"<$1
          ^^^^^^
Should be ", but"

---------------------------------------------------------------------------
Randall Farmer
    rfarmer@hiwaay.net
    http://hiwaay.net/~rfarmer






Thread