Commit Graph

437 Commits

Author SHA1 Message Date
Joshua Chin
af8050f1b8 ensure removal of tatweels (hopefully)
Former-commit-id: 173278fdd3
2015-07-20 16:48:36 -04:00
Joshua Chin
675a02ac11 unhoisted if statement
Former-commit-id: 298d3c1d24
2015-07-20 11:10:41 -04:00
Joshua Chin
98cbef4ecf ninja.py is now pep8 compliant
Former-commit-id: accb7e398c
2015-07-20 11:06:58 -04:00
Joshua Chin
3b6b8d3ab1 made single line docstring single line
Former-commit-id: c70ddf00ea
2015-07-20 10:29:02 -04:00
Joshua Chin
532b953839 updated word_frequency docstring for Chinese
Former-commit-id: 01b286e801
2015-07-20 10:28:11 -04:00
Joshua Chin
360f66bbaf updated datafiles
Former-commit-id: 465afb854c
2015-07-20 10:05:27 -04:00
Joshua Chin
44669bd3a9 fixed build
Former-commit-id: 221acf7921
2015-07-17 17:44:01 -04:00
Robyn Speer
ea2c6adbc4 mention the Wikipedia data, and credit Hermit Dave
Former-commit-id: 2d1020daac
2015-07-17 17:09:36 -04:00
Joshua Chin
ec871bb6ca fixed tokenize_twitter
Former-commit-id: f31f9a1bcd
2015-07-17 16:37:47 -04:00
Joshua Chin
71ff0c62d6 added cld2 tokenizer comments
Former-commit-id: a44927e98e
2015-07-17 16:03:33 -04:00
Joshua Chin
c2f3928433 fix arabic tokens
Former-commit-id: 11a1c51321
2015-07-17 15:52:12 -04:00
Joshua Chin
d283183743 fixed syntax
Former-commit-id: c75c735d8d
2015-07-17 15:43:24 -04:00
Joshua Chin
119618226d factored out fixing arabic
Former-commit-id: 4e3a5263c3
2015-07-17 15:39:12 -04:00
Joshua Chin
3962b475c1 renamed tokenize file to tokenize twitter
Former-commit-id: 303bd88ba2
2015-07-17 15:27:26 -04:00
Joshua Chin
2f73cc535c created last_tab flag
Former-commit-id: d6519cf736
2015-07-17 15:19:09 -04:00
Joshua Chin
4117480a0e removed uncessary if statement
Former-commit-id: 620becb7e8
2015-07-17 15:14:06 -04:00
Joshua Chin
b6d03324b9 generated freq dict in place
Former-commit-id: d988b1b42e
2015-07-17 15:13:25 -04:00
Joshua Chin
c0650a6893 corrected docstring
Former-commit-id: e37c689031
2015-07-17 15:12:23 -04:00
Joshua Chin
be8921869a removed unnecessary strip
Former-commit-id: 002351bace
2015-07-17 15:11:28 -04:00
Joshua Chin
d7feab1c28 moved last_tab to tokenize_twitter
Former-commit-id: 7fc23666a9
2015-07-17 15:10:17 -04:00
Joshua Chin
200c271083 removed unused function
Former-commit-id: 528285a982
2015-07-17 15:03:14 -04:00
Joshua Chin
c84ac8d62a fixed spacing
Former-commit-id: 59d3c72758
2015-07-17 15:02:34 -04:00
Joshua Chin
2258c4e55b removed unnecessary format
Former-commit-id: 10028be212
2015-07-17 15:01:25 -04:00
Joshua Chin
368e4f3cca cleaned up BAD_CHAR_RANGE
Former-commit-id: 3b368b66dd
2015-07-17 15:00:59 -04:00
Joshua Chin
78e9cf5d8f moved test tokenizers
Former-commit-id: c2d1cdcb31
2015-07-17 14:58:58 -04:00
Joshua Chin
4bfdd263b7 added docstring and moved to scripts
Former-commit-id: 5d26c9f57f
2015-07-17 14:56:18 -04:00
Joshua Chin
09ccb862ba style changes
Former-commit-id: bdc791af8f
2015-07-17 14:54:32 -04:00
Joshua Chin
85fe540a06 removed bad comment
Former-commit-id: 4d5ec57144
2015-07-17 14:54:09 -04:00
Joshua Chin
eb9add9d71 removed unused scripts
Former-commit-id: 39f01b0485
2015-07-17 14:53:18 -04:00
Joshua Chin
8c7f13b8d0 updated word_frequency docstring
Former-commit-id: afaed8757b
2015-07-17 14:52:06 -04:00
Joshua Chin
e8fa25cb73 updated comments
Former-commit-id: 131b916c57
2015-07-17 14:50:12 -04:00
Joshua Chin
4c7910246e no use for use
Former-commit-id: b0a9a2980f
2015-07-17 14:46:40 -04:00
Joshua Chin
a340a15870 removed mkdir -p for many cases
Former-commit-id: 98a7a8093b
2015-07-17 14:45:22 -04:00
Joshua Chin
354f09ec24 removed TOKENIZE_TWITTER
Former-commit-id: 449a656edd
2015-07-17 14:43:14 -04:00
Joshua Chin
d0df4cc9a4 removed TOKENIZE_TWITTER option
Former-commit-id: 00e18b7d4b
2015-07-17 14:40:49 -04:00
Joshua Chin
46b2730601 more README fixes
Former-commit-id: 772c0cddd1
2015-07-17 14:40:33 -04:00
Joshua Chin
3e4643f9c4 fixed README
Former-commit-id: 0a085132f4
2015-07-17 14:35:43 -04:00
Robyn Speer
eebaa071fe Merge pull request #18 from LuminosoInsight/add-builder
Add wordfreq_builder as a sub-directory to wordfreq

