131 Commits

Author SHA1 Message Date
Konstantin Gribov
e0a70e88fd Add licensing information
Fixes #8
2017-04-04 20:19:49 +03:00
Alexander Kuznetsov
b180862572 Merge pull request #10 from Zanzarchik/master
Add an implementation of the TokenFilterFactory for the MorphologyFilter
2017-01-25 16:53:23 +03:00
Pavel Artanov
b918dad855 Add a description how to use the MorphologyFilter in a SOLR schema. 2017-01-24 13:41:57 +04:00
Pavel Artanov
6fc7e109cb Add an implementation of the TokenFilterFactory for the MorphologyFilter.
Now you can use the MorphologyFilterFactory in a schema.xml:
<fieldType name="content" class="solr.TextField" positionIncrementGap="100">
      <analyzer>
        <tokenizer class="solr.StandardTokenizerFactory"/>
		<filter class="org.apache.lucene.analysis.morphology.MorphologyFilterFactory" language="Russian"/>
		<filter class="org.apache.lucene.analysis.morphology.MorphologyFilterFactory" language="English"/>
      </analyzer>
</fieldType>
2017-01-20 18:36:19 +04:00
Alexander Kuznetsov
552274274d Merge pull request #9 from imotov/lucene-62
Upgrade to Lucene 6.2.0
2016-10-28 14:09:38 +03:00
Igor Motov
af5f0dc37a Upgrade to Lucene 6.2.0 2016-10-26 10:02:43 -10:00
Alexander Kuznetsov
fd9faad64b Merge pull request #7 from grossws/patch-1
Fixed mentions of Apache Lucene (with link to its site)
2016-10-26 11:16:57 +03:00
Konstantin Gribov
a1edbb5ddc Fixed mentions of Apache Lucene (with link to its site) 2016-10-20 19:36:35 +03:00
Alexander Kuznetsov
717c07a01d Merge pull request #5 from imotov/lucene-61
Upgrade to Lucene 6.1.0
2016-10-03 22:22:15 +03:00
Igor Motov
8bd88aa9cf Upgrade to Lucene 6.1.0 2016-08-05 17:21:31 -04:00
Alexander Kuznetsov
22caba4f7c Update README.md 2015-12-16 22:39:28 +03:00
Alexander Kuznetsov
bda49aad18 Merge pull request #1 from imotov/fix-positions-increments-and-keyword-handling
Improve incrementToken implementation in MorphologyFilter
2015-07-14 15:53:01 +03:00
Igor Motov
db144bf2ec Improve incrementToken implementation in MorphologyFilter
The current implementation doesn't preserve the attributes of the repeated tokens and stems tokens marked as keywords.
2015-07-03 16:48:02 -04:00
Alexander Kuznetsov
6ca2b27781 Create README.md 2015-06-09 23:00:58 +03:00
Alexander Kuznetsov
393665f08a [maven-release-plugin] prepare for next development iteration 2015-06-09 21:57:04 +03:00
Alexander Kuznetsov
b785c19b74 [maven-release-plugin] prepare release morphology-1.1 morphology-1.1 2015-06-09 21:56:59 +03:00
Alexander Kuznetsov
d694f558a6 Adding bintray as distribution maven repo 2015-06-09 21:53:45 +03:00
Alexander Kuznetsov
1323228212 Fixing issue https://code.google.com/p/russianmorphology/issues/detail?id=12 2015-03-21 01:28:06 +03:00
Alexander Kuznetsov
3e69baa332 Fixing issue https://code.google.com/p/russianmorphology/issues/detail?id=11 2015-03-21 01:08:18 +03:00
Alexander Kuznetsov
9b793115f7 Fixing issue https://code.google.com/p/russianmorphology/issues/detail?id=9 2015-03-21 00:46:13 +03:00
Alexander Kuznetsov
d300938502 Adding support of lucene 5.0.0 2015-03-21 00:38:55 +03:00
Alexander.A.Kuznetsov@gmail.com
2b5509c825 fixing error in stemming filter
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@127 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2012-09-08 13:43:16 +00:00
Alexander.A.Kuznetsov@gmail.com
19559e2856 fixing dividing bu zero
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@126 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2012-01-20 17:21:54 +00:00
Alexander.A.Kuznetsov@gmail.com
2b9e2c5b1e adding header to files
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@125 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2011-11-29 15:37:15 +00:00
Alexander.A.Kuznetsov@gmail.com
77ce4252ad adding test for english stemmer
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@124 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2011-11-29 05:41:36 +00:00
Alexander.A.Kuznetsov@gmail.com
466de768ca adding support of lucene 3.5 and start working english stemmer
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@123 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2011-11-28 16:44:15 +00:00
Alexander.A.Kuznetsov
d46651f2ba some prefomance turting
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@122 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-18 12:24:50 +00:00
Alexander.A.Kuznetsov
43136e0de1 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@120 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 11:09:53 +00:00
Alexander.A.Kuznetsov
df53be75bc [maven-release-plugin] prepare release morphology-1.0
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@118 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 11:09:33 +00:00
Alexander.A.Kuznetsov
ee5cc645c9 delete tag rallback release
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@117 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 11:07:35 +00:00
Alexander.A.Kuznetsov
e936e709fa [maven-release-plugin] prepare for next development iteration
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@116 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 10:22:24 +00:00
Alexander.A.Kuznetsov
d60aba882e [maven-release-plugin] prepare release morphology-1.0
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@113 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 10:20:02 +00:00
Alexander.A.Kuznetsov
9611acbb17 [maven-release-plugin] rollback the release of morphology-1.0
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@112 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 10:17:05 +00:00
Alexander.A.Kuznetsov
3bb0d2027d [maven-release-plugin] prepare for next development iteration
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@111 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 09:38:01 +00:00
Alexander.A.Kuznetsov
577f77ec40 [maven-release-plugin] prepare release morphology-1.0
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@109 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 09:37:41 +00:00
Alexander.A.Kuznetsov
6ecc06c23b [maven-release-plugin] rollback the release of morphology-1.0
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@108 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 09:35:44 +00:00
Alexander.A.Kuznetsov
20e7b29a13 [maven-release-plugin] prepare release morphology-1.0
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@106 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 09:29:46 +00:00
Alexander.A.Kuznetsov
6d258a7ee1 adding support of comparasing adv
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@105 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 09:25:48 +00:00
Alexander.A.Kuznetsov
5c193a61aa [maven-release-plugin] rollback the release of morphology-1.0
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@103 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 09:22:57 +00:00
Alexander.A.Kuznetsov
a634038ffe [maven-release-plugin] prepare release morphology-1.0
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@102 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-11 09:19:27 +00:00
Alexander.A.Kuznetsov
ba5272acb8 adding support of comparativ degree of adjective. Now it is treated as separete word form.
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@101 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-10 20:55:46 +00:00
Alexander.A.Kuznetsov
3de894404c fixing some spelling errors
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@100 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-08 12:18:18 +00:00
Alexander.A.Kuznetsov
76e68a11e0 adding test for all words, refactors test and dictonary reading
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@99 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-10-08 11:35:13 +00:00
alexander.a.kuznetsov
e8399999c3 fixing typo
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@98 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-05-30 06:18:58 +00:00
alexander.a.kuznetsov
7bf8ef7d6f fixing problem with - in word the english morphology not work correctly because word forms contains it
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@97 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-05-29 15:54:44 +00:00
alexander.a.kuznetsov
3ca9eb2cb9 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@95 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-03-02 12:58:35 +00:00
alexander.a.kuznetsov
798b24db76 [maven-release-plugin] prepare release morphology-0.8
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@93 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-03-02 12:55:05 +00:00
alexander.a.kuznetsov
ebc367f16c moving to lucene 3.0.0
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@92 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2010-02-22 13:49:47 +00:00
alexander.a.kuznetsov
36012f2943 working on better interface
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@91 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2009-11-25 15:51:55 +00:00
alexander.a.kuznetsov
ce2e2daf7b fixing bug if rule not applicable for word
git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@90 d817d54c-26ab-11de-abc9-2f7d1455ff7a
2009-11-25 09:33:59 +00:00