Commit Graph

2342 Commits

Author SHA1 Message Date
Matthew Honnibal
ee3f9ba581 * Fix test of serializer 2015-11-03 19:45:16 +11:00
Matthew Honnibal
d06ba26371 * Fix test of serializer 2015-11-03 19:43:27 +11:00
Matthew Honnibal
4083059650 Merge branch 'master' of https://github.com/honnibal/spaCy 2015-11-03 09:07:19 +01:00
Matthew Honnibal
9e37437ba8 * Fix assign_tag in doc.merge 2015-11-03 19:07:02 +11:00
Matthew Honnibal
dde9e1357c * Add todo to morphology.lemmatize 2015-11-03 18:54:35 +11:00
Matthew Honnibal
ffedff9e6c * Remove the archive after download, to save disk space 2015-11-03 18:54:05 +11:00
Matthew Honnibal
85372468e3 * Fix serialize test 2015-11-03 08:51:33 +01:00
Matthew Honnibal
833eb35c57 * Fix tag assignment in doc.from_array 2015-11-03 18:45:54 +11:00
Matthew Honnibal
09664177d7 * Fix tag handling in doc.merge, and assign sent_start when setting heads. 2015-11-03 18:15:52 +11:00
Matthew Honnibal
068222c09a Merge branch 'master' of https://github.com/honnibal/spaCy 2015-11-03 08:07:38 +01:00
Matthew Honnibal
389a373807 Merge branch 'master' of ssh://github.com/honnibal/spaCy 2015-11-03 18:07:25 +11:00
Matthew Honnibal
3f44b3e43f * Mark serializer test as requiring models 2015-11-03 18:07:08 +11:00
Matthew Honnibal
7adef3f831 * Increment version 2015-11-03 07:58:59 +01:00
Matthew Honnibal
25ed7be8f8 Merge branch 'master' of https://github.com/honnibal/spaCy 2015-11-03 07:58:17 +01:00
Matthew Honnibal
604ceac4c6 * Fix morphological assignment in doc.merge() 2015-11-03 17:57:51 +11:00
Matthew Honnibal
5e040855a5 * Ensure morphological features and lemmas are loaded in from_array, re Issue #152 2015-11-03 17:56:50 +11:00
Matthew Honnibal
2714fb4733 * Fix prebuild command 2015-11-03 07:30:33 +01:00
Matthew Honnibal
8bde2bba58 * Fiddle with prebuild command 2015-11-03 07:11:59 +01:00
Matthew Honnibal
cb1376465f Merge branch 'master' of https://github.com/honnibal/spaCy 2015-11-03 07:07:57 +01:00
Matthew Honnibal
64531d5a3a * Define package_data in one place 2015-11-03 17:07:43 +11:00
Matthew Honnibal
3656f06e35 * Don't use models in fab test 2015-11-03 06:39:30 +01:00
Matthew Honnibal
bb5598b816 * Fix test command in fabfile 2015-11-03 05:32:18 +01:00
Matthew Honnibal
5668feb235 * Fix pickle test for python3 2015-11-03 04:57:02 +01:00
Matthew Honnibal
6161d2529a Merge branch 'master' of ssh://github.com/honnibal/spaCy 2015-11-03 13:36:30 +11:00
Matthew Honnibal
9dd38a80e4 Merge pull request #161 from andreasgrv/master
fixed error in python2 when printing unicode
2015-11-03 13:36:13 +11:00
Matthew Honnibal
5ca31e05fb * Prune down package data, as models are distributed entirely within the data download. 2015-11-03 13:30:37 +11:00
Matthew Honnibal
5887506f5d * Don't expect lexemes.bin in Vocab 2015-11-03 13:23:39 +11:00
Matthew Honnibal
f7dd377575 * Adjust conjuncts iterator in Token 2015-11-03 13:23:22 +11:00
Andreas Grivas
d418f00eb1 fixed error when printing unicode 2015-11-02 20:23:18 +02:00
Matthew Honnibal
36517516ef * Replace deprecated repvec reference in twitter-filter 2015-11-03 03:21:26 +11:00
Matthew Honnibal
f56209ef2e * Update requirements 2015-11-03 02:40:01 +11:00
Matthew Honnibal
4fb038a9eb * Update conll_train.py script for spaCy v0.97 2015-10-31 00:53:51 +11:00
Matthew Honnibal
cfaa4bde5d * Add train and parse scripts that use CoNLL formatted data 2015-10-30 12:54:49 +11:00
Matthew Honnibal
3072016155 Merge branch 'master' of ssh://github.com/honnibal/spaCy 2015-10-29 13:10:06 +11:00
Matthew Honnibal
477785914d * Move displacy frontend source 2015-10-29 13:09:46 +11:00
Matthew Honnibal
4a3babcb10 * Add displacy service 2015-10-28 17:36:11 +01:00
Matthew Honnibal
497d0929fe Merge branch 'master' of ssh://github.com/honnibal/spaCy 2015-10-28 10:46:49 +11:00
Matthew Honnibal
52fc338001 * Set is_parsed and is_tagged attrs when loading annotations into Doc, re Issue #152 2015-10-28 10:43:22 +11:00
Matthew Honnibal
3b46966ff6 Merge pull request #153 from henningpeters/patch-4
promote "official" spacy channel
2015-10-28 10:34:23 +11:00
Henning Peters
686f529b55 promote "official" spacy channel 2015-10-27 10:31:19 +01:00
Matthew Honnibal
2c80dcc684 Update README.md 2015-10-27 01:32:40 +11:00
Matthew Honnibal
1c0356e4c2 * Set test file mode to w+t 2015-10-26 22:40:48 +11:00
Matthew Honnibal
0fe98f358b * Fix mode on text file for Python3 in strings test 2015-10-26 22:25:16 +11:00
Matthew Honnibal
8ba9cf905e * Fix mode on text file for Python3 in strings test 2015-10-26 21:44:34 +11:00
Matthew Honnibal
a0730699b1 * Fix mode on text file for Python3 in strings test 2015-10-26 21:25:56 +11:00
Matthew Honnibal
725344d349 * Fix tempfile in test 2015-10-26 21:08:18 +11:00
Matthew Honnibal
f11030aadc * Remove out-dated TODO comment 2015-10-26 12:33:38 +11:00
Matthew Honnibal
a371a1071d * Save and load word vectors during pickling, re Issue #125 2015-10-26 12:33:04 +11:00
Matthew Honnibal
a824a98312 * Add tests for pickling vectors, re: Issue #125 2015-10-26 12:31:05 +11:00
Matthew Honnibal
314090cc78 * Set vectors length when unpickling vocab, re Issue #125 2015-10-26 12:05:08 +11:00