Commit Graph

152 Commits

Author SHA1 Message Date
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
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
b4600c9bd1 Switch to a more precise centibel scale.
Former-commit-id: 7862a4d2b6
2015-06-22 17:36:30 -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
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
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
Joshua Chin
c5d8bac7d5 removed temporary variable
Former-commit-id: 053e4da3e6
2015-06-17 12:16:02 -04:00
Rob Speer
9a46b80028 clearer error on py2
Former-commit-id: ed19d79c5a
2015-05-28 14:05:11 -04:00
Rob Speer
51f4e4c826 add installation instructions to the readme
Former-commit-id: 0f4ca80026
2015-05-28 14:02:12 -04:00
Rob Speer
1f41cb083c update Japanese data; test Japanese and token combining
Former-commit-id: 611a6a35de
2015-05-28 14:01:56 -04:00
Rob Speer
d991373c1d Work on making Japanese tokenization use MeCab consistently
Former-commit-id: 05cf94d1fd
2015-05-27 18:10:25 -04:00
Rob Speer
e4e146f22f Merge branch 'master' into newbuild
Conflicts:
	setup.py
	wordfreq/build.py
	wordfreq/config.py

Former-commit-id: 0e5156e162
2015-05-21 20:41:47 -04:00
Rob Speer
b807d01f8f rebuild data
Former-commit-id: 84e5edcea1
2015-05-21 20:36:15 -04:00
Rob Speer
a1c31d3390 remove old tests
Former-commit-id: 410912d8f0
2015-05-21 20:36:09 -04:00
Rob Speer
24a8e5531b allow more language matches; reorder some parameters
Former-commit-id: b42594fa5f
2015-05-21 20:35:02 -04:00
Rob Speer
5b4107bd1d tests for new wordfreq with full coverage
Former-commit-id: df863a5169
2015-05-21 20:34:17 -04:00
Rob Speer
c953fc1626 update README, another setup fix
Former-commit-id: dd41e61c57
2015-05-13 04:09:34 -04:00
Rob Speer
5cbc0d0f94 update dependencies
Former-commit-id: f13cca4d81
2015-05-12 12:30:01 -04:00
Rob Speer
6f61cac4cb restore missing line in setup.py
Former-commit-id: bb18f741e2
2015-05-12 12:24:18 -04:00
Rob Speer
1c65cb9f14 add new data files from wordfreq_builder
Former-commit-id: 35aec061de
2015-05-11 18:45:47 -04:00
Rob Speer
9cd6f7c5c5 WIP: burn stuff down
Former-commit-id: 9b63e54471
2015-05-08 15:28:52 -04:00
Lance Nathan
1bde55d516 Tweak to previous variable name fix
Former-commit-id: e8a1548d93
2015-05-06 17:57:10 -04:00
Lance Nathan
d577c9e9c9 Merge pull request #6 from LuminosoInsight/ftfy4
Clean data with ftfy v4

Former-commit-id: 4632ffb177
2015-05-06 17:32:45 -04:00
Lance Nathan
b82b183c7a Merge pull request #5 from LuminosoInsight/dutch-201504
Better Dutch surface-form data

Former-commit-id: 5f05b52fe5
2015-05-06 17:15:21 -04:00
Rob Speer
f000ac2f1d fix reused variable name
Former-commit-id: 506073030a
2015-05-06 17:06:37 -04:00
Rob Speer
c439d492a5 set version number to 0.8
Former-commit-id: 2f3bb955d1
2015-05-05 12:05:00 -04:00
Rob Speer
d7ea4c420c Merge branch 'dutch-201504' into ftfy4
Conflicts:
	setup.py

Former-commit-id: 24a7c73e6d
2015-05-05 12:04:44 -04:00
Rob Speer
0cc89b1afa require ftfy 4
Former-commit-id: 70b2c678ea
2015-05-05 12:04:13 -04:00
Rob Speer
732c932ac7 v0.7: make a proper Dutch 'surfaces' list
Former-commit-id: 873ace87db
2015-04-30 13:01:24 -04:00