Former-commit-id: e02f41076d
2015-07-13 14:43:53 -04:00
Robyn Speer
73bacc659d update the wordfreq_builder README
Former-commit-id: 8633e8c2a9
2015-07-13 11:58:48 -04:00
Joshua Chin
ca886df0d2 Merge ../wordfreq_builder
Former-commit-id: 668f0fa67f
2015-07-13 11:03:18 -04:00
Joshua Chin
7259ced1b8 Merge pull request #16 from LuminosoInsight/more-tweaking
More tweaking

Former-commit-id: 2c573b5a0e
2015-07-10 14:36:18 -04:00
Andrew Lin
8439f14595 Merge pull request #17 from LuminosoInsight/alternative-func-to-regex
created alternate implementation of func-to-regex

Former-commit-id: 6efdaa308c
2015-07-10 14:32:49 -04:00
Joshua Chin
821fbb1b02 added comment about parsing_range
Former-commit-id: 7706496080
2015-07-10 14:27:48 -04:00
Joshua Chin
6dee3054de %c is a thing
Former-commit-id: 447fb7aacd
2015-07-10 14:23:06 -04:00
Joshua Chin
c77449785b merge
Former-commit-id: 2612bc23ff
2015-07-10 14:12:42 -04:00
Joshua Chin
8cbcef9bef updated func_to_regex to remove end check
Former-commit-id: 87830d138b
2015-07-10 14:10:26 -04:00
Andrew Lin
2262088b5f Improve variable names.
Former-commit-id: 95da6985d4
2015-07-10 14:02:33 -04:00
Joshua Chin
3621eba0b2 merged
Former-commit-id: e68f5b67a2
2015-07-10 13:33:17 -04:00
Joshua Chin
e23a8c0dc6 created alternate implementation of func-to-regex
Former-commit-id: 7c189ef129
2015-07-10 11:03:57 -04:00
Andrew Lin
54eece5e8c Clarify the algorithm for range calculation using an explicit variable.
Former-commit-id: 6755741e7d
2015-07-09 16:47:33 -04:00