index
:
rawr-ebooks
this commit
master
Generates nonsense statistically similar to an input corpus
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kgramstats.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Converted to C++ style randomization
Kelly Rauchenberger
2019-02-28
1
-18
/
+25
*
Allow the sentence to end at the end of a corpus
Kelly Rauchenberger
2019-02-27
1
-0
/
+7
*
The beginning of a corpus should be treated as a new sentence
Kelly Rauchenberger
2019-02-27
1
-0
/
+27
*
Fixed crash when maxK is greater than a corpus's length
Kelly Rauchenberger
2019-02-27
1
-1
/
+1
*
Interned tokens to reduce memory footprint
Kelly Rauchenberger
2018-08-26
1
-35
/
+60
*
Made cuts algorithm more aggressive
Kelly Rauchenberger
2018-02-06
1
-5
/
+10
*
Tweaked the cutting algorithm and disabled newlines
Kelly Rauchenberger
2016-11-27
1
-17
/
+14
*
Merge branch 'master' of https://github.com/hatkirby/rawr-ebooks
Kelly Rauchenberger
2016-08-20
1
-1
/
+1
|
\
|
*
Fixed final closing delimiters appearing on new line
Kelly Rauchenberger
2016-06-05
1
-1
/
+1
*
|
Marked rawr::randomSentence const
Kelly Rauchenberger
2016-08-20
1
-3
/
+3
|
/
*
Added ability to require a minimum number of corpora in generated output
Kelly Rauchenberger
2016-05-31
1
-47
/
+87
*
Newlines, colons, and semicolons are now valid terminators
Kelly Rauchenberger
2016-05-29
1
-24
/
+53
*
Pulled the ebooks functionality out into a library
Kelly Rauchenberger
2016-05-20
1
-213
/
+252
*
Changed "full sentence mode" to "don't stop believing" mode
Kelly Rauchenberger
2016-03-10
1
-14
/
+1
*
Member hiding is fun
Kelly Rauchenberger
2016-03-08
1
-2
/
+2
*
Full sentences mode!
Kelly Rauchenberger
2016-03-08
1
-2
/
+15
*
Removed aspell session editing
Kelly Rauchenberger
2016-02-28
1
-4
/
+0
*
Reverted to an older kgram cut rate
Kelly Rauchenberger
2016-02-20
1
-13
/
+9
*
Added percentage display to preprocessing stage
Kelly Rauchenberger
2016-02-20
1
-4
/
+52
*
Modified kgram cut rate. It's do or die.
Kelly Rauchenberger
2016-02-17
1
-10
/
+13
*
Attemped to fix line-endings for Windows
Kelly Rauchenberger
2016-02-17
1
-0
/
+10
*
Fixed issue when names.txt was not present
Kelly Rauchenberger
2016-02-15
1
-24
/
+13
*
Tweaked kgram cut rate some more (it never ends)
Kelly Rauchenberger
2016-02-15
1
-1
/
+1
*
Tweaked kgram cut rate AGAIN
Kelly Rauchenberger
2016-02-14
1
-1
/
+2
*
Fixed incorrect diversity of tokens containing the letters aemnou
Kelly Rauchenberger
2016-02-14
1
-1
/
+1
*
Tweaked kgram cut rate again
Kelly Rauchenberger
2016-02-14
1
-2
/
+2
*
Fixed problem wherein "$name$'s" was considered a form of "name's"
Kelly Rauchenberger
2016-02-14
1
-8
/
+6
*
Fixed issue where queries with both the wildcard token and a terminating toke...
Kelly Rauchenberger
2016-02-13
1
-14
/
+5
*
Tweaked kgram cut rate again
Kelly Rauchenberger
2016-02-09
1
-4
/
+8
*
Merge branch 'master' of http://github.com/hatkirby/rawr-ebooks
Kelly Rauchenberger
2016-02-03
1
-0
/
+1
|
\
|
*
Added #include <cstring> to kgramstats
Kelly Rauchenberger
2016-02-03
1
-0
/
+1
*
|
Declared old-style $name$ and $noun$ canonical
Kelly Rauchenberger
2016-02-03
1
-0
/
+6
|
/
*
Token generator now uses aspell to link different spellings of a word
Kelly Rauchenberger
2016-02-03
1
-3
/
+56
*
Terminator characters in the middle of tokens are no longer stripped
Kelly Rauchenberger
2016-02-03
1
-11
/
+16
*
Fixed issue where closing opened delimiters wouldn't pop them off the stack
Kelly Rauchenberger
2016-02-01
1
-0
/
+2
*
Added emoji freevar
Kelly Rauchenberger
2016-02-01
1
-3
/
+102
*
Rewrote how tokens are handled
Kelly Rauchenberger
2016-01-29
1
-176
/
+277
*
hashtags are now randomized
Kelly Rauchenberger
2016-01-25
1
-33
/
+82
*
Did you know you can put comments in front of ascii art (https://twitter.com/...
Kelly Rauchenberger
2016-01-05
1
-0
/
+34
*
Rewrote quite a bit of kgramstats
Kelly Rauchenberger
2016-01-04
1
-277
/
+165
*
guess what! the algorithm
Kelly Rauchenberger
2015-12-30
1
-31
/
+56
*
You guessed it,,, twerked the algo
Kelly Rauchenberger
2015-11-23
1
-44
/
+41
*
Added malapropisms
Kelly Rauchenberger
2015-11-22
1
-68
/
+93
*
I may have made things better. I may have made things worse.
Kelly Rauchenberger
2015-11-22
1
-5
/
+5
*
Added some newline recognition
Kelly Rauchenberger
2015-07-24
1
-31
/
+55
*
Took into account question marks and exclamation marks
Kelly Rauchenberger
2015-07-19
1
-2
/
+2
*
Stopped using C++11 because yamlcpp didn't like it
Kelly Rauchenberger
2015-07-19
1
-3
/
+6
*
Kerjiggered the algorithms
Kelly Rauchenberger
2015-07-19
1
-21
/
+166
*
Modified kgram shortening rate
Kelly Rauchenberger
2014-04-22
1
-1
/
+1
*
Stripped empty tokens from corpus
Feffernoose
2013-10-06
1
-2
/
+8
[next]