diff --git a/README.md b/README.md index 5135cf1..d9c94b0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Russian Morphology for Apache Lucene -Russian and English morphology for Java and [Apache Lucene](http://lucene.apache.org) 9.3 framework based on open source dictionary from site [АОТ](http://aot.ru). It uses dictionary base morphology with some heuristics for unknown words. It supports a homonym for example for a Russian word "вина" it gives two variants "вино" and "вина". +Russian and English morphology for Java and [Apache Lucene](http://lucene.apache.org) 9.9 framework based on open source dictionary from site [АОТ](http://aot.ru). It uses dictionary base morphology with some heuristics for unknown words. It supports a homonym for example for a Russian word "вина" it gives two variants "вино" and "вина". ### How to use -Build project, by running `mvn clean package`, this will provide you the latest versions of the artifacts - 1.5, add it to your classpath. You could select which version to use - Russian or English. +Build project, by running `mvn clean package`, this will provide you the latest versions of the artifacts - 1.6, add it to your classpath. You could select which version to use - Russian or English. Now you can create a Lucene Analyzer: @@ -39,7 +39,7 @@ You can use the LuceneMorphology as morphology filter in a Solr _schema.xml_ usi ``` -Just add _morphology-1.5.jar_ in your Solr lib-directories +Just add _morphology-1.6.jar_ in your Solr lib-directories ### Restrictions diff --git a/dictionary-reader/pom.xml b/dictionary-reader/pom.xml index abf4f2e..923153a 100644 --- a/dictionary-reader/pom.xml +++ b/dictionary-reader/pom.xml @@ -3,26 +3,26 @@ morphology org.apache.lucene.morphology - 1.5 + 1.6 4.0.0 dictionary-reader dictionary-reader - 1.5 + 1.6 http://maven.apache.org org.apache.lucene.morphology russian - 1.5 + 1.6 org.apache.lucene.morphology english - 1.5 + 1.6 diff --git a/english/pom.xml b/english/pom.xml index 64bac77..699e813 100644 --- a/english/pom.xml +++ b/english/pom.xml @@ -3,19 +3,19 @@ morphology org.apache.lucene.morphology - 1.5 + 1.6 4.0.0 english english - 1.5 + 1.6 http://maven.apache.org org.apache.lucene.morphology morph - 1.5 + 1.6 diff --git a/morph/pom.xml b/morph/pom.xml index 9e40c10..34900bc 100644 --- a/morph/pom.xml +++ b/morph/pom.xml @@ -3,12 +3,12 @@ morphology org.apache.lucene.morphology - 1.5 + 1.6 4.0.0 morph morph - 1.5 + 1.6 http://maven.apache.org diff --git a/pom.xml b/pom.xml index 15b5fb3..942100a 100644 --- a/pom{"code":"deadline_exceeded","msg":"operation timed out"}