Emanuel Gerber commited on
Commit
f671616
1 Parent(s): 274016f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -161,7 +161,7 @@ It was cleaned and post-procesed, including filtering out entities of "overrepre
161
 
162
  The purpose behind the knowledge base cleaning was to reduce the knowledge base size, while keeping the most useful entities for general purpose applications.
163
 
164
- 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> folder. The database contains 3 tables:
165
  * <b>aliases</b>
166
  * en_alias (english alias)
167
  * en_alias_lowercase (english alias lowercased)
 
161
 
162
  The purpose behind the knowledge base cleaning was to reduce the knowledge base size, while keeping the most useful entities for general purpose applications.
163
 
164
+ 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:
165
  * <b>aliases</b>
166
  * en_alias (english alias)
167
  * en_alias_lowercase (english alias lowercased)