Commit Graph

3167 Commits

Author SHA1 Message Date
Matthew Honnibal
a48aa15384 Improve the API for the GoldParse class. 2016-10-15 23:53:29 +02:00
Matthew Honnibal
e07fe92b27 Draft a refactored init for the GoldParse class 2016-10-15 22:09:52 +02:00
Matthew Honnibal
47afef7d6b Add init.py for gold tests 2016-10-15 21:51:28 +02:00
Matthew Honnibal
86ae665c78 Add function for entity->biluo transformation 2016-10-15 21:51:04 +02:00
Matthew Honnibal
2163fd238f Add tests for entity->biluo transformation 2016-10-15 21:50:43 +02:00
Matthew Honnibal
a557a24189 Don't test pypi at the moment 2016-10-15 16:42:45 +02:00
Matthew Honnibal
4f2ac17fd9 Update travis sh 2016-10-15 16:24:11 +02:00
Matthew Honnibal
5e923b9bfa Return None in match_best_version if not path exists. 2016-10-15 14:47:29 +02:00
Matthew Honnibal
2516382106 Fix loading of English in span test 2016-10-15 14:44:37 +02:00
Matthew Honnibal
53d5bd62ee Add the data/ directory as package data 2016-10-15 14:34:33 +02:00
Matthew Honnibal
dda2fc6bef Add empty data directory 2016-10-15 14:25:25 +02:00
Matthew Honnibal
e2d6bb43d1 Install data for pypi tests. 2016-10-15 14:17:27 +02:00
Matthew Honnibal
049197e0ae Update tests, somewhat messily. 2016-10-15 14:14:04 +02:00
Matthew Honnibal
1e1a1d9517 Update matcher test 2016-10-15 14:13:41 +02:00
Matthew Honnibal
9cc9ce0f14 Load with default path=False in tests. 2016-10-15 14:13:23 +02:00
Matthew Honnibal
08e9134760 Change default value of path to True 2016-10-15 14:12:54 +02:00
Matthew Honnibal
788657f062 Ensure words are added to vocab before test, so that the lexicon is updated correctly. 2016-10-15 14:12:18 +02:00
Matthew Honnibal
75529a9f3b Fix pytest discovery from sdist installation in travis 2016-10-15 13:51:48 +02:00
Matthew Honnibal
4a1a2bce68 Update version in about.py 2016-10-15 13:44:27 +02:00
Matthew Honnibal
2990681955 Fix travis 2016-10-15 02:29:25 +02:00
Matthew Honnibal
bc6159f5d9 Fix travis.yml 2016-10-15 02:18:18 +02:00
Matthew Honnibal
bd0e95d23e Fix travis 2016-10-15 02:00:23 +02:00
Matthew Honnibal
190ee0f89a Fix travis.sh 2016-10-15 01:36:32 +02:00
Matthew Honnibal
eb0388e2b2 Update travis.sh 2016-10-15 01:23:25 +02:00
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