-
How to use spaCy models in DSS
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 packag…2 · -
How to use NLTK in DSS
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 …2 · -
Re: Prepare recipe Formula Question
Hi, Could you please try again the previous solution, but this time with quotes "" inside strval: if(isBlank(AT_FrameSize), strval("VP_FrameSize"), strval("AT_FrameSize"…1 · -
Re: Prepare recipe Formula Question
Hi, If your data needs to be treated as a string in the formula, you can use strval("myColumnName"). Alternatively, if you want numeric, use numval("myColumnName"). Otherwise, you…1 · -
Re: Alternatives for setting up a Code environment (R)
Hi, Indeed you can install packages from github using these methods. As you noted, since this is a manual operation, this will not be added to the package requirements of the code-env. Hence, these p…1 ·