Commit Graph

92 Commits

Author SHA1 Message Date
Matthew Honnibal
dc681920bc * Upd asciify test, fixing type error 2015-01-06 01:09:44 +11:00
Matthew Honnibal
64f33a8705 * Upd asciify test, fixing type error 2015-01-06 01:03:29 +11:00
Matthew Honnibal
0aa9860c2d * Fix string-typing in test_contractions. API is inconsistent, must fix... 2015-01-05 20:10:03 +11:00
Matthew Honnibal
ee3a71862e * Fix unicode bugs in tests 2015-01-05 17:54:54 +11:00
Matthew Honnibal
166c09832f * Upd test for Python3 2015-01-05 13:15:46 +11:00
Matthew Honnibal
775a66e2b6 * Fix encoding in lemmatizer tests 2015-01-05 11:53:30 +11:00
Matthew Honnibal
33b7b3182a * Relax lemma test for now 2015-01-04 01:16:18 +11:00
Matthew Honnibal
5d7e6e37ea * Refine lemma test to probe failure 2015-01-03 23:41:16 +11:00
Matthew Honnibal
4a5cb20899 * Upd test given new data file layout 2015-01-03 01:59:56 +11:00
Matthew Honnibal
81d878beb2 * Upd tests 2014-12-30 21:34:09 +11:00
Matthew Honnibal
91a5064b7f * Upd tests 2014-12-26 14:26:27 +11:00
Matthew Honnibal
b00bc01d8c * All tests now passing for reorg 2014-12-23 13:18:59 +11:00
Matthew Honnibal
73f200436f * Tests passing except for morphology/lemmatization stuff 2014-12-23 11:40:32 +11:00
Matthew Honnibal
cf8d26c3d2 * POS tagger training working after reorg 2014-12-22 08:54:47 +11:00
Matthew Honnibal
4d4d2c0db4 * Upd test 2014-12-21 21:05:28 +11:00
Matthew Honnibal
d047dc0d0f Upd lemmatizer test 2014-12-21 21:02:44 +11:00
Matthew Honnibal
b864f0e539 * Upd iteration test 2014-12-21 21:01:46 +11:00
Matthew Honnibal
c1ab134159 * Upd lemmas test 2014-12-21 20:58:21 +11:00
Matthew Honnibal
82bd57c76f * Upd intern test 2014-12-21 20:44:21 +11:00
Matthew Honnibal
734d1da55c * Upd emoticons test 2014-12-21 20:43:27 +11:00
Matthew Honnibal
199025609f * Upd contractions test 2014-12-21 20:41:13 +11:00
Matthew Honnibal
0d9972f4b0 * Upd tokenizer test 2014-12-21 20:38:27 +11:00
Matthew Honnibal
ed2fff6128 * Add tests 2014-12-20 03:51:25 +11:00
Matthew Honnibal
516f0f1e14 * Remove test for loading ad hoc rules format 2014-12-09 16:08:45 +11:00
Matthew Honnibal
6369835306 * Add false positive test for emoticons 2014-12-09 16:08:17 +11:00
Matthew Honnibal
2a6bd2818f * Load the lexicon before we check flag values 2014-12-09 15:18:43 +11:00
Matthew Honnibal
302e09018b * Work on fixing special-cases, reading them in as JSON objects so that they can specify lemmas 2014-12-09 14:48:01 +11:00
Matthew Honnibal
cda9ea9a4a * Add test to make sure iterating over the lexicon isnt broken 2014-12-08 21:12:51 +11:00
Matthew Honnibal
7b68f911cf * Add WordNet lemmatizer 2014-12-08 01:39:13 +11:00
Matthew Honnibal
8f2f319c57 * Add a couple more contractions tests 2014-12-07 22:08:04 +11:00
Matthew Honnibal
14097311ae * Make StringStore.__getitem__ accept unicode-typed keys. 2014-12-03 01:33:20 +11:00
Matthew Honnibal
60c1e78596 * Commit outstanding tests 2014-11-12 23:24:32 +11:00
Matthew Honnibal
b01604b303 * Upd NER tests 2014-11-11 21:10:04 +11:00
Matthew Honnibal
10e9e14c4f * Add tests for NER oracle 2014-11-10 22:13:46 +11:00
Matthew Honnibal
d7b2843643 * Add some tests for ner 2014-11-10 16:29:19 +11:00
Matthew Honnibal
a42321bd4e * Upd shape test 2014-11-07 04:42:54 +11:00
Matthew Honnibal
81da61f3cf * Remove out-dated POS data test 2014-11-05 02:04:12 +11:00
Matthew Honnibal
0de700b566 * Comment out tests of hyphenation, while we decide what hyphenation policy should be. 2014-11-05 02:03:22 +11:00
Matthew Honnibal
11915e5238 * Update tests 2014-11-03 00:23:04 +11:00
Matthew Honnibal
493d5ffb50 * Add test for '' in punct 2014-11-02 21:24:09 +11:00
Matthew Honnibal
99b5cefa88 * Add tests for emoticon tokenization 2014-11-02 13:22:14 +11:00
Matthew Honnibal
23131f21bb * Add tests for like_url 2014-11-02 13:21:57 +11:00
Matthew Honnibal
dc6c3c0f56 * Add tests for like_number 2014-11-02 13:21:39 +11:00
Matthew Honnibal
c414d0eebe * Add tests for is_number 2014-11-01 19:13:40 +11:00
Matthew Honnibal
63114820cf * Upd tests for tighter interface 2014-10-30 18:15:30 +11:00
Matthew Honnibal
13909a2e24 * Rewriting Lexeme serialization. 2014-10-29 23:19:38 +11:00
Matthew Honnibal
08ce602243 * Large refactor, particularly to Python API 2014-10-24 00:59:17 +11:00
Matthew Honnibal
168b2b8cb2 * Add tests for string intern 2014-10-23 20:47:06 +11:00
Matthew Honnibal
077885637d * Add test for reading in POS tags 2014-10-22 10:18:43 +11:00
Matthew Honnibal
12742f4f83 * Add detokenize method and test 2014-10-18 18:07:29 +11:00