what is the DictionaryStemmer file format
angshu
New Altair Community Member
Hi,
I am trying to use the DictionaryStemmer feature of the text plugin, I am confused about the file format to be used the tutorial say "base form, expr1 expr2"
while the java doc says: "targetExpression pattern1 pattern2"
am baically using string and used the javadoc format for example,
food pizza burger lunch...
sports baseball golf football...
but it seem to be giving erroneous results. can someone point out the correct format.
Thanks
Angshu
I am trying to use the DictionaryStemmer feature of the text plugin, I am confused about the file format to be used the tutorial say "base form, expr1 expr2"
while the java doc says: "targetExpression pattern1 pattern2"
am baically using string and used the javadoc format for example,
food pizza burger lunch...
sports baseball golf football...
but it seem to be giving erroneous results. can someone point out the correct format.
Thanks
Angshu
Tagged:
0
Answers
-
Hi Angshu,
unfortunately the description was erroneous. You will have to specify a format like that:
Where patterX might be a regular expression like ".*pizza".targetExpression : patter1 patter2 ...
Greetings,
Sebastian
0