Commit Graph

505 Commits

Author SHA1 Message Date
Matthew Honnibal
58f75abaca * Fix unicode error in orth 2015-01-05 05:53:08 +11:00
Matthew Honnibal
4e085d5166 * Fix lemmatizer for Python3 2015-01-05 05:51:26 +11:00
Matthew Honnibal
454bec86dc * Increment version 2015-01-05 05:41:15 +11:00
Matthew Honnibal
83fa1850e2 * Refactor setup 2015-01-05 05:30:56 +11:00
Matthew Honnibal
e0711d7024 * Upd fabfile 2015-01-05 05:30:24 +11:00
Matthew Honnibal
e0c85371d1 * Increment version 2015-01-04 21:21:03 +11:00
Matthew Honnibal
0cd7652545 * Use headers_workaround to avoid having install dependencies, given setuptools bug 209. 2015-01-04 21:14:07 +11:00
Matthew Honnibal
27c737a80f * Specify murmurhash in the setup_requires field 2015-01-04 01:59:14 +11:00
Matthew Honnibal
ae7c811fd1 * Use Exception instead of StandardError 2015-01-04 01:22:12 +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
d40f9f76a9 * Fix fabfile 2015-01-03 23:13:49 +11:00
Matthew Honnibal
0e4c2ba036 * Fix loading of special morph words 2015-01-03 23:13:00 +11:00
Matthew Honnibal
a6f3c0c329 * Bump version number 2015-01-03 23:12:43 +11:00
Matthew Honnibal
4278f8cd1e * Whitespace 2015-01-03 22:03:41 +11:00
Matthew Honnibal
4f12fcd811 * Add travis.yml 2015-01-03 21:51:58 +11:00
Matthew Honnibal
e5d4b5faf4 * Fabfile changes 2015-01-03 21:02:21 +11:00
Matthew Honnibal
a179f1fc52 * Fix setup.py 2015-01-03 21:02:10 +11:00
Matthew Honnibal
6866567f6b * Upd dev_setup 2015-01-03 21:02:03 +11:00
Matthew Honnibal
c263ade857 * Move old data location 2015-01-03 21:01:35 +11:00
Matthew Honnibal
4a5cb20899 * Upd test given new data file layout 2015-01-03 01:59:56 +11:00
Matthew Honnibal
9b5cef8d4a * Move around data files 2015-01-03 01:59:43 +11:00
Matthew Honnibal
f5d41028b5 * Move around data files for test release 2015-01-03 01:59:22 +11:00
Matthew Honnibal
47c71ce1c0 * Add travis.yml 2015-01-03 01:58:31 +11:00
Matthew Honnibal
d48f90fbab * Write some more metadata in setup.py 2015-01-02 21:56:43 +11:00
Matthew Honnibal
a24321b63a * Add downloader 2015-01-02 21:44:41 +11:00
Matthew Honnibal
5d9a096e2f * Some minor clean-up after HastyModel 2014-12-31 19:46:04 +11:00
Matthew Honnibal
aafaf58cbe * Refactor _ml.Model, and finish implementing HastyModel so far not worthwhile. 2014-12-31 19:40:59 +11:00
Matthew Honnibal
bcd038e7b6 * Implement HastyModel 2014-12-31 01:16:47 +11:00
Matthew Honnibal
e361f18ce9 * Fix docs command in fabfile 2014-12-30 23:27:30 +11:00
Matthew Honnibal
1a075f77ff * Don't over-ride pre-loaded POS tags, if set by special-cases 2014-12-30 23:26:32 +11:00
Matthew Honnibal
785c7ba76a * Embed signature on attrs 2014-12-30 23:25:31 +11:00
Matthew Honnibal
30e5805656 * Lazy-load tagger and parser 2014-12-30 23:25:09 +11:00
Matthew Honnibal
9976aa976e * Messily fix morphology and POS tags on special tokens. 2014-12-30 23:24:37 +11:00
Matthew Honnibal
81d878beb2 * Upd tests 2014-12-30 21:34:09 +11:00
Matthew Honnibal
c1ef3febee * Embedsignature in tokens.pyx 2014-12-30 21:22:00 +11:00
Matthew Honnibal
aac5028b6e * Move tagger to _ml 2014-12-30 21:21:38 +11:00
Matthew Honnibal
1ffb0229ed * Import tokens in parser.pxd 2014-12-30 21:21:17 +11:00
Matthew Honnibal
a04e164a37 * Move tagger.pyx to _ml.pyx 2014-12-30 21:20:55 +11:00
Matthew Honnibal
cdc1a27104 * Update docs 2014-12-30 21:20:34 +11:00
Matthew Honnibal
bb0b00f819 * Repurporse the Tagger class as a generic Model, wrapping thinc's interface 2014-12-30 21:20:15 +11:00
Matthew Honnibal
fe2a5e0370 * Work on docstrings 2014-12-27 21:46:04 +11:00
Matthew Honnibal
6352e3e2a2 * Work on API reference 2014-12-27 18:45:47 +11:00
Matthew Honnibal
bb80937544 * Upd docstrings 2014-12-27 18:45:16 +11:00
Matthew Honnibal
91a5064b7f * Upd tests 2014-12-26 14:26:27 +11:00
Matthew Honnibal
b8b65903fc * Tmp 2014-12-24 17:42:00 +11:00
Matthew Honnibal
75a6930ad9 * Fix results table 2014-12-24 14:35:32 +11:00
Matthew Honnibal
a68ecc50fa * Ignore cpp files within en dir 2014-12-23 15:19:01 +11:00
Matthew Honnibal
ab61673edd * Fix api of array method 2014-12-23 15:18:48 +11:00
Matthew Honnibal
ed0ff63c09 * Compile attrs and parser in setup 2014-12-23 15:18:20 +11:00