Commit Graph

278 Commits

Author SHA1 Message Date
Joshua Chin
c3a14a8a09 fixed tokenize_twitter
Former-commit-id: f31f9a1bcd
2015-07-17 16:37:47 -04:00
Joshua Chin
af73f813be added cld2 tokenizer comments
Former-commit-id: a44927e98e
2015-07-17 16:03:33 -04:00
Joshua Chin
5c7e0dd0dd fix arabic tokens
Former-commit-id: 11a1c51321
2015-07-17 15:52:12 -04:00
Joshua Chin
a868c99839 fixed syntax
Former-commit-id: c75c735d8d
2015-07-17 15:43:24 -04:00
Joshua Chin
8006f80a99 factored out fixing arabic
Former-commit-id: 4e3a5263c3
2015-07-17 15:39:12 -04:00
Joshua Chin
f2546d8d33 renamed tokenize file to tokenize twitter
Former-commit-id: 303bd88ba2
2015-07-17 15:27:26 -04:00
Joshua Chin
d3a5191fb0 created last_tab flag
Former-commit-id: d6519cf736
2015-07-17 15:19:09 -04:00
Joshua Chin
4b81f8c938 removed uncessary if statement
Former-commit-id: 620becb7e8
2015-07-17 15:14:06 -04:00
Joshua Chin
9812a2a08c generated freq dict in place
Former-commit-id: d988b1b42e
2015-07-17 15:13:25 -04:00
Joshua Chin
53dd1e91c5 corrected docstring
Former-commit-id: e37c689031
2015-07-17 15:12:23 -04:00
Joshua Chin
bb706b65f4 removed unnecessary strip
Former-commit-id: 002351bace
2015-07-17 15:11:28 -04:00
Joshua Chin
919f2f5912 moved last_tab to tokenize_twitter
Former-commit-id: 7fc23666a9
2015-07-17 15:10:17 -04:00
Joshua Chin
4e87458242 removed unused function
Former-commit-id: 528285a982
2015-07-17 15:03:14 -04:00
Joshua Chin
8dd4ffee8a fixed spacing
Former-commit-id: 59d3c72758
2015-07-17 15:02:34 -04:00
Joshua Chin
09dff0186c removed unnecessary format
Former-commit-id: 10028be212
2015-07-17 15:01:25 -04:00
Joshua Chin
117e06d5a4 cleaned up BAD_CHAR_RANGE
Former-commit-id: 3b368b66dd
2015-07-17 15:00:59 -04:00
Joshua Chin
cc2f748b05 moved test tokenizers
Former-commit-id: c2d1cdcb31
2015-07-17 14:58:58 -04:00
Joshua Chin
2180f71296 added docstring and moved to scripts
Former-commit-id: 5d26c9f57f
2015-07-17 14:56:18 -04:00
Joshua Chin
2335369f86 style changes
Former-commit-id: bdc791af8f
2015-07-17 14:54:32 -04:00
Joshua Chin
6083219fe5 removed bad comment
Former-commit-id: 4d5ec57144
2015-07-17 14:54:09 -04:00
Joshua Chin
4fa4060036 removed unused scripts
Former-commit-id: 39f01b0485
2015-07-17 14:53:18 -04:00
Joshua Chin
f4c875983e updated word_frequency docstring
Former-commit-id: afaed8757b
2015-07-17 14:52:06 -04:00
Joshua Chin
d0e0287d71 updated comments
Former-commit-id: 131b916c57
2015-07-17 14:50:12 -04:00
Joshua Chin
45799955ab no use for use
Former-commit-id: b0a9a2980f
2015-07-17 14:46:40 -04:00
Joshua Chin
631a5f1b71 removed mkdir -p for many cases
Former-commit-id: 98a7a8093b
2015-07-17 14:45:22 -04:00
Joshua Chin
bc4cedf85a removed TOKENIZE_TWITTER
Former-commit-id: 449a656edd
2015-07-17 14:43:14 -04:00
Joshua Chin
c80943c677 removed TOKENIZE_TWITTER option
Former-commit-id: 00e18b7d4b
2015-07-17 14:40:49 -04:00
Joshua Chin
753d241b6a more README fixes
Former-commit-id: 772c0cddd1
2015-07-17 14:40:33 -04:00
Joshua Chin
0f92367e3d fixed README
Former-commit-id: 0a085132f4
2015-07-17 14:35:43 -04:00
Rob Speer
7f9b7bb5d0 update the wordfreq_builder README
Former-commit-id: 8633e8c2a9
2015-07-13 11:58:48 -04:00
Joshua Chin
0cb9d4e467 Merge ../wordfreq_builder
Former-commit-id: 668f0fa67f
2015-07-13 11:03:18 -04:00
Joshua Chin
b25205ef8e Merge pull request #16 from LuminosoInsight/more-tweaking
More tweaking

Former-commit-id: 2c573b5a0e
2015-07-10 14:36:18 -04:00
Andrew Lin
3c5caa138a 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
0594eb65c2 added comment about parsing_range
Former-commit-id: 7706496080
2015-07-10 14:27:48 -04:00
Joshua Chin
275b761fe1 %c is a thing
Former-commit-id: 447fb7aacd
2015-07-10 14:23:06 -04:00
Joshua Chin
1578a1eb0d merge
Former-commit-id: 2612bc23ff
2015-07-10 14:12:42 -04:00
Joshua Chin
b3ae254f87 updated func_to_regex to remove end check
Former-commit-id: 87830d138b
2015-07-10 14:10:26 -04:00
Andrew Lin
b77cb1ac75 Improve variable names.
Former-commit-id: 95da6985d4
2015-07-10 14:02:33 -04:00
Joshua Chin
087bde269c merged
Former-commit-id: e68f5b67a2
2015-07-10 13:33:17 -04:00
Joshua Chin
648f15e997 created alternate implementation of func-to-regex
Former-commit-id: 7c189ef129
2015-07-10 11:03:57 -04:00
Andrew Lin
8e89671560 Clarify the algorithm for range calculation using an explicit variable.
Former-commit-id: 6755741e7d
2015-07-09 16:47:33 -04:00
Andrew Lin
2b7d1249f6 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
bb196ad851 Remove an unused temporary.
Former-commit-id: 47ee662e24
2015-07-09 15:50:44 -04:00
Andrew Lin
081fde93e3 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
1cd48c26c2 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
d1ba78b07c Close a file a little earlier.
Former-commit-id: b4bae84aac
2015-07-09 14:03:24 -04:00
Andrew Lin
f938ffccf9 Spacing tweaks.
Former-commit-id: 677ed6eb87
2015-07-09 13:26:49 -04:00
Andrew Lin
8961729401 Document the version of Unicode used to build the regexes.
Former-commit-id: 9f8464c2d1
2015-07-08 18:48:33 -04:00
Andrew Lin
8b3c5348e3 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
30de0ff17f Merge pull request #6 from LuminosoInsight/code-review-leftovers
Code review leftovers
2015-07-07 19:39:44 -04:00