add ElisionsFilter to ItalianAnalyzer
-------------------------------------
Key: LUCENE-3086
URL: https://issues.apache.org/jira/browse/LUCENE-3086
Project: Lucene - Java
Issue Type: Improvement
Reporter: Robert Muir
Fix For: 3.2, 4.0
Attachments: LUCENE-3086.patch
we set this up for french by default, but we don't for italian.
we should enable it with the standard italian contractions (e.g. definite
articles).
the various stemmers for these languages assume this is already being taken
care of
and don't do anything about it... in general things like snowball assume really
dumb
tokenization, that you will split on the word-internal ', and they add these to
stoplists.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]