Detailed description
From https://github.com/PyThaiNLP/thai-synonym, I think we can add Thai synonym corpus to PyThaiNLP with search by word and output the data from the corpus.
Possible implementation
- Search by word; use dict datatype
- output all the data; use List[List[str]] for output