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
Andrew Lin
8a3638bc59
Whoops -- put back 'file' as a variable name. (The perils of trusting syntax highlighting...)
...
Former-commit-id: f591e74663
2015-07-09 16:18:56 -04:00
Andrew Lin
4acf8e0667
Remove an unused temporary.
...
Former-commit-id: 47ee662e24
2015-07-09 15:50:44 -04:00
Andrew Lin
5c72e68b7e
Express the combining of word frequencies in an explicitly associative and commutative way.
...
Former-commit-id: 32b4033d63
2015-07-09 15:29:05 -04:00
Andrew Lin
ce364297a2
Switch to a faster 'drop everything' style cache for word_frequency().
...
Former-commit-id: 2821f23e79
2015-07-09 14:32:16 -04:00
Andrew Lin
d92a2fbd47
Close a file a little earlier.
...
Former-commit-id: b4bae84aac
2015-07-09 14:03:24 -04:00
Andrew Lin
921ea7ed05
Spacing tweaks.
...
Former-commit-id: 677ed6eb87
2015-07-09 13:26:49 -04:00
Andrew Lin
383963f8a9
Document the version of Unicode used to build the regexes.
...
Former-commit-id: 9f8464c2d1
2015-07-08 18:48:33 -04:00
Andrew Lin
05e14592af
Tweaks to the regex generator for brevity:
...
* Don't repeat the logic that generates the ranges
* Include only unassigned characters between two accepted ranges; this causes the resulting
regexes to be a bit more readable.
* Rearrange the script itself to avoid long lambdas and group helper functions together
* Precompute the list of all the character classes for speed and terseness
Former-commit-id: cc6920d7e4
2015-07-08 15:29:31 -04:00
Andrew Lin
eab2c6d881
Merge pull request #6 from LuminosoInsight/code-review-leftovers
...
Code review leftovers
2015-07-07 19:39:44 -04:00
Robyn Speer
e9d88bf35e
add docstrings and remove some brackets
2015-07-07 18:22:51 -04:00
Robyn Speer
91edae8307
fix duplication
...
Former-commit-id: d4d7b2f72e
2015-07-07 18:18:27 -04:00
Robyn Speer
2d32bc5579
mention Google Books Ngrams in the word_frequency docstring
...
Former-commit-id: d9a5b452fd
2015-07-07 18:07:39 -04:00
Andrew Lin
ad165d2830
Merge pull request #15 from LuminosoInsight/wordfreq-review
...
General style fixes and improvements from the code review
Former-commit-id: 8686a47a30
2015-07-07 16:53:17 -04:00
Joshua Chin
d4409a2214
removed unused imports
...
Former-commit-id: b9578ae21e
2015-07-07 16:21:22 -04:00
Joshua Chin
a7c380153f
added documentation to load ranges
...
Former-commit-id: af362480d5
2015-07-07 16:00:37 -04:00
Joshua Chin
7e9338f87e
cleaned up gen regex
...
Former-commit-id: 27ea107e6f
2015-07-07 16:00:24 -04:00
Joshua Chin
a72b4abb48
revert to using global mecab_tokenize variable
...
Former-commit-id: 189a5b9cd6
2015-07-07 15:47:37 -04:00
Joshua Chin
4b398fac65
updated minimum
...
Former-commit-id: 59c03e2411
2015-07-07 15:46:33 -04:00
Joshua Chin
4389422958
updated emoji parser
...
Former-commit-id: f04ca8fc9e
2015-07-07 15:43:34 -04:00
Joshua Chin
94ba6e650f
updated docstring
...
Former-commit-id: 9b851f3afe
2015-07-07 15:33:51 -04:00
Joshua Chin
16a785a5e4
factored out range loading
...
Former-commit-id: 32803b235b
2015-07-07 15:33:36 -04:00
Joshua Chin
a87d84b796
fixed spacing
...
Former-commit-id: ae4699029d
2015-07-07 15:23:15 -04:00
Joshua Chin
cb4e444723
fixed gen_regex
...
Former-commit-id: 5510fce675
2015-07-07 15:22:04 -04:00
Joshua Chin
b3a008f992
added arabic tests
...
Former-commit-id: f83d31a357
2015-07-07 15:10:59 -04:00
Joshua Chin
21c809416d
changed default to minimum for word_frequency
...
Former-commit-id: 9aa773aa2b
2015-07-07 15:03:26 -04:00