Commit Graph

  • 5edac11225 * Wrap self.parse in nogil, and break if an invalid move is predicted. The invalid break is a work-around that papers over likely bugs, but we can't easily break in the nogil block, and otherwise we'll get an infinite loop. Need to set this as an error flag. Matthew Honnibal 2015-09-06 04:15:00 +0200
  • fd1eeb3102 * Add POS attribute support in get_attr Matthew Honnibal 2015-09-06 04:13:03 +0200
  • 534e3dda3c * More work on language independent parsing Matthew Honnibal 2015-08-28 03:44:54 +0200
  • c2307fa9ee * More work on language-generic parsing Matthew Honnibal 2015-08-28 02:02:33 +0200
  • 86c4a8e3e2 * Work on new morphology organization Matthew Honnibal 2015-08-27 23:11:51 +0200
  • 5b89e2454c * Improve error-reporting in tagger Matthew Honnibal 2015-08-27 10:26:36 +0200
  • f0a7c99554 * Relax rule-requirement in lemmatizer Matthew Honnibal 2015-08-27 10:26:19 +0200
  • b6b1e1aa12 * Add link for Finnish model Matthew Honnibal 2015-08-27 10:26:02 +0200
  • 0af139e183 * Tagger training now working. Still need to test load/save of model. Morphology still broken. Matthew Honnibal 2015-08-27 09:16:11 +0200
  • 320ced276a * Add tagger training script Matthew Honnibal 2015-08-27 09:15:41 +0200
  • 56c4e07a59 Update gazetteer.json Matthew Honnibal 2015-08-27 08:53:48 +1000
  • c07eea8563 * Comment out old doc tests for now Matthew Honnibal 2015-08-26 19:23:04 +0200
  • 884251801e * Mark space tests as requiring model Matthew Honnibal 2015-08-26 19:22:50 +0200
  • ff9db9f3ae * Fix serializer tests for new attr scheme Matthew Honnibal 2015-08-26 19:22:26 +0200
  • 658c4a3930 * Mark test_inital as requiring models Matthew Honnibal 2015-08-26 19:22:06 +0200
  • 1302d35dff * Rework interfaces in vocab Matthew Honnibal 2015-08-26 19:21:46 +0200
  • 2d521768a3 * Store Morphology class in Vocab Matthew Honnibal 2015-08-26 19:21:03 +0200
  • d30029979e * Avoid import of morphology in spans Matthew Honnibal 2015-08-26 19:20:46 +0200
  • 119c0f8c3f * Hack out morphology stuff from tokenizer, while morphology being reimplemented. Matthew Honnibal 2015-08-26 19:20:11 +0200
  • b4faf551f5 * Refactor language-independent tagger class Matthew Honnibal 2015-08-26 19:19:21 +0200
  • a3d5e6c0dd * Reform constructor and save/load workflow in parser model Matthew Honnibal 2015-08-26 19:19:01 +0200
  • 1d7f2d3abc * Hack on morphology structs Matthew Honnibal 2015-08-26 19:18:36 +0200
  • f8f2f4e545 * Temporarily add PUNC name to parts_of_specch dictionary, until better solution Matthew Honnibal 2015-08-26 19:18:19 +0200
  • 008b02b035 * Comment out enums in Morpohlogy for now Matthew Honnibal 2015-08-26 19:17:35 +0200
  • 378729f81a * Hack Morphology class towards usability Matthew Honnibal 2015-08-26 19:17:21 +0200
  • 430affc347 * Fix missing n_patterns property in Matcher class. Fix from_dir method Matthew Honnibal 2015-08-26 19:17:02 +0200
  • 3acf60df06 * Add missing properties in Lexeme class Matthew Honnibal 2015-08-26 19:16:28 +0200
  • 76996f4145 * Hack on generic Language class. Still needs work for morphology, defaults, etc Matthew Honnibal 2015-08-26 19:16:09 +0200
  • e2ef78b29c * Gut pos.pyx module, since functionality moved to spacy/tagger.pyx Matthew Honnibal 2015-08-26 19:15:42 +0200
  • c4d8754385 * Specify LOCAL_DATA_DIR global in spacy.en.__init__.py Matthew Honnibal 2015-08-26 19:15:07 +0200
  • c2d8edd0bd * Add PROB attribute in attrs.pxd Matthew Honnibal 2015-08-26 19:14:19 +0200
  • dc13edd7cb * Refactor init_model to accomodate other languages Matthew Honnibal 2015-08-26 19:14:05 +0200
  • 494da25872 * Refactor for more universal spacy Matthew Honnibal 2015-08-26 19:13:50 +0200
  • c5a27d1821 * Move lemmatizer to spacy Matthew Honnibal 2015-08-25 15:47:08 +0200
  • 82217c6ec6 * Generalize lemmatizer Matthew Honnibal 2015-08-25 15:46:19 +0200
  • 8083a07c3e * Use language base class Matthew Honnibal 2015-08-25 15:37:30 +0200
  • f2f699ac18 * Add language base class Matthew Honnibal 2015-08-25 15:37:17 +0200
  • 85f01c5e16 Add contributor agreement. Add exception to 'it' so that 'its' and 'Its' isn't generated (its =/= it's) jxs8172 2015-08-24 18:20:06 -0400
  • 25f29232ca Merge pull request #86 from vsolovyov/fix-c-ext-in-setuppy Matthew Honnibal 2015-08-24 20:18:49 +1000
  • bbdb973398 Add contributor agreement for vsolovyov Vsevolod Solovyov 2015-08-24 13:09:23 +0300
  • 39cfe28f33 Correctly pass link_args in c_ext() in setup.py Vsevolod Solovyov 2015-08-24 12:52:05 +0300
  • 5dd76be446 * Split EnPosTagger up into base class and subclass Matthew Honnibal 2015-08-24 05:25:55 +0200
  • bbf07ac253 * Cut down init_model to work on more languages Matthew Honnibal 2015-08-24 01:05:20 +0200
  • 5d5922dbfa * Begin laying out morphological features Matthew Honnibal 2015-08-24 01:04:30 +0200
  • 6f1743692a * Work on language-independent refactoring Matthew Honnibal 2015-08-23 20:49:18 +0200
  • 3879d28457 * Fix https for url detection Matthew Honnibal 2015-08-23 02:40:35 +0200
  • aa12b374c0 * Remove old doc tests Matthew Honnibal 2015-08-22 22:12:55 +0200
  • 692a8d3e3c * Begin rewriting twitter_filter examples Matthew Honnibal 2015-08-22 22:12:26 +0200
  • f9a6bea746 * Ignore keys and other things Matthew Honnibal 2015-08-22 22:12:07 +0200
  • ffbf9e9ca5 * Remove docs Matthew Honnibal 2015-08-22 22:11:14 +0200
  • dcc8fadc7e * Add gazetteer-matcher Matthew Honnibal 2015-08-22 22:10:43 +0200
  • 890d6aa216 * Remove old docs Matthew Honnibal 2015-08-22 22:06:30 +0200
  • cad0cca4e3 * Tmp Matthew Honnibal 2015-08-22 22:04:34 +0200
  • 5876248109 Add missing we've and hardcoded 's and 'S jxs8172 2015-08-21 22:57:47 -0400
  • a5e0a0073b Add a script to generate the specials.json file, to take care of handling uppercase and missing apostrophe contractions jxs8172 2015-08-21 22:39:33 -0400
  • 0f2cb74433 * Work on docs Matthew Honnibal 2015-08-15 08:56:30 +0200
  • 6cc9e7881b * Work on website Matthew Honnibal 2015-08-14 22:03:19 +0200
  • c9b19a9c00 * Work on website Matthew Honnibal 2015-08-14 20:13:22 +0200
  • 5ee645d742 * Add Displacy mixin. Needs to pull the data from the web Matthew Honnibal 2015-08-14 18:59:08 +0200
  • 005074c31e * Add post introducing spaCy Matthew Honnibal 2015-08-13 15:49:33 +0200
  • 2f50288813 * Add parser post in jade Matthew Honnibal 2015-08-13 14:43:56 +0200
  • 8a252d08f9 * Add parser post in jade Matthew Honnibal 2015-08-13 14:40:53 +0200
  • ba00c72505 * Add spec.jade Matthew Honnibal 2015-08-13 01:11:40 +0200
  • b57a3ddd7e * Add pieces of home page as separate jade files Matthew Honnibal 2015-08-12 22:51:15 +0200
  • 6f7b3efe85 * Rename spacy_docs to docs.jade Matthew Honnibal 2015-08-12 22:49:57 +0200
  • a859445293 * Rename Matthew Honnibal 2015-08-12 22:40:20 +0200
  • 1db080047b * More work on docs Matthew Honnibal 2015-08-12 22:39:48 +0200
  • c767ab9fdf * Work on documentation. Have overall structure now Matthew Honnibal 2015-08-12 20:21:26 +0200
  • ab39f358c1 * Add docs.jade file Matthew Honnibal 2015-08-12 08:24:37 +0200
  • 8a8da6118e * Work on landing page in jade Matthew Honnibal 2015-08-12 00:59:48 +0200
  • a3290a5810 * Work on landing page in jade Matthew Honnibal 2015-08-12 00:58:22 +0200
  • bf38b3b883 * Hack on l/r reversal bug Matthew Honnibal 2015-08-10 05:58:43 +0200
  • 6116413b47 * Fix label prediction in StepwiseState Matthew Honnibal 2015-08-10 05:05:31 +0200
  • 2c9753eff2 * Whitespace Matthew Honnibal 2015-08-10 00:09:02 +0200
  • 9de98f5a6f * Add Parser.stepthrough method, with context manager Matthew Honnibal 2015-08-10 00:08:46 +0200
  • fe43f8cf39 * Whitespace Matthew Honnibal 2015-08-09 02:31:53 +0200
  • 9c090945e0 * Add Parser.predict method, and clean up Parser.get_state Matthew Honnibal 2015-08-09 02:29:58 +0200
  • 04fccfb984 * Fix get_state for parser prediction Matthew Honnibal 2015-08-09 02:11:22 +0200
  • 55fde0e240 * Fix get_state Matthew Honnibal 2015-08-09 01:45:30 +0200
  • f0f4fa9838 * Fix Parser.get_state Matthew Honnibal 2015-08-09 01:40:13 +0200
  • 18331dca89 * Add continue_for argument to parser 'partial' function, which is now renamed to get_state Matthew Honnibal 2015-08-09 01:31:54 +0200
  • 0653288fa5 * Fix stateclass.queue Matthew Honnibal 2015-08-09 00:39:02 +0200
  • 0ea08c4319 * Fix test partial parse Matthew Honnibal 2015-08-08 23:45:36 +0200
  • 9de218b7ba * Fix Parser.partial function Matthew Honnibal 2015-08-08 23:45:18 +0200
  • d4e79a5ca2 * Fix test initial parse Matthew Honnibal 2015-08-08 23:41:36 +0200
  • c044c0e18e * Fix partial actions test Matthew Honnibal 2015-08-08 23:38:19 +0200
  • 01be34d55a * Whitespace Matthew Honnibal 2015-08-08 23:37:44 +0200
  • cc9deae960 * Add is_valid method to transition_system Matthew Honnibal 2015-08-08 23:36:18 +0200
  • 2a46c77324 * Whitespace Matthew Honnibal 2015-08-08 23:35:59 +0200
  • 7bafc789e7 * Add stack and queue properties to stateclass, for python access Matthew Honnibal 2015-08-08 23:32:42 +0200
  • 3af938365f * Add function partial to Parser Matthew Honnibal 2015-08-08 23:32:15 +0200
  • 76a1f0481a * Whitespace Matthew Honnibal 2015-08-08 23:31:54 +0200
  • b27bd18d6e * Add spaCy to gazetteer Matthew Honnibal 2015-08-08 23:30:49 +0200
  • 67979a8008 * Work on reorganization of docs Matthew Honnibal 2015-08-08 19:14:32 +0200
  • 63f86efa8b * Add test for specifying initial actions Matthew Honnibal 2015-08-08 19:14:01 +0200
  • b0f5c39084 * Fix handling of exclusion entities Matthew Honnibal 2015-08-06 17:28:43 +0200
  • 9f65879991 * Fix shape attr bug, and fix handling of false positive matches Matthew Honnibal 2015-08-06 17:28:14 +0200
  • 855af087fc * Fix gazetteer.json Matthew Honnibal 2015-08-06 17:27:51 +0200
  • 0e098815cc * Expand gazetteer with some of the errors from the reddit parse Matthew Honnibal 2015-08-06 17:13:27 +0200
  • 6fcc3df989 * Expand gazetteer with some of the errors from the reddit parse Matthew Honnibal 2015-08-06 17:11:00 +0200