about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed incidence of random kgram-trimmingFeffernoose2013-10-041-4/+10
| | | | Also added better terminal output
* Weighed token casing and presence of periodsFeffernoose2013-10-012-28/+76
| | | | | | | | Tokens which differ only by casing or the presence of an ending period are now considered the same token. When tokens are generated, they are cased based on the prevalence of Upper/Title/Lower casing of the token in the input corpus, and similarly, a period is added to the end of the word based on how often the same token was ended with a period in the input corpus.
* Wrote programFeffernoose2013-10-016-1/+336
|
* Started automake stuffFeffernoose2013-09-304-0/+38
|
* Initial commitKelly Rauchenberger2013-09-303-0/+356