Commit Graph

792 Commits

Author SHA1 Message Date
Matthew Honnibal 99f0a315f9 * Add test for Issue 24 2015-02-08 18:30:46 -05:00
Matthew Honnibal 0492cee8b4 * Fix Issue #24: Lemmas are empty when the L field is missing for special-cased tokens 2015-02-08 18:30:30 -05:00
Matthew Honnibal 3e8c87af1a * Extend parse tree navigation tests 2015-02-07 18:28:45 -05:00
Matthew Honnibal 933c188eb5 * Inc version 2015-02-07 13:14:27 -05:00
Matthew Honnibal aadc57ab00 * Add tests for tokens api 2015-02-07 13:14:07 -05:00
Matthew Honnibal d229fbd228 * Give better error on out-of-bounds array access 2015-02-07 12:59:12 -05:00
Matthew Honnibal ab8bb047d0 * Fix negative index for __getitem__ 2015-02-07 12:58:46 -05:00
Matthew Honnibal ef795aece8 * Upd release 2015-02-07 12:26:34 -05:00
Matthew Honnibal 44c7eafe44 * Fix download.py 2015-02-07 12:00:36 -05:00
Matthew Honnibal b6c8624b82 Merge branch 'master' of ssh://github.com/honnibal/spaCy 2015-02-07 11:53:13 -05:00
Matthew Honnibal 6ca7f2eedc * Upd download script 2015-02-07 11:32:33 -05:00
Matthew Honnibal 330b1a7a3d * Inc version 2015-02-07 11:32:13 -05:00
Matthew Honnibal 6b68607b1f * Add some tests for the code in the index.html docstrings 2015-02-07 08:52:13 -05:00
Matthew Honnibal a7e4f0a86c * Make corrections to example code 2015-02-07 08:45:09 -05:00
Matthew Honnibal f0e0588833 * Fill L2 norm attribute on LexemeC struct 2015-02-07 08:44:42 -05:00
Matthew Honnibal 75f9b7d6bf * Add L2 norm field to LexemeC struct 2015-02-07 08:43:17 -05:00
Matthew Honnibal 51b618d646 * Add a has_repvec property to Lexeme, and a check function to check flags 2015-02-07 08:42:44 -05:00
Matthew Honnibal 321b402739 * Store the l2 norm of the word's vector 2015-02-07 08:42:16 -05:00
Matthew Honnibal c7d8644149 * Fix regression on 'prob' attr of Token. 2015-02-03 03:32:18 +11:00
Matthew Honnibal 27986d7f5c * Fix standard conll file reading. Script needs refactoring. 2015-02-02 23:02:48 +11:00
Matthew Honnibal c55a33d045 * Catch oracle errors 2015-02-02 23:02:04 +11:00
Matthew Honnibal de772088e6 * Use parse tree for sbd in Tokens.sents 2015-02-02 12:17:32 +11:00
Matthew Honnibal ba1e91189b * Fix 0.40 link in index 2015-02-02 12:16:53 +11:00
Matthew Honnibal 56c2ef2982 * Tweak POS features for web text 2015-02-02 11:59:36 +11:00
Matthew Honnibal d68678a93e * Add Exception class, OracleError 2015-02-02 11:57:32 +11:00
honnibal d7df4aeb1d Update README.md 2015-02-01 18:38:22 +11:00
honnibal 5199af89a8 Update README.md 2015-02-01 18:37:48 +11:00
honnibal 57a7fabc7a Update README.md 2015-02-01 18:36:52 +11:00
Matthew Honnibal bfe1bcc02d * Rename 0.4.0 to 0.40 2015-02-01 18:32:01 +11:00
Matthew Honnibal fac18dc776 * Upd intro page 2015-02-01 18:12:46 +11:00
Matthew Honnibal af07eb508f Merge branch 'master' of ssh://github.com/honnibal/spaCy 2015-02-01 18:11:44 +11:00
Matthew Honnibal dea1245311 * Require advanced version of cymem 2015-02-01 17:04:59 +11:00
Matthew Honnibal ac20a53509 * Change version to 0.4.0 2015-02-01 16:54:13 +11:00
Matthew Honnibal 3d44dd32a1 * Upd project status note 2015-02-01 16:47:33 +11:00
honnibal 7e82c485f8 Update README.md 2015-02-01 16:40:46 +11:00
Matthew Honnibal 70dda04023 * Upd quickstart docs 2015-02-01 16:40:15 +11:00
Matthew Honnibal 42e25dce79 * Fix quickstart docs 2015-02-01 16:35:12 +11:00
honnibal 46aaf624ce Update README.md 2015-02-01 16:29:16 +11:00
Matthew Honnibal 7d9d8c1489 * Fix test_tag_names again 2015-02-01 16:25:03 +11:00
Matthew Honnibal d1a5091052 * Require six 2015-02-01 16:24:50 +11:00
Matthew Honnibal c260180207 * Add six to requirements 2015-02-01 16:24:33 +11:00
Matthew Honnibal 2ec023a994 * Add WordNet license file 2015-02-01 16:11:53 +11:00
Matthew Honnibal 7a3f22bb51 Merge branch 'master' of ssh://github.com/honnibal/spaCy 2015-02-01 15:57:07 +11:00
Matthew Honnibal d1c9e7ff70 * Make test_tag_names version-portable 2015-02-01 15:40:20 +11:00
honnibal 9f76b94582 Update README.md 2015-02-01 14:47:18 +11:00
honnibal a6ead1f35e Update README.md 2015-02-01 14:42:35 +11:00
honnibal 10f2e9cfdc Update README.md 2015-02-01 14:35:19 +11:00
Matthew Honnibal a20fdbd8ee * Upd download script 2015-02-01 13:22:23 +11:00
Matthew Honnibal 6259947d30 Merge branch 'master' of ssh://github.com/honnibal/spaCy 2015-02-01 13:14:48 +11:00
Matthew Honnibal 1f31774078 * Python3 fix for test_tag_names 2015-02-01 13:14:20 +11:00