Commit Graph

603 Commits

Author SHA1 Message Date
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
91d6edd55b Switch to a centibel scale, add a header to the data 2015-06-22 17:38:13 -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
3108d24d76 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
Robyn Speer
a83cf82adb restore missing Russian OpenSubtitles data 2015-06-19 12:36:08 -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
Joshua Chin
1385b735cf updated freqs_to_dBpack docstring 2015-06-18 10:32:53 -04:00
Joshua Chin
3596434f7f revised read_freqs docstring 2015-06-18 10:28:22 -04:00
Joshua Chin
18b53f6071 updated monolingual_tokenize_file docstring, and removed unused argument 2015-06-18 10:20:54 -04:00
Joshua Chin
34e9512517 tokenize_file should ignore lines with unknown languages 2015-06-18 10:18:57 -04:00
Joshua Chin
2f4fe92c90 Fixed CLD2_BAD_CHAR regex 2015-06-18 10:18:00 -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
87285b8b90 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
b5bc39c893 tokenize_file: don't join tokens if language is None 2015-06-17 14:18:18 -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
Joshua Chin
7fc0ba9092 automatically closes input file in tokenize_file 2015-06-17 11:42:34 -04:00
Robyn Speer
2fbfbfcc98 Merge pull request #1 from LuminosoInsight/cld2-tokenizer
Replaced usage of Rosette with the CLD2 language recognizer and the wordfreq tokenizer
2015-06-17 11:33:15 -04:00
Joshua Chin
2039b18b71 updated test to check number parsing 2015-06-17 11:30:25 -04:00
Joshua Chin
dad23c117a fixed build process 2015-06-17 11:25:07 -04:00
Joshua Chin
a495de9f65 updated directory of twitter output 2015-06-16 17:32:58 -04:00
Joshua Chin
6f0a082007 removed intermediate twitter file rules 2015-06-16 17:28:09 -04:00
Joshua Chin
42ca1f2523 improved tokenize_file and updated docstring 2015-06-16 17:27:27 -04:00
Joshua Chin
80afc5dc45 renamed pretokenize_twitter to tokenize twitter, and deleted format_twitter 2015-06-16 17:26:52 -04:00
Joshua Chin
20bc34f224 fixed bugs and removed unused code 2015-06-16 17:25:06 -04:00
Joshua Chin
aa0bef3fb7 changed tokenizer to only strip t.co urls 2015-06-16 16:11:31 -04:00
Joshua Chin
8dd17fded4 Added codepoints U+10FFFE and U+10FFFF to CLD2_BAD_CHAR_RANGE 2015-06-16 16:03:58 -04:00
Joshua Chin
308cdbb4c4 added tests for the tokenizer and language recognizer 2015-06-16 16:00:14 -04:00
Joshua Chin
e57a88b548 added pycld2 dependency 2015-06-16 15:06:22 -04:00
Joshua Chin
7a3cd8068c Replaced Rosette with cld2 language recognizer and wordfreq tokenizer 2015-06-16 14:45:49 -04:00
Robyn Speer
6cd6ab33bc ninja2dot: make a graph of the build process 2015-06-15 13:14:32 -04:00
Robyn Speer
26b03392fe Reorganize and document some functions 2015-06-15 12:40:31 -04:00
Robyn Speer
04ad6720cc okay, apparently you can't mix code blocks and bullets 2015-06-01 11:39:42 -04:00
Robyn Speer
69d9e89bb8 is this indented enough for you, markdown 2015-06-01 11:38:10 -04:00
Robyn Speer
dcc1e87728 add a README 2015-06-01 11:37:19 -04:00
Robyn Speer
2dc3d82a98 clearer error on py2
Former-commit-id: ed19d79c5a
2015-05-28 14:05:11 -04:00
Robyn Speer
a3cc8d403c add installation instructions to the readme
Former-commit-id: 0f4ca80026
2015-05-28 14:02:12 -04:00
Robyn Speer
860e929bf8 update Japanese data; test Japanese and token combining
Former-commit-id: 611a6a35de
2015-05-28 14:01:56 -04:00
Robyn Speer
5db3c4ef9e Work on making Japanese tokenization use MeCab consistently
Former-commit-id: 05cf94d1fd
2015-05-27 18:10:25 -04:00
Robyn Speer
296901b93f Tokenize Japanese consistently with MeCab 2015-05-27 17:44:58 -04:00