Joshua Chin
|
5cc3dce834
|
revert changes to test_not_really_random
Former-commit-id: bbf7b9de34
|
2015-06-30 11:29:14 -04:00 |
|
Joshua Chin
|
53c558ca90
|
changed english test to take random ascii words
Former-commit-id: a49b66880e
|
2015-06-29 11:05:01 -04:00 |
|
Joshua Chin
|
ea5470a85a
|
changed japanese test because the most common japanese ascii word keeps changing
Former-commit-id: 5ed03b006c
|
2015-06-29 11:04:19 -04:00 |
|
Joshua Chin
|
000491c7cc
|
Japanese people do not 'lol', they 'w'
Former-commit-id: 17f11ebd26
|
2015-06-29 11:01:13 -04:00 |
|
Joshua Chin
|
6e6d9fb052
|
updated wordlists
Former-commit-id: 6f02dfc883
|
2015-06-29 11:00:39 -04:00 |
|
Rob Speer
|
53e990ba67
|
Merge pull request #11 from LuminosoInsight/split-emoji
wordfreq now splits emoji from text
Former-commit-id: 6c76942da2
|
2015-06-26 12:12:51 -04:00 |
|
Joshua Chin
|
b6dd6a2c83
|
fixed tatweel comment
Former-commit-id: 811c199e15
|
2015-06-26 10:00:47 -04:00 |
|
Joshua Chin
|
66916f9652
|
optimized ranges and treats unassigned codepoints like their neighbors
Former-commit-id: 91a14f6e6e
|
2015-06-25 14:38:32 -04:00 |
|
Joshua Chin
|
6765bead18
|
changed mecab_tokenize to a global variable
Former-commit-id: 5fc448bc60
|
2015-06-25 13:58:30 -04:00 |
|
Joshua Chin
|
d372f29757
|
added uncategorized unicodes as not punctuation
Former-commit-id: 5cdac0c54e
|
2015-06-25 13:53:54 -04:00 |
|
Joshua Chin
|
b510e4144d
|
removes combining marks from arabic words instead of treating them as punctuation
Former-commit-id: cebca52ea3
|
2015-06-25 12:36:41 -04:00 |
|
Joshua Chin
|
c00a87791d
|
removes arabic commas
Former-commit-id: 83797bd276
|
2015-06-25 12:02:59 -04:00 |
|
Joshua Chin
|
ba0e64a211
|
only import mecab once
Former-commit-id: 6e1f7e30c6
|
2015-06-25 11:41:19 -04:00 |
|
Joshua Chin
|
09966989fb
|
updated tests for emoji splitting
Former-commit-id: 3bcb3e84a1
|
2015-06-25 11:25:51 -04:00 |
|
Joshua Chin
|
38a89654f9
|
uses DATA_PATH instead of explicit path
Former-commit-id: 35a80e5f50
|
2015-06-25 10:42:59 -04:00 |
|
Joshua Chin
|
1d2615f6d6
|
now uses ranges
Former-commit-id: f3a365fda9
|
2015-06-25 10:39:04 -04:00 |
|
Joshua Chin
|
50398a8ce1
|
added docstrings
Former-commit-id: d10737bb51
|
2015-06-24 17:45:29 -04:00 |
|
Joshua Chin
|
5fdf6534f3
|
removed duplicate of non_punct.txt
Former-commit-id: d9ebeca734
|
2015-06-24 17:36:57 -04:00 |
|
Joshua Chin
|
0a30164358
|
added non_punct to MANIFEST.in and moved it into data
Former-commit-id: b198f4b0c2
|
2015-06-24 17:30:01 -04:00 |
|
Joshua Chin
|
151078467a
|
removed old FIXME
Former-commit-id: d372b5618c
|
2015-06-24 17:15:50 -04:00 |
|
Joshua Chin
|
d48a44b4e3
|
caches non_punct regex in non_punct.txt
Former-commit-id: f576ca58ae
|
2015-06-24 17:11:50 -04:00 |
|
Rob Speer
|
507b769a35
|
Merge pull request #10 from LuminosoInsight/returns-none-bugfix
word_frequency no longer returns None if it does not detect tokens
Former-commit-id: 97bbb97f63
|
2015-06-24 17:04:36 -04:00 |
|
Joshua Chin
|
f98c6c4401
|
splits emoji from text
Former-commit-id: 78c5b589c5
|
2015-06-24 16:50:28 -04:00 |
|
Joshua Chin
|
f0e357c35f
|
word_frequency no longer returns None if it does not detect tokens
Former-commit-id: 2346a0535a
|
2015-06-24 14:47:26 -04:00 |
|
Joshua Chin
|
a59070479e
|
Merge pull request #3 from LuminosoInsight/centibels
Switch to a centibel scale, add a header to the data
|
2015-06-23 12:59:20 -04:00 |
|
Joshua Chin
|
52e2ad7de6
|
Merge pull request #9 from LuminosoInsight/centibels
Switch to a more precise centibel scale
Former-commit-id: 0cac6dfda1
|
2015-06-23 12:55:55 -04:00 |
|
Rob Speer
|
dd6919c2b0
|
fix redundant mention of the header
Former-commit-id: d81070a13c
|
2015-06-23 12:53:57 -04:00 |
|
Rob Speer
|
f305679caf
|
Switch to a centibel scale, add a header to the data
|
2015-06-22 17:38:13 -04:00 |
|
Rob Speer
|
b4600c9bd1
|
Switch to a more precise centibel scale.
Former-commit-id: 7862a4d2b6
|
2015-06-22 17:36:30 -04:00 |
|
Rob Speer
|
d16683f2b9
|
Merge pull request #2 from LuminosoInsight/review-refactor
Adds a number of bugfixes and improvements to wordfreq_builder
|
2015-06-19 15:29:52 -04:00 |
|
Rob Speer
|
5bc1f0c097
|
restore missing Russian OpenSubtitles data
|
2015-06-19 12:36:08 -04:00 |
|
Rob Speer
|
a4bf8ff2e8
|
Update the copyright year in the license
I don't know when you need to update the year, but the code has substantially changed since 2013.
Former-commit-id: 28c9edf135
|
2015-06-18 18:55:59 -04:00 |
|
Rob Speer
|
1957e18134
|
Rename MIT-LICENSE to MIT-LICENSE.txt
This makes the filename match what README.txt refers to.
Former-commit-id: cd3270168f
|
2015-06-18 18:55:18 -04:00 |
|
Joshua Chin
|
b2fe593690
|
updated data with a clean build
Former-commit-id: 90fc3970c6
|
2015-06-18 11:38:57 -04:00 |
|
Joshua Chin
|
529aa9afde
|
updated test because the new tokenizer removes URLs
Former-commit-id: 35f472fcf9
|
2015-06-18 11:38:28 -04:00 |
|
Joshua Chin
|
3746af1350
|
updated freqs_to_dBpack docstring
|
2015-06-18 10:32:53 -04:00 |
|
Joshua Chin
|
59ce14cdd0
|
revised read_freqs docstring
|
2015-06-18 10:28:22 -04:00 |
|
Joshua Chin
|
04bf6aadcc
|
updated monolingual_tokenize_file docstring, and removed unused argument
|
2015-06-18 10:20:54 -04:00 |
|
Joshua Chin
|
91dd73a2b5
|
tokenize_file should ignore lines with unknown languages
|
2015-06-18 10:18:57 -04:00 |
|
Joshua Chin
|
ffc01c75a0
|
Fixed CLD2_BAD_CHAR regex
|
2015-06-18 10:18:00 -04:00 |
|
Rob Speer
|
b7f125e1d9
|
copy-edit some docstrings
Former-commit-id: 981cc249f1
|
2015-06-17 14:42:38 -04:00 |
|
Rob Speer
|
632b6992fe
|
Merge pull request #8 from LuminosoInsight/newbuild-refactor
Refactored the newbuild branch, in response to the preliminary review notes
Former-commit-id: 13988f8e3d
|
2015-06-17 14:35:37 -04:00 |
|
Joshua Chin
|
d55770dedc
|
updated dB_to_freq docstring
Former-commit-id: 68b1c121bd
|
2015-06-17 14:34:03 -04:00 |
|
Joshua Chin
|
a10d652685
|
clearified the docstrings for random_words and random_ascii_words
Former-commit-id: a289ab7f8b
|
2015-06-17 14:26:06 -04:00 |
|
Joshua Chin
|
8277de2c7f
|
changed tokenize_file: cld2 return 'un' instead of None if it cannot recognize the language
|
2015-06-17 14:19:28 -04:00 |
|
Joshua Chin
|
b24f31d30a
|
tokenize_file: don't join tokens if language is None
|
2015-06-17 14:18:18 -04:00 |
|
Joshua Chin
|
cde8ac5366
|
corrected available_languages to return a dict of strs to strs
Former-commit-id: 9f288bac31
|
2015-06-17 12:43:13 -04:00 |
|
Joshua Chin
|
baca17c2ef
|
changed yield to yield from in iter_wordlist
Former-commit-id: 6cc962bfea
|
2015-06-17 12:38:31 -04:00 |
|
Joshua Chin
|
b5a6fcc03b
|
updated db_to_freq docstring
Former-commit-id: 9b30da4dec
|
2015-06-17 12:24:23 -04:00 |
|
Joshua Chin
|
5f7f661a1f
|
added docstrings
Former-commit-id: 7e808bf7c1
|
2015-06-17 12:20:50 -04:00 |
|