Ali Hashaam
Results
2
issues of
Ali Hashaam
I am trying to use pretrained German model: https://alphacephei.com/vosk/models/vosk-recasepunc-de-0.21.zip and as mentioned in readme file, I run: python example.py de-test.txt but I keep getting following error: AttributeError: Can't get attribute...
While defining create_component, only lemmatizer_path is getting passed and there is not an option to utilise use_plain_lemmatization from spaCyIWNLP, but in spaCyIWNLP's constructor we can pass use_plain_lemmatization and ignore_case (see...