Ji, zzzzz shalev a écrit :
hello all, i would like to retrieve during query time, the part of speech of each word in a query, does anyone know of an implementation of a java part of speech api? thanks in advance,
Aramorph for Java, which is an arabic Analyzer that provides a Lucene interface, feeds the token type (http://lucene.apache.org/java/docs/api/org/apache/lucene/analysis/Token.html#type()) with a (possible) POS label. See http://www.nongnu.org/aramorph/english/lucene.html. This token type may (and actually is) be used to filter "empty" words. Cheers, p.b. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]