Hi There, I am trying to make use of the Textblob package within a Dataiku recipe. More specifically I'm trying to create a python recipe which translates a column "Description" from Russian to Englis…
Greetings fellow Linguists, You can start by installing NLTK (Natural Language Toolkit) as any other Python package in DSS, by creating a code environment and adding "nltk" to your package requirement…
Greetings fellow Linguists, To use spaCy models in DSS, you can start by installing it like any other Python package in DSS: by creating a code environment and adding "spacy" to your package requireme…
Hi, i used the sentence embedding plugin on Dataiku plugin store to perform elmo embedding but ended up with following error. Would like some idea why? No recorded image tag for env PYTHON plugin_sent…
I have a column where every entry is a user problem that I would like to analyse with NLP Machine learning. I keep getting this error: Failed to train : <type 'exceptions.IOError'> : [Errno 2] No such…
Dear all, I would like to add Custom stop words for text variable. If I export the model into a DSS notebook i can't see the code related to the removal of stopwords as well. Maybe I'm wrong? Any sugg…
The "Simplify text" processor (and a handful of others) have a "Normalize text" option that "transforms to lowercase, removes accents and performs Unicode normalization (Café -> cafe)." Anyone figure …
Hi, Is it possible to make calls to DSS's Open Refine Server. We want to make connection to Open Refine server that DSS is already using, in "Python Recipe" instead of "Prepare Recipe" Please let us k…