snipsco / snips-nlu

Snips Python library to extract meaning from text
https://snips-nlu.readthedocs.io
Apache License 2.0
3.9k stars 512 forks source link

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

Open Corasonn opened 2 years ago

Corasonn commented 2 years ago

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?