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?
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?