python scripting operator
Mohamad1367
New Altair Community Member
hi dear community...i have a question about python scripting operator...i have a dataset in persian that i want to tokenize and then filter stop words...for tokenization i use rosette extension but for stopword removal i want to use a code written in python...where i shoul put this operator in my procces?is there anyone to help me?
0
Answers
-
Is there a real need to use an external stopwordlist or Rosette?
The text mining extension has all of these options also, and this way you could keep your work flow a bit more organized.0 -
@kayman yes i need the rosette extension to tokenize my dataset because my data set is in persian language which rosette supports this language but text mining extension don't support persian for this pupose0
-
Clear, Farsi is indeed not in the standard toolkit.
I'm not familiar with the rosetta output, but as it seems an exampleset you could just add the python operator straight after your Rosetta operator. This way you can reuse your existing code.
1 -
0