opensemanticsearch / open-semantic-entity-search-api

Open Source REST API for named entity extraction, named entity linking, named entity disambiguation, recommendation & reconciliation of entities like persons, organizations and places for (semi)automatic semantic tagging & analysis of documents by linked data knowledge graph like SKOS thesaurus, RDF ontology, database(s) or list(s) of names
https://opensemanticsearch.org/doc/datamanagement/named_entity_recognition
GNU General Public License v3.0
172 stars 32 forks source link

Automated tests #39

Open opensemanticsearch opened 4 years ago

opensemanticsearch commented 4 years ago

Code quality: Add automated tests by Python unittest.

Mandalka commented 4 years ago

Implemented unittest for adding entities to Solr index by entity manager and extract from full text by Solr text tagger/normalize/link it by entity linker.