English thesaurus/synonyms for spintax

Astraport

Regular Member
Joined
Jul 9, 2016
Messages
292
Reaction score
42
I have a dictionary of English synonyms like this:
Code:
fake|pretend|faux
ethical|moral
it eventually|it will definitely
etc.
I want to create my own spintax app based on it using C# or Python or NodeJS. But I have two problems.
1. My dictionary is quite small, only 12,000 lines.
2. There are no verb forms.
Maybe there are ready-made Python/NodeJS/C# libraries that solve the problems of synonymization and spintax?
Or large thesaurus dictionaries with different verb forms?
 
Back
Top