extract information
Hello,
I have got a txt file with more than 100 articles (containing date, headline, text, author).
I want the program to list all the terms ending with -ing, -ion etc. Afterwards i want the program to sort the terms by frequency alphabeticaly. Unfortunately I am a beginner and i dont know how to go on.
The following steps are working at the moment
1. Read txt
2. Tokenize
3. Delete stopwords
After these steps Rapidminer gives me the text without stopword. But how can i make the program to give me
the words with different endings? Is "extract information" the correct input?
I have got a txt file with more than 100 articles (containing date, headline, text, author).
I want the program to list all the terms ending with -ing, -ion etc. Afterwards i want the program to sort the terms by frequency alphabeticaly. Unfortunately I am a beginner and i dont know how to go on.
The following steps are working at the moment
1. Read txt
2. Tokenize
3. Delete stopwords
After these steps Rapidminer gives me the text without stopword. But how can i make the program to give me
the words with different endings? Is "extract information" the correct input?