Commit Graph

770 Commits

Author SHA1 Message Date
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
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
Matthew Honnibal
76d9394cb4 * Fix vocab.pyx for Python3 2015-02-01 13:14:04 +11:00
honnibal
cc216c2012 Update README.md 2015-01-31 23:26:12 +11:00
Matthew Honnibal
3d545d62c5 * Note version, but say Python3 is broken 2015-01-31 23:18:37 +11:00
Matthew Honnibal
2525e3ca76 * Add known issue to updates page 2015-01-31 23:08:16 +11:00
Matthew Honnibal
fc32a213ed * Advertise new version 2015-01-31 23:05:17 +11:00
Matthew Honnibal
754f4aed8e * Inc version 2015-01-31 22:49:46 +11:00
Matthew Honnibal
63abdf154c * Hastily hack download file 2015-01-31 22:48:32 +11:00
Matthew Honnibal
1af5ee1a69 * Add updates page 2015-01-31 22:43:52 +11:00
Matthew Honnibal
7de00c5a79 * Try not holding a reference to Pool, since that seems to confuse the GC 2015-01-31 22:10:22 +11:00
Matthew Honnibal
ce3ae8b5d9 * Fix platform-specific lexicon bug. 2015-01-31 16:38:58 +11:00
Matthew Honnibal
a1ed574b7b * Fix default model path for English 2015-01-31 16:38:27 +11:00
Matthew Honnibal
543fe5a280 * Comment training function back in 2015-01-31 16:37:57 +11:00
Matthew Honnibal
018e0bfa24 * Bug fixes to parse navigation 2015-01-31 16:37:13 +11:00
Matthew Honnibal
e013555b25 * Add option to download script 2015-01-31 13:51:56 +11:00
Matthew Honnibal
a3955fd8d5 * Require plac 2015-01-31 13:50:53 +11:00
Matthew Honnibal
951684c4ac * Upd travis.yml 2015-01-31 13:50:30 +11:00
Matthew Honnibal
0fd4a71bed * Add provisional tests for sentence boundary detection 2015-01-31 13:46:11 +11:00
Matthew Honnibal
df749f257d * Upd train script 2015-01-31 13:44:37 +11:00
Matthew Honnibal
08ca5c8970 * Add sent_end flag to TokenC struct 2015-01-31 13:44:16 +11:00
Matthew Honnibal
024cfd485c * Pass tag_strings as a tuple, to support new Tokens API 2015-01-31 13:43:37 +11:00
Matthew Honnibal
77d62d0179 * Large refactor of Token objects, making them much thinner. This is to support fast parse-tree navigation. 2015-01-31 13:42:58 +11:00
Matthew Honnibal
88170e6295 * Supply dep_strings as a tuple, for the changed API on Tokens 2015-01-31 13:42:09 +11:00