snipsco/snips-nlu

Is it possible to adapt the stemming and stop words file for a language?

Corasonn opened this issue · 0 comments

For my use case, I need to remove some words from stop words file and add some to stemming list.
Changing it locally in the python dependency works. But I need to share it and don't want to get it overwritten.

So, is there a way to import adapted language resource files?