Matthew Honnibal
|
7d866c3056
|
Add test
|
2020-06-25 15:19:46 +02:00 |
|
Matthew Honnibal
|
c2fd1e4eb9
|
Fix merge
|
2020-06-25 03:58:32 +02:00 |
|
Matthew Honnibal
|
70bd7fb611
|
Fix test
|
2020-06-24 17:21:53 +02:00 |
|
Matthew Honnibal
|
2d5f5cb5fb
|
Add NER data test
|
2020-06-24 15:49:25 +02:00 |
|
Matthew Honnibal
|
14bb102a6b
|
Update test
|
2020-06-24 15:35:17 +02:00 |
|
Matthew Honnibal
|
c09019aa8d
|
Fix parser test
|
2020-06-24 15:31:43 +02:00 |
|
Matthew Honnibal
|
a78427d640
|
Update gold test for NER
|
2020-06-24 15:19:40 +02:00 |
|
svlandeg
|
28ad71c187
|
bugfix excl Span.end in iob2docs
|
2020-06-23 17:20:41 +02:00 |
|
svlandeg
|
7c76a2b796
|
fix asserts
|
2020-06-23 17:09:37 +02:00 |
|
svlandeg
|
351ab3a3d4
|
pull merge_sent into iob2docs to avoid Doc creation for each line
|
2020-06-23 16:47:30 +02:00 |
|
Matthew Honnibal
|
8722b65bce
|
Fix json2docs converter
|
2020-06-23 13:19:26 +02:00 |
|
svlandeg
|
ed71f5298a
|
cleanup
|
2020-06-22 17:38:50 +02:00 |
|
svlandeg
|
54855e3f3a
|
various small fixes
|
2020-06-22 17:33:19 +02:00 |
|
Matthew Honnibal
|
fedfabec80
|
Xfail test
|
2020-06-22 16:11:42 +02:00 |
|
Matthew Honnibal
|
031673dc35
|
Update test
|
2020-06-22 16:08:01 +02:00 |
|
Matthew Honnibal
|
1d4322eb04
|
Merge branch 'whatif/arrow' of https://github.com/explosion/spaCy into whatif/arrow
|
2020-06-22 16:01:13 +02:00 |
|
Matthew Honnibal
|
4cd1c74385
|
Update test
|
2020-06-22 16:00:55 +02:00 |
|
Matthew Honnibal
|
c65f0ed8f6
|
Xfail some tests
|
2020-06-22 15:54:04 +02:00 |
|
Matthew Honnibal
|
5a2d37c18f
|
Xfail tests
|
2020-06-22 15:34:46 +02:00 |
|
svlandeg
|
1720c58287
|
Merge branch 'whatif/arrow' of https://github.com/explosion/spaCy into whatif/arrow
|
2020-06-22 15:15:29 +02:00 |
|
svlandeg
|
bf819ba302
|
Merge remote-tracking branch 'upstream/develop' into whatif/arrow
# Conflicts:
# spacy/cli/train.py
# spacy/gold.pyx
# spacy/ml/models/multi_task.py
# spacy/ml/models/simple_ner.py
# spacy/ml/models/textcat.py
# spacy/ml/models/tok2vec.py
# spacy/pipeline/pipes.pyx
# spacy/pipeline/simple_ner.py
# spacy/scorer.py
# spacy/tests/parser/test_add_label.py
# spacy/tests/parser/test_nn_beam.py
# spacy/tests/pipeline/test_morphologizer.py
# spacy/tests/test_scorer.py
# spacy/tests/test_util.py
# spacy/util.py
|
2020-06-22 15:15:20 +02:00 |
|
Matthew Honnibal
|
b250f6b62f
|
Update test
|
2020-06-22 14:59:05 +02:00 |
|
Matthew Honnibal
|
497fef4b5f
|
Update test
|
2020-06-22 14:53:23 +02:00 |
|
Matthew Honnibal
|
f73fa77bb9
|
Update test
|
2020-06-22 14:29:52 +02:00 |
|
svlandeg
|
5e71919322
|
avoid writing temp dir in json2docs, fixing 4402 test
|
2020-06-22 14:27:35 +02:00 |
|
Matthew Honnibal
|
792bf9476c
|
Update tests
|
2020-06-22 14:26:38 +02:00 |
|
svlandeg
|
ffddff03b8
|
fix add_label test
|
2020-06-22 11:58:59 +02:00 |
|
svlandeg
|
8ba8defa78
|
fix test_make_orth_variants
|
2020-06-22 11:52:17 +02:00 |
|
svlandeg
|
bb87e8c2b1
|
fix test_roundtrip_docs_to_docbin
|
2020-06-22 10:48:04 +02:00 |
|
svlandeg
|
0d64c435b0
|
small fixes
|
2020-06-22 10:05:12 +02:00 |
|
Matthew Honnibal
|
6a75992af6
|
Format
|
2020-06-22 01:11:43 +02:00 |
|
Matthew Honnibal
|
3cc267d600
|
Add another arc-eager oracle test
|
2020-06-22 00:54:38 +02:00 |
|
Matthew Honnibal
|
6fa9a19e52
|
Update tests
Remove beam test
Update test
Unskip
Unskip tests
|
2020-06-22 00:54:38 +02:00 |
|
Matthew Honnibal
|
75a5f2d499
|
Remove GoldCorpus
Update imports
Update after removing GoldCorpus
Fix module name of corpus
Fix mimport
|
2020-06-22 00:54:38 +02:00 |
|
Matthew Honnibal
|
50d4b21743
|
Xfail some tests
Skip tests that cause crashes
Skip test causing segfault
|
2020-06-22 00:54:38 +02:00 |
|
svlandeg
|
6d5bfd6f6a
|
fix test checking for variants
|
2020-06-22 00:46:08 +02:00 |
|
svlandeg
|
a427ca9355
|
clean up
|
2020-06-22 00:46:08 +02:00 |
|
svlandeg
|
5477bf054f
|
add links to to_dict
|
2020-06-22 00:46:08 +02:00 |
|
Ines Montani
|
ef5f548fb0
|
Tidy up and auto-format
|
2020-06-21 22:38:04 +02:00 |
|
Ines Montani
|
40bb918a4c
|
Remove unicode declarations and tidy up
|
2020-06-21 22:34:10 +02:00 |
|
svlandeg
|
689600e17d
|
add additional test back in (it works now)
|
2020-06-20 23:23:57 +02:00 |
|
svlandeg
|
12dc8ab208
|
remove redundant code from master in EntityLinker
|
2020-06-20 23:07:42 +02:00 |
|
svlandeg
|
6179774278
|
fix test_build_dependencies by ignoring new libs
|
2020-06-20 22:49:37 +02:00 |
|
Ines Montani
|
5424b70e51
|
Remove v2 test
|
2020-06-20 16:18:53 +02:00 |
|
Ines Montani
|
63c22969f4
|
Update test_issue5230.py
|
2020-06-20 16:17:48 +02:00 |
|
Ines Montani
|
296b5d633b
|
Remove references to Python 2 / is_python2
|
2020-06-20 16:11:13 +02:00 |
|
Ines Montani
|
52728d8fa3
|
Merge branch 'develop' into master-tmp
|
2020-06-20 15:52:00 +02:00 |
|
Ines Montani
|
f91e9e8c84
|
Remove F841 [ci skip]
|
2020-06-20 14:47:17 +02:00 |
|
Ines Montani
|
8283df80e9
|
Tidy up and auto-format
|
2020-06-20 14:15:04 +02:00 |
|
svlandeg
|
6ca6d7d6b4
|
test for split sentences with various alignment issues, works
|
2020-06-18 20:01:02 +02:00 |
|