Shai Erera wrote:
No actually I think that's how the ACRONYM rule is defined:
R.E.S. is detected as ACRONYM, and therefore is converted to RES.
R.E.S is not detected as ACRONYM and therefore remains as R.E.S
Hence the mismatch.
Hi looking at your suggestion of https://issues.apache.org/jira/browse/LUCENE-1068

ACRONYM = {LETTER} "." ({LETTER} ".")+

it demands a trailing dot, perhaps I need this instead

ACRONYM = {LETTER} ("." {LETTER} )+

Paul


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to