How to create a lexicon in rapidminer?
Jammil789
New Altair Community Member
I have a list of offensive words, i intend to create a lexicon using these words and labelling them offensive within rapidminer, may i get help in approaching this? p.s I am new to rapid miner and machine learning.
Tagged:
0
Answers
-
In general first you need to go through the training materials around text mining to get an understanding of how RapidMiner deals with text processing. Once you do that, the operator you want is probably "Filter Stopwords (Dictionary)," which allows you to specify a set of words using an external file and then remove those words from your text for subsequent processing.
0