Astraport
Regular Member
- Jul 9, 2016
- 292
- 42
I have a dictionary of English synonyms like this:
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?
Code:
fake|pretend|faux
ethical|moral
it eventually|it will definitely
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?