Matthew Honnibal
|
0db81d371c
|
Update travis.sh
|
2016-10-15 01:19:11 +02:00 |
|
Matthew Honnibal
|
7b51990f3a
|
Try testing sdist built on server.
|
2016-10-15 01:10:33 +02:00 |
|
Matthew Honnibal
|
6d8cb515ac
|
Break the tokenization stage out of the pipeline into a function 'make_doc'. This allows all pipeline methods to have the same signature.
|
2016-10-14 17:38:29 +02:00 |
|
Matthew Honnibal
|
2cc515b2ed
|
Add add_flag method to Vocab, re Issue #504.
|
2016-10-14 12:15:38 +02:00 |
|
Matthew Honnibal
|
f3be9d0a9a
|
Add tensor field to Lexeme, Token, Doc and Span, so that users have a place to hang neural network outputs
|
2016-10-14 03:24:13 +02:00 |
|
Matthew Honnibal
|
afe20bd8fb
|
Remove print statement
|
2016-10-13 20:54:56 +02:00 |
|
Matthew Honnibal
|
a0af3b108d
|
Try not requiring sudo
|
2016-10-13 20:54:46 +02:00 |
|
Matthew Honnibal
|
90b27b27fb
|
Debug travis
|
2016-10-13 20:48:22 +02:00 |
|
Matthew Honnibal
|
845fe12eb2
|
Debug travis
|
2016-10-13 20:45:41 +02:00 |
|
Matthew Honnibal
|
2ed12c0804
|
Update travis.yml
|
2016-10-13 14:34:48 +02:00 |
|
Matthew Honnibal
|
839f551ae3
|
Work on travis script
|
2016-10-13 14:32:02 +02:00 |
|
Matthew Honnibal
|
2f998f8ed0
|
Require pathlib
|
2016-10-13 14:19:57 +02:00 |
|
Matthew Honnibal
|
853f7c318d
|
Fix travis.yml
|
2016-10-13 13:54:03 +02:00 |
|
Matthew Honnibal
|
2a150a2f61
|
Set permissions on travis.sh
|
2016-10-13 13:21:26 +02:00 |
|
Matthew Honnibal
|
c684eb1efe
|
Fix travis.yml
|
2016-10-13 13:09:30 +02:00 |
|
Matthew Honnibal
|
dd26035db9
|
Refactor travis, to try to test PyPi compilation as well.
|
2016-10-13 12:39:41 +02:00 |
|
Matthew Honnibal
|
bebf5efe6f
|
Remove osx from travis.yml
|
2016-10-13 12:23:45 +02:00 |
|
Matthew Honnibal
|
d06ee4b531
|
Test osx in Travis
|
2016-10-13 11:22:33 +02:00 |
|
Matthew Honnibal
|
9b55d97a8f
|
Update train method
|
2016-10-13 03:24:53 +02:00 |
|
Matthew Honnibal
|
645d99523a
|
Move merge_sents method into spacy.gold
|
2016-10-13 03:24:29 +02:00 |
|
Matthew Honnibal
|
bdacedc434
|
Fix fab train
|
2016-10-13 03:24:03 +02:00 |
|
Matthew Honnibal
|
bd1bfcca61
|
Update train.py
|
2016-10-13 03:23:48 +02:00 |
|
Matthew Honnibal
|
41f88ce938
|
Fix dep model loading in parser
|
2016-10-12 20:26:38 +02:00 |
|
Matthew Honnibal
|
d9ae2d68af
|
Load features by string-name for backwards compatibility.
|
2016-10-12 20:15:11 +02:00 |
|
Matthew Honnibal
|
d3d1db800c
|
Update travis.yml
|
2016-10-12 19:37:28 +02:00 |
|
Matthew Honnibal
|
a42fbcf946
|
Require model for test_is_properties
|
2016-10-12 19:35:18 +02:00 |
|
Matthew Honnibal
|
20c948361b
|
Use local path in test_lemmatizer
|
2016-10-12 19:35:00 +02:00 |
|
Matthew Honnibal
|
1318d0bc65
|
Test with the non-loaded versions of the English and German pipelines.
|
2016-10-12 19:13:31 +02:00 |
|
Matthew Honnibal
|
0e2bedc373
|
Fix default labels for parser and NER
|
2016-10-12 19:12:40 +02:00 |
|
Matthew Honnibal
|
3a03c668c3
|
Fix message in ParserStateError
|
2016-10-12 14:44:31 +02:00 |
|
Matthew Honnibal
|
6bf505e865
|
Fix error on ParserStateError
|
2016-10-12 14:35:55 +02:00 |
|
Matthew Honnibal
|
ba5e048502
|
Add docstring for Trainer class.
|
2016-10-12 14:26:02 +02:00 |
|
Matthew Honnibal
|
847a4a4182
|
Refactor Language, dropping Language.blank() method.
|
2016-10-12 13:45:58 +02:00 |
|
Matthew Honnibal
|
7c5fe84b80
|
Require older preshed, for thinc compatibility.
|
2016-10-09 12:25:53 +02:00 |
|
Matthew Honnibal
|
ea23b64cc8
|
Refactor training, with new spacy.train module. Defaults still a little awkward.
|
2016-10-09 12:24:24 +02:00 |
|
Matthew Honnibal
|
53fbd3dd1c
|
Fix train.py for v1.0.0-rc1
|
2016-10-05 01:11:46 +02:00 |
|
Ines Montani
|
7c4d347b34
|
Update README.md for website
|
2016-10-03 20:21:33 +02:00 |
|
Ines Montani
|
9e8f333763
|
Update website
|
2016-10-03 20:19:13 +02:00 |
|
Ines Montani
|
504b80b6da
|
Update gitignore
|
2016-10-03 20:19:05 +02:00 |
|
Matthew Honnibal
|
eae2d723d1
|
Update LICENSE
|
2016-10-03 21:33:58 +11:00 |
|
Ines Montani
|
1359cfe32f
|
Update README.rst
|
2016-10-03 12:33:22 +02:00 |
|
Matthew Honnibal
|
89174cda74
|
Ignore pyenv .python-version file
|
2016-09-30 20:44:52 +02:00 |
|
Matthew Honnibal
|
ea6fda0e05
|
Add tmp/ folder to gitignore
|
2016-09-30 20:40:52 +02:00 |
|
Matthew Honnibal
|
411ea714ed
|
Merge branch 'v1.0.0-rc1' of ssh://github.com/spacy-io/spaCy into v1.0.0-rc1
|
2016-09-30 20:31:45 +02:00 |
|
Matthew Honnibal
|
d3092512e8
|
Change travis to Python3
|
2016-09-30 20:31:22 +02:00 |
|
Ines Montani
|
970ec145d9
|
Update website source
|
2016-09-30 20:29:03 +02:00 |
|
Matthew Honnibal
|
7245c26f92
|
Merge branch 'v1.0.0-rc1' of ssh://github.com/spacy-io/spaCy into v1.0.0-rc1
|
2016-09-30 20:20:46 +02:00 |
|
Matthew Honnibal
|
ca32a1ab01
|
Revert "Work on Issue #285: intern strings into document-specific pools, to address streaming data memory growth. StringStore.__getitem__ now raises KeyError when it can't find the string. Use StringStore.intern() to get the old behaviour. Still need to hunt down all uses of StringStore.__getitem__ in library and do testing, but logic looks good."
This reverts commit 8423e8627f .
|
2016-09-30 20:20:22 +02:00 |
|
Matthew Honnibal
|
90baa9c7e6
|
Revert "Changes to matcher.pyx for new StringStore scheme"
This reverts commit 3ff09614e0 .
|
2016-09-30 20:20:13 +02:00 |
|
Matthew Honnibal
|
1b6b129c04
|
Revert "Changes to morphology.pyx for new StringStore scheme"
This reverts commit 95f8cfd745 .
|
2016-09-30 20:20:02 +02:00 |
|