Matthew Honnibal
|
d8c52560d1
|
Merge branch 'master' of ssh://github.com/honnibal/spaCy
|
2015-11-19 11:00:11 +01:00 |
|
Matthew Honnibal
|
44e563d4e5
|
* Pin version of murmurhash
|
2015-11-19 10:59:51 +01:00 |
|
Matthew Honnibal
|
73d47c3010
|
Merge pull request #185 from henningpeters/sputnik
integrate sputnik
|
2015-11-19 20:59:09 +11:00 |
|
Matthew Honnibal
|
8430db06b1
|
Merge pull request #173 from kmeurer/master
Add force flag to installation page.
|
2015-11-19 20:58:42 +11:00 |
|
Matthew Honnibal
|
74742dc3ac
|
Merge pull request #181 from henningpeters/patch-6
fix pytest path
|
2015-11-19 20:58:14 +11:00 |
|
Matthew Honnibal
|
7b8a921a80
|
* Fix train command in fabfile
|
2015-11-18 18:28:28 +01:00 |
|
Henning Peters
|
73e5650be5
|
change index server
|
2015-11-18 18:09:46 +01:00 |
|
Matthew Honnibal
|
1e166eb9cd
|
* Upgrade spacy version
|
2015-11-18 17:42:56 +01:00 |
|
Henning Peters
|
50d15ea5d2
|
fix
|
2015-11-18 17:35:21 +01:00 |
|
Henning Peters
|
02a1dcec76
|
add data dir
|
2015-11-18 11:48:55 +01:00 |
|
Henning Peters
|
919a4f0b04
|
change data path, add repository
|
2015-11-18 11:40:46 +01:00 |
|
Henning Peters
|
12de895e60
|
fix version
|
2015-11-15 16:38:16 +01:00 |
|
Henning Peters
|
03d2f98cd5
|
add sputnik
|
2015-11-15 15:58:21 +01:00 |
|
Henning Peters
|
f7122d062a
|
Update _installation.jade
|
2015-11-15 15:00:55 +01:00 |
|
Matthew Honnibal
|
e8bd92f1e7
|
* Fix lemma of let's, re Issue #177
|
2015-11-13 06:42:23 +11:00 |
|
Matthew Honnibal
|
ec7d36c3a4
|
* Add test for matcher end-point problem
|
2015-11-12 05:00:40 +11:00 |
|
Matthew Honnibal
|
d309622a27
|
* Add test for matcher end-point problem
|
2015-11-12 04:59:11 +11:00 |
|
Matthew Honnibal
|
56ea20a886
|
* Add test for matcher end-point problem
|
2015-11-12 04:58:53 +11:00 |
|
Matthew Honnibal
|
cfa4062147
|
* Add test for matcher end-point problem
|
2015-11-12 04:56:07 +11:00 |
|
Matthew Honnibal
|
c288414968
|
Merge branch 'master' of ssh://github.com/honnibal/spaCy
|
2015-11-12 04:49:20 +11:00 |
|
Matthew Honnibal
|
dc60186514
|
Merge branch 'master' of https://github.com/honnibal/spaCy
|
2015-11-11 18:48:46 +01:00 |
|
Matthew Honnibal
|
5623242b3e
|
* Adjust NER rules, so that U entries in gazetteer don't become B moves to the model
|
2015-11-12 04:48:23 +11:00 |
|
Matthew Honnibal
|
6e68b344c1
|
* Train after parsing, not before.
|
2015-11-12 04:43:52 +11:00 |
|
Kevin Meurer
|
44dd8916d8
|
Add force flag to installation page.
|
2015-11-08 13:10:58 -05:00 |
|
Matthew Honnibal
|
6dd37c5ee4
|
* Fix requirement of preshed
|
2015-11-08 18:09:21 +01:00 |
|
Matthew Honnibal
|
4d579c8535
|
* Roll back travis.yml testing models, due to memory restrictions
|
2015-11-09 03:05:01 +11:00 |
|
Matthew Honnibal
|
49aa9b3dfe
|
* Adjust travis.yml, so that we don't test with so much memory
|
2015-11-09 02:34:41 +11:00 |
|
Matthew Honnibal
|
ef5d30a3ea
|
* Make Travis test the models too
|
2015-11-08 16:20:53 +01:00 |
|
Matthew Honnibal
|
d67d7d5a86
|
* Add test for NER inconsistency bug
|
2015-11-08 16:19:33 +01:00 |
|
Matthew Honnibal
|
44fbdc7260
|
* Fix bug in NER transition system, that sometimes left no valid moves
|
2015-11-08 16:19:12 +01:00 |
|
Matthew Honnibal
|
ab5aac5b2f
|
* Add .rank property to Token and Lexeme, for frequency rank
|
2015-11-08 16:18:25 +01:00 |
|
Matthew Honnibal
|
fde9a22ec2
|
* Add new test for ner
|
2015-11-08 13:57:15 +01:00 |
|
Matthew Honnibal
|
e92371bb54
|
* Fix rule that made Last action invalid if there was a preset of O, since if the entity is already open, that ship has sailed.
|
2015-11-08 22:17:51 +11:00 |
|
Matthew Honnibal
|
f9d20b1318
|
* Require updated thinc
|
2015-11-08 21:32:21 +11:00 |
|
Matthew Honnibal
|
3b74739c3e
|
* Download updated data
|
2015-11-08 21:24:25 +11:00 |
|
Matthew Honnibal
|
31da42eb27
|
* Mark tests that require models
|
2015-11-07 19:27:38 +11:00 |
|
Matthew Honnibal
|
8e26a28616
|
* Mark tests that require models
|
2015-11-07 19:10:56 +11:00 |
|
Matthew Honnibal
|
15eab7354f
|
* Remove extraneous test files
|
2015-11-07 18:45:13 +11:00 |
|
Matthew Honnibal
|
6f47074214
|
* Make constructor of ParserModel and TaggerModel the same as AveragedPerceptron, for each pickling.
|
2015-11-07 18:25:17 +11:00 |
|
Matthew Honnibal
|
1cfa20fb17
|
* Fix sentence-final whitespace issue
|
2015-11-07 17:34:46 +11:00 |
|
Matthew Honnibal
|
7663970d5f
|
* Removed unused i variable from Span, and set attributes to read-only
|
2015-11-07 17:06:15 +11:00 |
|
Matthew Honnibal
|
4b3c96d76d
|
* Fix zero-length spans
|
2015-11-07 17:05:16 +11:00 |
|
Matthew Honnibal
|
888c05a7fa
|
* Fix variable naming in StepwiseState, for thinc 4.0
|
2015-11-07 11:02:44 +11:00 |
|
Matthew Honnibal
|
fc2185bfe3
|
* Fix variable naming in StepwiseState, for thinc 4.0
|
2015-11-07 10:48:31 +11:00 |
|
Matthew Honnibal
|
954442a807
|
* Fix variable naming in StepwiseState, for thinc 4.0
|
2015-11-07 10:30:45 +11:00 |
|
Matthew Honnibal
|
06f26d258e
|
* Fix test_basic_create
|
2015-11-07 10:04:37 +11:00 |
|
Matthew Honnibal
|
1d3884c46d
|
* Fix test_basic_create
|
2015-11-07 10:03:56 +11:00 |
|
Matthew Honnibal
|
cc8febcbe1
|
* Fix Span comparison
|
2015-11-07 09:54:14 +11:00 |
|
Matthew Honnibal
|
af70dc166a
|
* Fix Last restriction, that was supposed to prevent conflicts with presets, but was incorrect.
|
2015-11-07 09:52:00 +11:00 |
|
Matthew Honnibal
|
a9b612abdf
|
* Rework the Span-merge patch, to avoid extending the interface of Doc, and avoid virtualizing the Span.start and Span.end indices, to keep Span usage efficient
|
2015-11-07 09:01:12 +11:00 |
|