spaCy/spacy/tests/pipeline
Sofie Van Landeghem 2d249a9502 KB extensions and better parsing of WikiData (#4375)
* fix overflow error on windows

* more documentation & logging fixes

* md fix

* 3 different limit parameters to play with execution time

* bug fixes directory locations

* small fixes

* exclude dev test articles from prior probabilities stats

* small fixes

* filtering wikidata entities, removing numeric and meta items

* adding aliases from wikidata also to the KB

* fix adding WD aliases

* adding also new aliases to previously added entities

* fixing comma's

* small doc fixes

* adding subclassof filtering

* append alias functionality in KB

* prevent appending the same entity-alias pair

* fix for appending WD aliases

* remove date filter

* remove unnecessary import

* small corrections and reformatting

* remove WD aliases for now (too slow)

* removing numeric entities from training and evaluation

* small fixes

* shortcut during prediction if there is only one candidate

* add counts and fscore logging, remove FP NER from evaluation

* fix entity_linker.predict to take docs instead of single sentences

* remove enumeration sentences from the WP dataset

* entity_linker.update to process full doc instead of single sentence

* spelling corrections and dump locations in readme

* NLP IO fix

* reading KB is unnecessary at the end of the pipeline

* small logging fix

* remove empty files
2019-10-14 12:28:53 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_entity_linker.py KB extensions and better parsing of WikiData (#4375) 2019-10-14 12:28:53 +02:00
test_entity_ruler.py Revert #4334 2019-09-29 17:32:12 +02:00
test_factories.py Revert #4334 2019-09-29 17:32:12 +02:00
test_pipe_methods.py Revert #4334 2019-09-29 17:32:12 +02:00
test_sentencizer.py Extend unicode character block for Sinhala (#4378) 2019-10-07 13:17:03 +02:00
test_textcat.py Revert #4334 2019-09-29 17:32:12 +02:00