Commit Graph

  • 1dd663ea03 * Inc version Matthew Honnibal 2015-01-05 13:18:12 +1100
  • 166c09832f * Upd test for Python3 Matthew Honnibal 2015-01-05 13:15:46 +1100
  • f841a32ff7 * Inc version Matthew Honnibal 2015-01-05 13:02:03 +1100
  • a510d9f677 * Another assertion removed Matthew Honnibal 2015-01-05 13:01:28 +1100
  • 0217df5779 * Increment version Matthew Honnibal 2015-01-05 12:51:58 +1100
  • 2856946a66 * Remove assertion that doesn't work on Python 3 Matthew Honnibal 2015-01-05 12:51:16 +1100
  • 170b93e89a * Inc version Matthew Honnibal 2015-01-05 11:54:52 +1100
  • 94034f1112 * Fix encoding in lemmatization Matthew Honnibal 2015-01-05 11:54:29 +1100
  • b132b3caa6 * Fix unicode error in lemmatizer Matthew Honnibal 2015-01-05 11:53:54 +1100
  • 775a66e2b6 * Fix encoding in lemmatizer tests Matthew Honnibal 2015-01-05 11:53:30 +1100
  • 278d1f497e * Import from pypi --- we don't want travis to compile the module, and we don't want to store the c files in the repo Matthew Honnibal 2015-01-05 06:20:56 +1100
  • 477e7fbffe * Fix data reading for lemmatizer Matthew Honnibal 2015-01-05 06:01:32 +1100
  • 72613a5fca * Upd travis.yml Matthew Honnibal 2015-01-05 05:56:43 +1100
  • 58f75abaca * Fix unicode error in orth Matthew Honnibal 2015-01-05 05:53:08 +1100
  • 4e085d5166 * Fix lemmatizer for Python3 Matthew Honnibal 2015-01-05 05:51:26 +1100
  • 454bec86dc * Increment version Matthew Honnibal 2015-01-05 05:41:15 +1100
  • 83fa1850e2 * Refactor setup Matthew Honnibal 2015-01-05 05:30:56 +1100
  • e0711d7024 * Upd fabfile Matthew Honnibal 2015-01-05 05:30:24 +1100
  • e0c85371d1 * Increment version Matthew Honnibal 2015-01-04 21:21:03 +1100
  • 0cd7652545 * Use headers_workaround to avoid having install dependencies, given setuptools bug 209. Matthew Honnibal 2015-01-04 21:14:07 +1100
  • 27c737a80f * Specify murmurhash in the setup_requires field Matthew Honnibal 2015-01-04 01:59:14 +1100
  • ae7c811fd1 * Use Exception instead of StandardError Matthew Honnibal 2015-01-04 01:22:12 +1100
  • 33b7b3182a * Relax lemma test for now Matthew Honnibal 2015-01-04 01:16:18 +1100
  • 5d7e6e37ea * Refine lemma test to probe failure Matthew Honnibal 2015-01-03 23:41:16 +1100
  • d40f9f76a9 * Fix fabfile Matthew Honnibal 2015-01-03 23:13:49 +1100
  • 0e4c2ba036 * Fix loading of special morph words Matthew Honnibal 2015-01-03 23:13:00 +1100
  • a6f3c0c329 * Bump version number Matthew Honnibal 2015-01-03 23:12:43 +1100
  • 4278f8cd1e * Whitespace Matthew Honnibal 2015-01-03 22:03:41 +1100
  • 4f12fcd811 * Add travis.yml Matthew Honnibal 2015-01-03 21:51:58 +1100
  • e5d4b5faf4 * Fabfile changes Matthew Honnibal 2015-01-03 21:02:21 +1100
  • a179f1fc52 * Fix setup.py Matthew Honnibal 2015-01-03 21:02:10 +1100
  • 6866567f6b * Upd dev_setup Matthew Honnibal 2015-01-03 21:02:03 +1100
  • c263ade857 * Move old data location Matthew Honnibal 2015-01-03 21:01:35 +1100
  • 4a5cb20899 * Upd test given new data file layout Matthew Honnibal 2015-01-03 01:59:56 +1100
  • 9b5cef8d4a * Move around data files Matthew Honnibal 2015-01-03 01:59:43 +1100
  • f5d41028b5 * Move around data files for test release Matthew Honnibal 2015-01-03 01:59:22 +1100
  • 47c71ce1c0 * Add travis.yml Matthew Honnibal 2015-01-03 01:58:31 +1100
  • d48f90fbab * Write some more metadata in setup.py Matthew Honnibal 2015-01-02 21:56:43 +1100
  • a24321b63a * Add downloader Matthew Honnibal 2015-01-02 21:44:41 +1100
  • 5d9a096e2f * Some minor clean-up after HastyModel Matthew Honnibal 2014-12-31 19:46:04 +1100
  • aafaf58cbe * Refactor _ml.Model, and finish implementing HastyModel so far not worthwhile. Matthew Honnibal 2014-12-31 19:40:59 +1100
  • bcd038e7b6 * Implement HastyModel Matthew Honnibal 2014-12-31 01:16:47 +1100
  • e361f18ce9 * Fix docs command in fabfile Matthew Honnibal 2014-12-30 23:27:30 +1100
  • 1a075f77ff * Don't over-ride pre-loaded POS tags, if set by special-cases Matthew Honnibal 2014-12-30 23:26:32 +1100
  • 785c7ba76a * Embed signature on attrs Matthew Honnibal 2014-12-30 23:25:31 +1100
  • 30e5805656 * Lazy-load tagger and parser Matthew Honnibal 2014-12-30 23:25:09 +1100
  • 9976aa976e * Messily fix morphology and POS tags on special tokens. Matthew Honnibal 2014-12-30 23:24:37 +1100
  • 81d878beb2 * Upd tests Matthew Honnibal 2014-12-30 21:34:09 +1100
  • c1ef3febee * Embedsignature in tokens.pyx Matthew Honnibal 2014-12-30 21:22:00 +1100
  • aac5028b6e * Move tagger to _ml Matthew Honnibal 2014-12-30 21:21:38 +1100
  • 1ffb0229ed * Import tokens in parser.pxd Matthew Honnibal 2014-12-30 21:21:17 +1100
  • a04e164a37 * Move tagger.pyx to _ml.pyx Matthew Honnibal 2014-12-30 21:20:55 +1100
  • cdc1a27104 * Update docs Matthew Honnibal 2014-12-30 21:20:34 +1100
  • bb0b00f819 * Repurporse the Tagger class as a generic Model, wrapping thinc's interface Matthew Honnibal 2014-12-30 21:20:15 +1100
  • fe2a5e0370 * Work on docstrings Matthew Honnibal 2014-12-27 21:46:04 +1100
  • 6352e3e2a2 * Work on API reference Matthew Honnibal 2014-12-27 18:45:47 +1100
  • bb80937544 * Upd docstrings Matthew Honnibal 2014-12-27 18:45:16 +1100
  • 91a5064b7f * Upd tests Matthew Honnibal 2014-12-26 14:26:27 +1100
  • b8b65903fc * Tmp Matthew Honnibal 2014-12-24 17:42:00 +1100
  • 75a6930ad9 * Fix results table Matthew Honnibal 2014-12-24 14:35:32 +1100
  • a68ecc50fa * Ignore cpp files within en dir Matthew Honnibal 2014-12-23 15:19:01 +1100
  • ab61673edd * Fix api of array method Matthew Honnibal 2014-12-23 15:18:48 +1100
  • ed0ff63c09 * Compile attrs and parser in setup Matthew Honnibal 2014-12-23 15:18:20 +1100
  • 9dda8b4500 * Play with examples in index.rst Matthew Honnibal 2014-12-23 15:17:56 +1100
  • 7708d0e24a * Move lemmatizer to en dir Matthew Honnibal 2014-12-23 15:16:57 +1100
  • 98eb4c0426 * Fix path to parser model Matthew Honnibal 2014-12-23 15:09:09 +1100
  • b00bc01d8c * All tests now passing for reorg Matthew Honnibal 2014-12-23 13:18:59 +1100
  • 73f200436f * Tests passing except for morphology/lemmatization stuff Matthew Honnibal 2014-12-23 11:40:32 +1100
  • cf8d26c3d2 * POS tagger training working after reorg Matthew Honnibal 2014-12-22 08:54:47 +1100
  • 4c4aa2c5c9 * Work on train Matthew Honnibal 2014-12-22 07:25:43 +1100
  • 4d4d2c0db4 * Upd test Matthew Honnibal 2014-12-21 21:05:28 +1100
  • d047dc0d0f Upd lemmatizer test Matthew Honnibal 2014-12-21 21:02:44 +1100
  • b864f0e539 * Upd iteration test Matthew Honnibal 2014-12-21 21:01:46 +1100
  • 61df50b598 * Add English-subclass POS tagger Matthew Honnibal 2014-12-21 20:59:07 +1100
  • c1ab134159 * Upd lemmas test Matthew Honnibal 2014-12-21 20:58:21 +1100
  • 82bd57c76f * Upd intern test Matthew Honnibal 2014-12-21 20:44:21 +1100
  • 734d1da55c * Upd emoticons test Matthew Honnibal 2014-12-21 20:43:27 +1100
  • 199025609f * Upd contractions test Matthew Honnibal 2014-12-21 20:41:13 +1100
  • 0d9972f4b0 * Upd tokenizer test Matthew Honnibal 2014-12-21 20:38:27 +1100
  • 69e3a07fa1 * More index.rst fiddling Matthew Honnibal 2014-12-21 17:40:12 +1100
  • 9f3f07cab6 * Add attrs file for English Matthew Honnibal 2014-12-21 11:29:11 +1100
  • 2a89d70429 * Add vocab.pyx to setup, and ensure we can import spacy.en.lang Matthew Honnibal 2014-12-21 06:03:53 +1100
  • b34a1325d3 * Everything compiling after reorg. About to start testing. Matthew Honnibal 2014-12-21 05:42:23 +1100
  • e1c1a4b868 * Tmp Matthew Honnibal 2014-12-21 05:36:29 +1100
  • d11c1edf8c * Import slice_unicode from strings.pyx Matthew Honnibal 2014-12-20 07:56:26 +1100
  • be1bdcbd85 * Move lang.pyx to tokenizer.pyx Matthew Honnibal 2014-12-20 07:54:49 +1100
  • 89a1cc1a48 * Move murmurhash to .pxd in strings file Matthew Honnibal 2014-12-20 07:41:08 +1100
  • d5a942c4a4 * Rename lang.pyx to tokenizer.pyx Matthew Honnibal 2014-12-20 07:30:39 +1100
  • a60ae261ae * Move tokenizer to its own file, and refactor Matthew Honnibal 2014-12-20 07:29:16 +1100
  • 867a4a000c * Export set_morph_from_dict function Matthew Honnibal 2014-12-20 07:28:27 +1100
  • 4e30195c6d * Refactor morphology.pyx Matthew Honnibal 2014-12-20 07:27:28 +1100
  • 4c6ce7ee84 * Update tokens.pyx as part of reorg Matthew Honnibal 2014-12-20 07:03:26 +1100
  • 116f7f3bc1 * Rename Lexicon to Vocab, and move it to its own file Matthew Honnibal 2014-12-20 06:54:03 +1100
  • 780cbd68b1 * Move all struct definitions to structs.pxd, to avoid circular dependencies Matthew Honnibal 2014-12-20 06:51:33 +1100
  • f6556d8e5d * Refactor, move Lexeme struct to structs.pxd Matthew Honnibal 2014-12-20 06:51:03 +1100
  • 7d48bba6c4 * Move StringStore class to its own file Matthew Honnibal 2014-12-20 06:42:01 +1100
  • e15b9da7db * Pin preshed to a particular version Matthew Honnibal 2014-12-20 04:01:32 +1100
  • ed2fff6128 * Add tests Matthew Honnibal 2014-12-20 03:51:25 +1100
  • b066102d2d * Remove POS cache for now Matthew Honnibal 2014-12-20 03:49:32 +1100
  • ff252dd535 * Clean up 'guess_cache' idea, which didnt work well enough Matthew Honnibal 2014-12-20 03:48:51 +1100