Open yukiomoto opened 2 years ago
Thank you for this PR. Would it be possible to use macros in order to do some codegen on this?
@valeriansaliou Thank you for the review. I will try macros.
Hi, @valeriansaliou I added a stopwords codegen macro. If I'm misunderstanding something, please let me know. Thank you!
Thank you, will review soon!
resolve #300
This pr adds a feature that allows users to override the predefined stopwords of Sonic.
The configuration file can include this to configure Sonic's stopwords only to
foo
andbar
.I also believe the pr could help #254 and #266 too because you can do this to disable stopwords completely.