Joshua Chin
|
98788628e9
|
Merge pull request #14 from LuminosoInsight/add-twitter-wordlists
Add twitter wordlists
Former-commit-id: 2acca8a27a
|
2015-07-01 18:00:30 -04:00 |
|
Robyn Speer
|
9615b9f843
|
test and document new twitter wordlists
Former-commit-id: 14cb408100
|
2015-07-01 17:53:38 -04:00 |
|
Robyn Speer
|
215eafc50b
|
add Twitter-specific wordlists
Former-commit-id: 7e3066d3fc
|
2015-07-01 17:49:33 -04:00 |
|
Andrew Lin
|
9c461ae70e
|
Merge pull request #7 from LuminosoInsight/newbuild
wordfreq 1.0b1
Former-commit-id: dbc42830b4
|
2015-07-01 16:51:39 -04:00 |
|
Joshua Chin
|
d8e3cc5383
|
Merge pull request #13 from LuminosoInsight/casefold-tokens
Case-fold instead of just lowercasing tokens
Former-commit-id: 95fc0c8e9d
|
2015-07-01 11:34:02 -04:00 |
|
Robyn Speer
|
a9b9b2f080
|
update data using new build
Former-commit-id: f9a9ee7a82
|
2015-07-01 11:18:39 -04:00 |
|
Robyn Speer
|
4997d776b9
|
case-fold instead of just lowercasing tokens
Former-commit-id: 638467f600
|
2015-06-30 15:14:02 -04:00 |
|
Robyn Speer
|
4c2b766f46
|
bump version number
Former-commit-id: 053f372ebc
|
2015-06-30 14:54:13 -04:00 |
|
Robyn Speer
|
15865f43a7
|
Merge pull request #12 from LuminosoInsight/split-emoji
Added the results of the new wordfreq_builder that splits emoji.
Former-commit-id: 7d25627e43
|
2015-06-30 11:32:40 -04:00 |
|
Joshua Chin
|
fbd15947bb
|
revert changes to test_not_really_random
Former-commit-id: bbf7b9de34
|
2015-06-30 11:29:14 -04:00 |
|
Joshua Chin
|
9b02abb5ea
|
changed english test to take random ascii words
Former-commit-id: a49b66880e
|
2015-06-29 11:05:01 -04:00 |
|
Joshua Chin
|
d10109bb38
|
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
|
fa89956df3
|
Japanese people do not 'lol', they 'w'
Former-commit-id: 17f11ebd26
|
2015-06-29 11:01:13 -04:00 |
|
Joshua Chin
|
b321c14b2c
|
updated wordlists
Former-commit-id: 6f02dfc883
|
2015-06-29 11:00:39 -04:00 |
|
Robyn Speer
|
96b75dcf2b
|
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
|
2eb1358c35
|
fixed tatweel comment
Former-commit-id: 811c199e15
|
2015-06-26 10:00:47 -04:00 |
|
Joshua Chin
|
da370511e3
|
optimized ranges and treats unassigned codepoints like their neighbors
Former-commit-id: 91a14f6e6e
|
2015-06-25 14:38:32 -04:00 |
|
Joshua Chin
|
59818f524f
|
changed mecab_tokenize to a global variable
Former-commit-id: 5fc448bc60
|
2015-06-25 13:58:30 -04:00 |
|
Joshua Chin
|
e4ba652556
|
added uncategorized unicodes as not punctuation
Former-commit-id: 5cdac0c54e
|
2015-06-25 13:53:54 -04:00 |
|
Joshua Chin
|
7c8266aeb7
|
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
|
60782d3796
|
removes arabic commas
Former-commit-id: 83797bd276
|
2015-06-25 12:02:59 -04:00 |
|
Joshua Chin
|
78bff813e3
|
only import mecab once
Former-commit-id: 6e1f7e30c6
|
2015-06-25 11:41:19 -04:00 |
|
Joshua Chin
|
a0b7211451
|
updated tests for emoji splitting
Former-commit-id: 3bcb3e84a1
|
2015-06-25 11:25:51 -04:00 |
|
Joshua Chin
|
99562d04f8
|
uses DATA_PATH instead of explicit path
Former-commit-id: 35a80e5f50
|
2015-06-25 10:42:59 -04:00 |
|
Joshua Chin
|
d4b5530d0e
|
now uses ranges
Former-commit-id: f3a365fda9
|
2015-06-25 10:39:04 -04:00 |
|
Joshua Chin
|
44e7fb5b70
|
added docstrings
Former-commit-id: d10737bb51
|
2015-06-24 17:45:29 -04:00 |
|
Joshua Chin
|
9349b53f40
|
removed duplicate of non_punct.txt
Former-commit-id: d9ebeca734
|
2015-06-24 17:36:57 -04:00 |
|
Joshua Chin
|
0ddf0220fa
|
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
|
7bbcffd848
|
removed old FIXME
Former-commit-id: d372b5618c
|
2015-06-24 17:15:50 -04:00 |
|
Joshua Chin
|
fd2b0fc015
|
caches non_punct regex in non_punct.txt
Former-commit-id: f576ca58ae
|
2015-06-24 17:11:50 -04:00 |
|
Robyn Speer
|
f8ac142bcf
|
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
|
90c41de48a
|
splits emoji from text
Former-commit-id: 78c5b589c5
|
2015-06-24 16:50:28 -04:00 |
|
Joshua Chin
|
af4b4e56c9
|
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
|
f6dac2bba5
|
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 |
|
Robyn Speer
|
a72195765f
|
fix redundant mention of the header
Former-commit-id: d81070a13c
|
2015-06-23 12:53:57 -04:00 |
|
Robyn Speer
|
f3958d63ae
|
Switch to a more precise centibel scale.
Former-commit-id: 7862a4d2b6
|
2015-06-22 17:36:30 -04:00 |
|
Robyn Speer
|
2c5ffa1b52
|
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 |
|
Robyn Speer
|
2763063bd2
|
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
|
7ef897e739
|
updated data with a clean build
Former-commit-id: 90fc3970c6
|
2015-06-18 11:38:57 -04:00 |
|
Joshua Chin
|
4706a38c7a
|
updated test because the new tokenizer removes URLs
Former-commit-id: 35f472fcf9
|
2015-06-18 11:38:28 -04:00 |
|
Robyn Speer
|
c980cd883a
|
copy-edit some docstrings
Former-commit-id: 981cc249f1
|
2015-06-17 14:42:38 -04:00 |
|
Robyn Speer
|
940b9b71db
|
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
|
7e5a1476c0
|
updated dB_to_freq docstring
Former-commit-id: 68b1c121bd
|
2015-06-17 14:34:03 -04:00 |
|
Joshua Chin
|
ac7c71ae70
|
clearified the docstrings for random_words and random_ascii_words
Former-commit-id: a289ab7f8b
|
2015-06-17 14:26:06 -04:00 |
|
Joshua Chin
|
e877e2120b
|
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
|
0e25c91c93
|
changed yield to yield from in iter_wordlist
Former-commit-id: 6cc962bfea
|
2015-06-17 12:38:31 -04:00 |
|
Joshua Chin
|
dbb588a1cf
|
updated db_to_freq docstring
Former-commit-id: 9b30da4dec
|
2015-06-17 12:24:23 -04:00 |
|
Joshua Chin
|
fff550b233
|
added docstrings
Former-commit-id: 7e808bf7c1
|
2015-06-17 12:20:50 -04:00 |
|
Joshua Chin
|
76c504bdd2
|
removed temporary variable
Former-commit-id: 053e4da3e6
|
2015-06-17 12:16:02 -04:00 |
|
Robyn Speer
|
2dc3d82a98
|
clearer error on py2
Former-commit-id: ed19d79c5a
|
2015-05-28 14:05:11 -04:00 |
|