spaCy/examples/pipeline/wiki_entity_linking
2019-05-13 17:02:34 +02:00
..
__init__.py refactor code to separate functionality into different files 2019-05-06 10:56:56 +02:00
kb_creator.py using entity descriptions and article texts as input embedding vectors for training 2019-05-07 16:03:42 +02:00
run_el.py evaluating on dev set during training 2019-05-13 14:26:04 +02:00
train_el.py train and predict per article (saving time for doc encoding) 2019-05-13 17:02:34 +02:00
training_set_creator.py using entity descriptions and article texts as input embedding vectors for training 2019-05-07 16:03:42 +02:00
wiki_nel_pipeline.py train and predict per article (saving time for doc encoding) 2019-05-13 17:02:34 +02:00
wikidata_processor.py using entity descriptions and article texts as input embedding vectors for training 2019-05-07 16:03:42 +02:00
wikipedia_processor.py refactor code to separate functionality into different files 2019-05-06 10:56:56 +02:00