artefactory / NLPretext

All the goto functions you need to handle NLP use-cases, integrated in NLPretext
https://artefactory.github.io/NLPretext/
Apache License 2.0
139 stars 13 forks source link

fix: tokenizer when no tokens #296

Closed julesbertrand closed 11 months ago

julesbertrand commented 11 months ago

Description

When no tokens are retrieved for a text (e.g. preprocessing removed all words), then tokenizer is returning a ValueError about spacy lan_model not supported

+ Bump dependencies to latest available using poetry lock

Related Issue

Type of Change

Checklist