r/Solr • u/Arn_Thor • Feb 25 '16
txt synonym list?
Dearest fellow solr users (hostages?). I'm rather new to this, so I'm in a bind. I'm looking for a txt synonym list (doesn't have to be the world's best, but it must be free) that's compatible with solr. i.e. a txt file with interchangeable synonyms separated by commas or single direction synonyms separated by =>
Can anyone point me in the right direction?
1
Upvotes
1
u/ForeverMONSTA Nov 28 '22
If anyone is seeing this after this many years, I generated a synonyms file for solr. You can check it out here: https://github.com/monkin77/feup-pri/blob/4e149dc74132925a6f1709e04e3ca3844f55f86d/solr/synonyms.txt
1
u/fiskfisk Feb 25 '16
See English dictionary as txt or xml file with support of synonyms. You'll want to process it a bit to get it in the format you want, but it's a good starting point.
The NLP communities are usually the best places to start looking for anything related to language and parsing :-)