Commit Graph

569 Commits

Author SHA1 Message Date
Matthew Honnibal
8ff5b8bd84 * Add attribute for POS scheme 2015-01-17 17:33:16 +11:00
Matthew Honnibal
6c7e44140b * Work on word vectors, and other stuff 2015-01-17 16:21:17 +11:00
Matthew Honnibal
7e69e17161 * Upd requirements.txt 2015-01-17 16:20:16 +11:00
Matthew Honnibal
1df8db51be * Upd fabfile 2015-01-17 16:20:03 +11:00
Matthew Honnibal
e579dd39ca * Load numpy headers 2015-01-17 16:19:54 +11:00
Matthew Honnibal
7d9306c3bd * Upd docs 2015-01-17 16:19:21 +11:00
Matthew Honnibal
2e14f09d2f * Add features table 2015-01-16 19:04:03 +11:00
Matthew Honnibal
1590788dd4 * Add quickstart page to docs 2015-01-16 17:09:46 +11:00
Matthew Honnibal
43b5a0f4c7 * Add How It Works page to docs 2015-01-16 17:09:14 +11:00
Matthew Honnibal
e28b224b80 * Impove index docs 2015-01-16 07:08:35 +11:00
Matthew Honnibal
e8dbac8a0c * Rename license files 2015-01-16 07:06:17 +11:00
Matthew Honnibal
12e18d9fa9 * Add license page 2015-01-16 07:05:36 +11:00
Matthew Honnibal
802867e96a * Revise interface to Token. Strings now have attribute names like norm1_ 2015-01-15 03:51:47 +11:00
Matthew Honnibal
7d3c40de7d * Tests passing after refactor. API has obvious warts, particularly in Token and Lexeme 2015-01-15 00:33:16 +11:00
Matthew Honnibal
0930892fc1 * Tmp. Working on refactor. Compiles, must hook up lexical feats. 2015-01-14 00:03:48 +11:00
Matthew Honnibal
46da3d74d2 * Tmp. Refactoring, introducing a Lexeme PyObject. 2015-01-12 11:23:44 +11:00
Matthew Honnibal
ce2edd6312 * Tmp commit. Refactoring to create a Python Lexeme class. 2015-01-12 10:26:22 +11:00
Matthew Honnibal
61904e590f * Add parser training script 2015-01-10 04:53:26 +11:00
Matthew Honnibal
c918de68fa * Fix pos command 2015-01-09 05:14:45 +11:00
Matthew Honnibal
9818d7419e * Inc version 2015-01-09 05:14:29 +11:00
Matthew Honnibal
a0eb450e82 * Inc version 2015-01-08 01:19:57 +11:00
Matthew Honnibal
aacaf1a0f0 * Fix parser 2015-01-08 01:19:23 +11:00
Matthew Honnibal
03a10e6cf2 * Inc version --- last didn't pack the correct cpp files. 2015-01-08 01:08:17 +11:00
Matthew Honnibal
c096fe84f7 * Inc version 2015-01-08 00:10:31 +11:00
Matthew Honnibal
9a21127bf7 * Fix parser, which was importing the wrong model 2015-01-08 00:10:15 +11:00
Matthew Honnibal
33bf76db63 * Allow pypy test to fail 2015-01-06 13:13:04 +11:00
Matthew Honnibal
2f9884a2d5 * Rename 2015-01-06 13:05:43 +11:00
Matthew Honnibal
b91d0cb584 * Increment version 2015-01-06 12:35:11 +11:00
Matthew Honnibal
def7e98bd3 * Add monkey-patch to fix pypy compilation 2015-01-06 12:34:55 +11:00
Matthew Honnibal
e3af8dcb9d * Try again to support pypy 2015-01-06 12:34:28 +11:00
Matthew Honnibal
135a13c1a9 * Conclude pypy is unsupported for now, because of C++ extensions in spacy. 2015-01-06 07:52:10 +11:00
Matthew Honnibal
6a3e39cdd1 * Add typedefs.pyx 2015-01-06 04:51:40 +11:00
Matthew Honnibal
351f2041ff * Tell travis to build on linux and OSX 2015-01-06 04:00:30 +11:00
Matthew Honnibal
cda5f7aeae * Fix setup 2015-01-06 03:25:08 +11:00
Matthew Honnibal
d0edb01622 * Upd fabfile, normalising compilation and supporting different runtimes 2015-01-06 03:24:27 +11:00
Matthew Honnibal
a58920cc5e * Import orth.word_shape as a C module 2015-01-06 03:18:22 +11:00
Matthew Honnibal
6b68f7ef75 * Finally get string types right for orth function 2015-01-06 03:17:39 +11:00
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
0cf8200e4e * Apparently the pytest-pypy file is a red herring 2015-01-06 00:53:41 +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
7b983b2472 * Bash syntax is the worst... 2015-01-05 19:34:48 +11:00
Matthew Honnibal
aa7a806710 * Fix test-running for pypy 2015-01-05 19:31:40 +11:00
Matthew Honnibal
3306ae1488 * Inc version 2015-01-05 19:11:23 +11:00
Matthew Honnibal
87fe01612a * Remove dependency on numpy and ujson 2015-01-05 19:11:12 +11:00
Matthew Honnibal
90c143bd85 * Fix orth import 2015-01-05 18:49:19 +11:00
Matthew Honnibal
7689dccd0f * Remove unused import 2015-01-05 18:48:48 +11:00
Matthew Honnibal
4d49d19cfe * Add commang to push to master to the 'publish' task. 2015-01-05 17:55:51 +11:00
Matthew Honnibal
dd5a6be171 * Compile spacy.orth 2015-01-05 17:55:15 +11:00
Matthew Honnibal
ee3a71862e * Fix unicode bugs in tests 2015-01-05 17:54:54 +11:00