opensemanticsearch / open-semantic-search-apps

Python/Django based webapps and web user interfaces for search, structure (meta data management like thesaurus, ontologies, annotations and named entities) and data import (ETL like text extraction, OCR and crawling filesystems or websites)
https://opensemanticsearch.org/
GNU General Public License v3.0
95 stars 36 forks source link

Thesaurus recommender: Optimize results #39

Open opensemanticsearch opened 5 years ago

opensemanticsearch commented 5 years ago

Do queries with stemming, prefixes and suffixes and lower edit distance before max edit distance, so false positives of more edit distance will not exlude better variants.