Matthew Honnibal
|
db87db87ea
|
* Update tagger.pxd for CharacterTagger model
|
2016-02-24 18:20:47 +01:00 |
|
Matthew Honnibal
|
77f2b218f9
|
* Update conll_train script
|
2016-02-24 18:19:38 +01:00 |
|
Matthew Honnibal
|
fab538672e
|
* Refactor CharacterTagger
|
2016-02-24 18:17:16 +01:00 |
|
Matthew Honnibal
|
92e9134603
|
* Try new CoNLL tagger method
|
2016-02-22 22:57:06 +01:00 |
|
Matthew Honnibal
|
3f12fb4191
|
* Change defaults for character tagger
|
2016-02-22 22:56:33 +01:00 |
|
Matthew Honnibal
|
422b33838e
|
* Add note explaining parse features
|
2016-02-22 22:55:52 +01:00 |
|
Matthew Honnibal
|
5f53ef1a43
|
* Update conll_train for tagger, to use neural network tagger
|
2016-02-22 00:16:40 +01:00 |
|
Matthew Honnibal
|
c3f334cef1
|
* Work on character tagger
|
2016-02-22 00:15:25 +01:00 |
|
Matthew Honnibal
|
7a519ea5af
|
* Add cautionary note to vocab about encoding
|
2016-02-22 00:13:20 +01:00 |
|
Matthew Honnibal
|
92f62bcb84
|
* Work on character tagger
|
2016-02-16 23:55:47 +01:00 |
|
Matthew Honnibal
|
7ae048cf76
|
* Delete old draft of sense2vec post
|
2016-02-15 14:50:01 +01:00 |
|
Matthew Honnibal
|
05ec31a134
|
* Tmp
|
2016-02-15 14:40:28 +01:00 |
|
Matthew Honnibal
|
2326c5298f
|
* Rename post Sense2Vec with SpaCy
|
2016-02-15 09:16:58 +01:00 |
|
Matthew Honnibal
|
ceb87e6b14
|
* Add meta.jade for sense2vec post
|
2016-02-15 09:16:12 +01:00 |
|
Matthew Honnibal
|
bc9a31df3e
|
Merge branch 'master' of ssh://github.com/honnibal/spaCy
|
2016-02-09 14:43:30 +01:00 |
|
Matthew Honnibal
|
9fe814225a
|
* Add sense2vec-reddit draft
|
2016-02-09 14:43:05 +01:00 |
|
Henning Peters
|
7c0aa60ca7
|
Update README.md
|
2016-02-08 18:48:16 +01:00 |
|
Henning Peters
|
ab59d6ca91
|
Update README.md
|
2016-02-08 18:47:37 +01:00 |
|
Henning Peters
|
4ac755b0fb
|
Update README.md
|
2016-02-08 18:42:38 +01:00 |
|
Matthew Honnibal
|
ad5fa3f335
|
Merge branch 'master' of ssh://github.com/honnibal/spaCy
|
2016-02-08 14:00:30 +01:00 |
|
Matthew Honnibal
|
9bbc41c1e3
|
* Fix conda install instructions
|
2016-02-08 13:51:13 +01:00 |
|
Matthew Honnibal
|
9c24d0e7bb
|
* Fix author bio
|
2016-02-08 13:49:54 +01:00 |
|
Matthew Honnibal
|
5d96b3ef4f
|
* Increment version
|
2016-02-07 13:48:58 +01:00 |
|
Matthew Honnibal
|
dc61056183
|
* Fix parallel_parse script
|
2016-02-07 02:56:16 +01:00 |
|
Matthew Honnibal
|
18eaa44835
|
* Add parallel_parse example
|
2016-02-07 02:53:44 +01:00 |
|
Matthew Honnibal
|
9b303e158e
|
* Add example file to show answer to Issue #252
|
2016-02-07 01:13:40 +01:00 |
|
Matthew Honnibal
|
1b83cb9dfa
|
* Fix Issue #251: Incorrect right edge calculation on left-clobber low in the tree
|
2016-02-07 00:00:42 +01:00 |
|
Matthew Honnibal
|
860fd11e98
|
* Don't import include files --- use the repository
|
2016-02-06 23:59:47 +01:00 |
|
Matthew Honnibal
|
c6623889c1
|
* Add test for Issue #251: Incorrect right edges, caused by bad update to r_edge in del_arc, triggered from non-monotonic left-arc
|
2016-02-06 23:47:51 +01:00 |
|
Matthew Honnibal
|
84e0aa7118
|
* Add header files to repo, to prevent cross-compilation problems
|
2016-02-06 22:57:11 +01:00 |
|
Matthew Honnibal
|
a95974ad3f
|
* Fix oov probability
|
2016-02-06 15:13:55 +01:00 |
|
Matthew Honnibal
|
af8514cb0c
|
* Refine the way the is_parsed attribute is set by from_array
|
2016-02-06 14:44:35 +01:00 |
|
Matthew Honnibal
|
161b01d4c0
|
* Tweak usage example for multi-processing
|
2016-02-06 14:44:11 +01:00 |
|
Matthew Honnibal
|
963ccc2aee
|
* Add usage note for multi-threading
|
2016-02-06 14:43:39 +01:00 |
|
Matthew Honnibal
|
7f24229f10
|
* Don't try to pickle the tokenizer
|
2016-02-06 14:09:05 +01:00 |
|
Matthew Honnibal
|
dcb401f3e1
|
* Remove broken Vocab pickling
|
2016-02-06 14:08:47 +01:00 |
|
Matthew Honnibal
|
e66d45bf66
|
* Restore previous patch to Span.root, as it seems it wasn't the cause of the problem.
|
2016-02-06 13:37:41 +01:00 |
|
Matthew Honnibal
|
54e210d633
|
* Work on docs for new .pipe() method
|
2016-02-06 13:34:57 +01:00 |
|
Matthew Honnibal
|
4412a70dc5
|
* Initialize StateC._empty_token to 0, to avoid undefined behaviour.
|
2016-02-06 13:34:38 +01:00 |
|
Matthew Honnibal
|
1b41f868d2
|
* Check for errors in parser, and parallelise the left-over batch
|
2016-02-06 10:06:30 +01:00 |
|
Matthew Honnibal
|
031b00cb91
|
* Fix Span.root calculation
|
2016-02-05 20:12:09 +01:00 |
|
Matthew Honnibal
|
165ca28b80
|
* Set is_parsed flag in Parser.pipe
|
2016-02-05 19:51:44 +01:00 |
|
Matthew Honnibal
|
bdd579db0a
|
* Set is_parsed flag in Parser.pipe
|
2016-02-05 19:50:11 +01:00 |
|
Matthew Honnibal
|
7119e77fb6
|
* Fix Matcher.pipe
|
2016-02-05 19:46:02 +01:00 |
|
Matthew Honnibal
|
1cf0100bf6
|
* Add test for multithreading
|
2016-02-05 19:38:22 +01:00 |
|
Matthew Honnibal
|
b04c9aad71
|
* Fix off-by-one in Parser.pipe
|
2016-02-05 19:37:50 +01:00 |
|
Matthew Honnibal
|
198f9aa034
|
Merge branch 'master' of ssh://github.com/honnibal/spaCy
|
2016-02-05 19:19:50 +01:00 |
|
Matthew Honnibal
|
e5c447e237
|
* Questionable fix to problem in Span.root
|
2016-02-05 19:18:35 +01:00 |
|
Matthew Honnibal
|
710a081cce
|
Merge pull request #249 from henningpeters/cythonize
Cythonize
|
2016-02-06 02:41:50 +11:00 |
|
Henning Peters
|
8ded829817
|
Merge branch 'master' of github.com:spacy-io/spaCy into cythonize
|
2016-02-05 16:17:46 +01:00 |
|