Commit Graph

  • c3dea8bc8b * Inc version Matthew Honnibal 2015-09-21 10:58:11 +0200
  • f32927efbf * Raise exceptions if attempt to access parse, but data is not installed. This partly but not fully addresses Issue #97. Still need exceptions on the various Token attributes that access the parse tree, e.g. token.head, token.lefts, token.rights, etc. Exceptions should be centralized, too. Matthew Honnibal 2015-09-21 18:35:40 +1000
  • 388062ae01 * Fix repvec_length problem Matthew Honnibal 2015-09-21 18:10:51 +1000
  • ac459278d1 * Fix vector length error reporting, and ensure vec_len is returned Matthew Honnibal 2015-09-21 18:08:32 +1000
  • ba4e563701 * Ensure vectors are same length, and return vector length in load_vectors_bz2 Matthew Honnibal 2015-09-21 18:03:08 +1000
  • d00fe2bbc6 * Don't allow Span objects to be written to, as it introduces subtle bugs because they're created afresh from Doc.sents, Doc.ents etc. Matthew Honnibal 2015-09-21 16:50:40 +1000
  • d6945bf880 * Add way to load vectors from bz2 file to vocab Matthew Honnibal 2015-09-17 12:58:23 +1000
  • 77856c4fcd * Try giving Doc and Span objects vector and vector_norm attributes, and .similarity functions. Turns out to be bad idea. Matthew Honnibal 2015-09-17 11:50:11 +1000
  • 191d593e03 * Fix vectors bug in lexeme Matthew Honnibal 2015-09-15 19:05:11 +1000
  • 22a1ad8a55 * Upd test_merge Matthew Honnibal 2015-09-15 14:55:23 +1000
  • 3d87519f64 * Remove vectors argument from Vocab object Matthew Honnibal 2015-09-15 14:47:14 +1000
  • 362526b592 * Rename vectors_length attribute Matthew Honnibal 2015-09-15 14:43:31 +1000
  • 60c26b2dfa * Fix slicing when start or stop is None Matthew Honnibal 2015-09-15 14:43:10 +1000
  • 7ac6cacc26 * Remove const qualifier on LexemeC.repvec Matthew Honnibal 2015-09-15 14:42:51 +1000
  • dd4d64b235 * Support setting of word vectors on Lexeme object. Matthew Honnibal 2015-09-15 14:42:27 +1000
  • 27f988b167 * Remove the vectors option to Vocab, preferring to either load vectors from disk, or set them on the Lexeme objects. Matthew Honnibal 2015-09-15 14:41:48 +1000
  • 893542afae Merge branch 'master' of ssh://github.com/honnibal/spaCy Matthew Honnibal 2015-09-15 13:06:54 +1000
  • 193f127f81 * Fix ugly py_check_flag and py_set_flag functions in Lexeme Matthew Honnibal 2015-09-15 13:06:18 +1000
  • 6865f0b5fd Merge branch 'master' of https://github.com/honnibal/spaCy Matthew Honnibal 2015-09-14 10:25:57 +0200
  • 9561d88529 * Add is_stop to Python API Matthew Honnibal 2015-09-14 18:25:40 +1000
  • 50a7c41429 Merge branch 'master' of https://github.com/honnibal/spaCy Matthew Honnibal 2015-09-14 09:53:33 +0200
  • 5dcdc29ecf * Fix test_base_nps Matthew Honnibal 2015-09-14 09:53:26 +0200
  • 65dc0d1dfb * Extend word vectors support, with .similarity() function, vector_norm property, and rename repvec to vector. Keep repvec name as well for now for backwards compatibility. Matthew Honnibal 2015-09-14 17:49:58 +1000
  • e13e47e9e5 * Add English stop words Matthew Honnibal 2015-09-14 17:48:51 +1000
  • 4ec89788ca * Add tests for new vectors functionality Matthew Honnibal 2015-09-14 17:48:13 +1000
  • c26b4b4650 * Fix test_base_nps Matthew Honnibal 2015-09-14 08:17:18 +1000
  • 2ef449f9d7 * Comment out german test Matthew Honnibal 2015-09-13 10:57:47 +1000
  • 24ed3fc25c * Check file existance before opening in lemmatizer Matthew Honnibal 2015-09-13 10:45:21 +1000
  • 73d7ece34d * Add tests for german Matthew Honnibal 2015-09-13 10:32:20 +1000
  • dbb48ce49e * Delete extra wordnets Matthew Honnibal 2015-09-13 10:31:37 +1000
  • a1292adb82 * Test new text and text_with_ws attributes in Token Matthew Honnibal 2015-09-13 10:30:37 +1000
  • e9c59693ea * Remove assertion from vocab.pyx Matthew Honnibal 2015-09-13 10:30:08 +1000
  • c08f10083c * Add test and test_with_ws attributes. Matthew Honnibal 2015-09-13 10:27:42 +1000
  • 968d26a6cc * Uploade prebuild command in fabfile Matthew Honnibal 2015-09-13 01:27:49 +0200
  • 0b7d2a6c62 * Inc version Matthew Honnibal 2015-09-13 01:26:29 +0200
  • 537d12970f * Remove OSX from build matrix Matthew Honnibal 2015-09-13 00:02:03 +0200
  • e1dfaeed8a * Check serializer freqs exist before loading Matthew Honnibal 2015-09-12 23:49:38 +0200
  • a412c66c8c * Check serializer freqs exist before loading Matthew Honnibal 2015-09-12 23:40:01 +0200
  • 17eacf8f70 * Upd travis.yml Matthew Honnibal 2015-09-12 18:38:59 +0200
  • 631c843ed1 * Don't look for index.adv in le,matizer Matthew Honnibal 2015-09-12 06:03:44 +0200
  • 1ae55cb63a * Copy tag_map.json in init_model Matthew Honnibal 2015-09-12 05:54:02 +0200
  • c25790ebb1 * Upd tests Matthew Honnibal 2015-09-12 04:23:50 +0200
  • 6d38c3cff0 * Upd tests Matthew Honnibal 2015-09-12 04:23:35 +0200
  • c808cd50d9 * Upd tests Matthew Honnibal 2015-09-12 04:23:13 +0200
  • 58eeff294e * Upd tests Matthew Honnibal 2015-09-12 04:22:57 +0200
  • aceae64581 * Upd test Matthew Honnibal 2015-09-12 04:22:29 +0200
  • db184716a0 * Remove test_freqs function Matthew Honnibal 2015-09-12 04:20:43 +0200
  • dfdd4f2d60 Merge branch 'develop' of https://github.com/honnibal/spaCy into develop Matthew Honnibal 2015-09-10 15:23:06 +0200
  • e285ca7d6c * Load serializer freqs in vocab Matthew Honnibal 2015-09-10 15:22:48 +0200
  • f7fdcce1f9 Merge branch 'develop' of https://github.com/honnibal/spaCy into develop Matthew Honnibal 2015-09-10 14:52:47 +0200
  • 85c3fec1d1 * Fix morphology loading Matthew Honnibal 2015-09-10 14:52:23 +0200
  • 7c660c5efc * Use dict.get in lemmatizer Matthew Honnibal 2015-09-10 14:51:39 +0200
  • 094440f9f5 Merge branch 'develop' of ssh://github.com/honnibal/spaCy into develop Matthew Honnibal 2015-09-10 14:51:17 +0200
  • c3f773cd63 * Fix Lexeme.check_flag Matthew Honnibal 2015-09-10 14:51:05 +0200
  • b9e31dc245 * Bug fix to gazetteer.json Matthew Honnibal 2015-09-10 14:50:44 +0200
  • 90da3a695d * Load lemmatizer from disk in Vocab.from_dir Matthew Honnibal 2015-09-10 14:49:10 +0200
  • e7e529edf4 * Fix Lexeme.check_flag Matthew Honnibal 2015-09-10 14:45:43 +0200
  • 9e7bfe8449 * Fix space at end of merged token Matthew Honnibal 2015-09-10 14:45:17 +0200
  • f634191e27 * Fix vocab read/write Matthew Honnibal 2015-09-10 14:44:38 +0200
  • 31ccf494e6 Merge branch 'develop' of https://github.com/honnibal/spaCy into develop Matthew Honnibal 2015-09-09 14:33:38 +0200
  • a7f4b26c8c * Tmp Matthew Honnibal 2015-09-09 14:33:26 +0200
  • 07686470a9 * Don't consider a coordinated NP a base chunk Matthew Honnibal 2015-09-09 14:32:28 +0200
  • d9f1fc2112 * Add deprecation warning for unused load_vectors argument. Matthew Honnibal 2015-09-09 14:31:09 +0200
  • 0b527fbdc8 * Set POS tag in morphology Matthew Honnibal 2015-09-09 14:30:24 +0200
  • 07c09a0e1b * Fix attribute getters and setters in Lexeme Matthew Honnibal 2015-09-09 14:29:22 +0200
  • d6561988cf * Fix lexemes.bin Matthew Honnibal 2015-09-09 11:49:51 +0200
  • c301bebd33 Merge branch 'master' of https://github.com/honnibal/spaCy into develop Matthew Honnibal 2015-09-09 10:55:39 +0200
  • 0e24d099a1 * Fix L/R edge bug, by ensuring l_edge and r_edge are preset, and fixing the way the edge update in del_arc. Bugs keep arising here because the edges are absolute positions, where everything else is relative. I'm also not 100% convinced that del_arc is handled correctly. Do we need to update the parents? Matthew Honnibal 2015-09-09 03:39:46 +0200
  • 83d1a1e512 * Fix lemmatizer tests Matthew Honnibal 2015-09-08 15:39:43 +0200
  • 2be3620333 * Save morphological analyses in a cache Matthew Honnibal 2015-09-08 15:39:24 +0200
  • 1def5a6cbe * Fix print statements in matcher Matthew Honnibal 2015-09-08 15:38:19 +0200
  • 64d71f8893 * Fix lemmatizer Matthew Honnibal 2015-09-08 15:38:03 +0200
  • b2e82e55f6 * Create POS model dir in training script Matthew Honnibal 2015-09-08 15:36:23 +0200
  • 623329b19a Merge branch 'master' of ssh://github.com/honnibal/spaCy into develop Matthew Honnibal 2015-09-08 14:27:01 +0200
  • 62a01dd41d * Fix issue #92: lexemes.bin read error on 32-bit platforms. Matthew Honnibal 2015-09-08 14:23:58 +0200
  • 55ed3b3a63 Merge pull request #85 from NSchrading/master Matthew Honnibal 2015-09-07 09:05:19 +1000
  • ef58607a99 * Add spacy.it Matthew Honnibal 2015-09-06 22:10:37 +0200
  • 2154a54f6b * Add spacy.de Matthew Honnibal 2015-09-06 21:56:47 +0200
  • a03e2a0b65 * Remove old docs files Matthew Honnibal 2015-09-06 20:20:55 +0200
  • fc8f7b123d * Mark a matcher test as requiring the model Matthew Honnibal 2015-09-06 20:19:51 +0200
  • f6ec5bf1b0 * Use empty tag map in vocab if none supplied Matthew Honnibal 2015-09-06 20:19:27 +0200
  • 4f8e38271d * Fix merge errors in lexeme.pxd Matthew Honnibal 2015-09-06 20:19:08 +0200
  • 5ad4527c42 * Rename Deutsch to German Matthew Honnibal 2015-09-06 20:18:58 +0200
  • 86c888667f * Merge in changes from de branch Matthew Honnibal 2015-09-06 19:49:28 +0200
  • d2fc104a26 * Begin merge of Gazetteer and DE branches Matthew Honnibal 2015-09-06 19:45:15 +0200
  • dbf8dce109 Merge branch 'gaz' of ssh://github.com/honnibal/spaCy into gaz Matthew Honnibal 2015-09-06 18:44:14 +0200
  • 577418986a * Add draft Italian stuff Matthew Honnibal 2015-09-06 18:44:10 +0200
  • 80a66c0159 * Add draft finnish stuff Matthew Honnibal 2015-09-06 18:43:44 +0200
  • b3703836f9 * Add en lemma rules Matthew Honnibal 2015-09-06 17:56:11 +0200
  • 238b2f533b * Add lemma rules Matthew Honnibal 2015-09-06 17:55:53 +0200
  • c9f2082e3c * Fix compilation error in en/tag_map.json Matthew Honnibal 2015-09-06 17:54:51 +0200
  • 9eae9837c4 * Fix morphology look up Matthew Honnibal 2015-09-06 17:53:39 +0200
  • 6427a3fcac * Temporarily import flag attributes in matcher Matthew Honnibal 2015-09-06 17:53:12 +0200
  • 7cc56ada6e * Temporarily add py_set_flag attribute in Lexeme Matthew Honnibal 2015-09-06 17:52:51 +0200
  • e35bb36be7 * Ensure Lexeme.check_flag returns a boolean value Matthew Honnibal 2015-09-06 17:52:32 +0200
  • d1eea2d865 * Update train.py for language-generic spaCy Matthew Honnibal 2015-09-06 17:51:48 +0200
  • 950ce36660 * Update init model Matthew Honnibal 2015-09-06 17:51:30 +0200
  • 4f765eee79 Merge branch 'gaz' of https://github.com/honnibal/spaCy into gaz Matthew Honnibal 2015-09-06 14:07:43 +0200
  • 7e4fea67d3 * Fix bug in token subtree, introduced by duplication of L/R code in Stateclass. Need to consolidate the two methods. Matthew Honnibal 2015-09-06 10:48:36 +0200
  • 571b6eda88 * Upd tests Matthew Honnibal 2015-09-06 05:40:10 +0200