The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
what is the DictionaryStemmer file format
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
0
Answers
unfortunately the description was erroneous. You will have to specify a format like that: Where patterX might be a regular expression like ".*pizza".
Greetings,
Sebastian