apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.62k stars 1.02k forks source link

optionally support naist-jdic for kuromoji [LUCENE-3700] #4774

Closed asfimport closed 12 years ago

asfimport commented 12 years ago

This is an alternative dictionary, somewhat larger (\~25%).

we can support it in build.xml so if a user wants to build with it, they can (the resulting jar file will be 500KB larger)


Migrated from LUCENE-3700 by Robert Muir (@rmuir), resolved Jan 17 2012 Attachments: LUCENE-3700.patch

asfimport commented 12 years ago

Robert Muir (@rmuir) (migrated from JIRA)

attached is a patch. all tests pass if you build with naist-jdic instead.

asfimport commented 12 years ago

Robert Muir (@rmuir) (migrated from JIRA)

I committed this as is for now, if you want to use it you have to change the build.xml and then run ant build-dic and create a custom jar.

I noticed this dictionary also has some additional sparsely populated fields but we currently aren't using/supporting them... could be nice if they are something useful (didn't look)