Merge branch 'master' of https://github.com/egerber/spaCy-entity-linker
Browse files
README.md
CHANGED
@@ -159,7 +159,7 @@ It was cleaned and post-procesed, including filtering out entities of "overrepre
|
|
159 |
|
160 |
The purpose behind the knowledge base cleaning was to reduce the knowledge base size, while keeping the most useful entities for general purpose applications.
|
161 |
|
162 |
-
Currently, the only way to change the knowledge base is a bit hacky and requires to replace or modify the underlying sqlite database. You will find it under <code>site_packages/data_spacy_entity_linker/wikidb_filtered.db</code
|
163 |
* <b>aliases</b>
|
164 |
* en_alias (english alias)
|
165 |
* en_alias_lowercase (english alias lowercased)
|
|
|
159 |
|
160 |
The purpose behind the knowledge base cleaning was to reduce the knowledge base size, while keeping the most useful entities for general purpose applications.
|
161 |
|
162 |
+
Currently, the only way to change the knowledge base is a bit hacky and requires to replace or modify the underlying sqlite database. You will find it under <code>site_packages/data_spacy_entity_linker/wikidb_filtered.db</code>. The database contains 3 tables:
|
163 |
* <b>aliases</b>
|
164 |
* en_alias (english alias)
|
165 |
* en_alias_lowercase (english alias lowercased)
|