Commit Graph

110 Commits

Author SHA1 Message Date
Matthew Honnibal
c096fe84f7 * Inc version 2015-01-08 00:10:31 +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
cda5f7aeae * Fix setup 2015-01-06 03:25:08 +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
dd5a6be171 * Compile spacy.orth 2015-01-05 17:55:15 +11:00
Matthew Honnibal
1dd663ea03 * Inc version 2015-01-05 13:18:12 +11:00
Matthew Honnibal
f841a32ff7 * Inc version 2015-01-05 13:02:03 +11:00
Matthew Honnibal
0217df5779 * Increment version 2015-01-05 12:51:58 +11:00
Matthew Honnibal
170b93e89a * Inc version 2015-01-05 11:54:52 +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
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
a6f3c0c329 * Bump version number 2015-01-03 23:12:43 +11:00
Matthew Honnibal
a179f1fc52 * Fix setup.py 2015-01-03 21:02:10 +11:00
Matthew Honnibal
9b5cef8d4a * Move around data files 2015-01-03 01:59:43 +11:00
Matthew Honnibal
d48f90fbab * Write some more metadata in setup.py 2015-01-02 21:56:43 +11:00
Matthew Honnibal
a04e164a37 * Move tagger.pyx to _ml.pyx 2014-12-30 21:20:55 +11:00
Matthew Honnibal
ed0ff63c09 * Compile attrs and parser in setup 2014-12-23 15:18:20 +11:00
Matthew Honnibal
2a89d70429 * Add vocab.pyx to setup, and ensure we can import spacy.en.lang 2014-12-21 06:03:53 +11:00
Matthew Honnibal
87e9487d76 * Work on parser 2014-12-17 21:10:12 +11:00
Matthew Honnibal
7831b06610 * Compile morphology.pyx file 2014-12-10 08:09:13 +11:00
Matthew Honnibal
ef4398b204 * Rearrange POS stuff, so that language-specific stuff can live in language-specific modules 2014-12-07 23:52:41 +11:00
Matthew Honnibal
91e8d9ea1c * Compile context.pyx and tagger.pyx modules 2014-12-07 15:29:54 +11:00
Matthew Honnibal
a14f9eaf63 * Add index.pyx to setup 2014-12-04 22:14:11 +11:00
Matthew Honnibal
d0d812c548 * Hack setup.py to exclude tagger stuff 2014-12-03 11:06:57 +11:00
Matthew Honnibal
b934bf1c69 * Compile IOB 2014-11-12 23:21:40 +11:00
Matthew Honnibal
d5e9dce039 * Compile ner NER code 2014-11-11 21:10:22 +11:00
Matthew Honnibal
dbbb914480 * Upd setup 2014-11-05 20:45:44 +11:00
Matthew Honnibal
67c8c8019f * Update lexeme serialization, using a binary file format 2014-10-30 01:01:00 +11:00
Matthew Honnibal
5ebe14f353 * Add greedy pos tagger 2014-10-22 10:17:26 +11:00
Matthew Honnibal
aba4a7c7ea * Remove ptb3 file from setup 2014-09-25 18:41:25 +02:00
Matthew Honnibal
b15619e170 * Use PointerHash instead of locally provided _hashing module 2014-09-25 18:23:35 +02:00
Matthew Honnibal
ac522e2553 * Switch from own memory class to cymem, in pip 2014-09-17 23:09:24 +02:00
Matthew Honnibal
5a20dfc03e * Add memory management code 2014-09-17 20:02:06 +02:00
Matthew Honnibal
0447279c57 * PointerHash working, efficiency is good. 6-7 mins 2014-09-13 16:43:59 +02:00
Matthew Honnibal
b488224c09 * Restoring Lexeme-as-struct 2014-09-10 20:41:37 +02:00
Matthew Honnibal
e80d3b9784 * Compile tokens in setup 2014-09-10 19:41:19 +02:00
Matthew Honnibal
7dac9b9ccb * Fix setup script 2014-09-01 23:41:59 +02:00
Matthew Honnibal
68bae2fec6 * More refactoring 2014-08-25 16:42:22 +02:00
Matthew Honnibal
3b793cf4f7 * Tests passing for new Word object version 2014-08-24 18:13:53 +02:00
Matthew Honnibal
89d6faa9c9 * Move en_ptb to ptb3 2014-08-22 04:24:05 +02:00
Matthew Honnibal
d42cdbb446 * Compile orthography.latin.pyx 2014-08-20 17:03:19 +02:00
Matthew Honnibal
01469b0888 * Refactor spacy so that chunks return arrays of lexemes, so that there is properly one lexeme per word. 2014-08-18 19:14:00 +02:00
Matthew Honnibal
865cacfaf7 * Remove dependence on murmurhash 2014-08-16 17:37:09 +02:00
Matthew Honnibal
7fd9b2f1f8 * Add murmurhash to setup while we figure out cython includes 2014-08-15 23:56:57 +02:00
Matthew Honnibal
365a2af756 * Restore happax. commit uncommited work 2014-08-02 21:27:03 +01:00
Matthew Honnibal
18fb76b2c4 * Removed happax. Not sure if good idea. 2014-08-02 20:53:35 +01:00
Matthew Honnibal
d4b8bc07ce * Use FixedTable to control index size 2014-08-01 07:27:48 +01:00
Matthew Honnibal
a235804730 * Fix setup.py 2014-07-31 02:03:53 +01:00
Matthew Honnibal
5461399924 * Fix setup.py 2014-07-31 02:03:10 +01:00
Matthew Honnibal
b9016c4633 * Switch to using sparsehash and murmurhash libraries out of pip 2014-07-25 15:47:27 +01:00
Matthew Honnibal
1c5ab3b49a * Add tokens module to setup 2014-07-07 12:51:23 +02:00
Matthew Honnibal
648d1fe3ed * Compile en_ptb 2014-07-07 05:10:28 +02:00
Matthew Honnibal
0c1be7effe * Compile string_tools module 2014-07-07 04:24:00 +02:00
Matthew Honnibal
ca7045f3f2 * Add build/setup stuff 2014-07-05 20:49:34 +02:00