xref: /Lucene/lucene/analysis/morfologik/src/java/overview.html (revision 77f13708eb792606d9bd3e7b7563cace7d2c1269)
1e8e4245dSRobert Muir<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2e8e4245dSRobert Muir<!--
3e8e4245dSRobert Muir Licensed to the Apache Software Foundation (ASF) under one or more
4e8e4245dSRobert Muir contributor license agreements.  See the NOTICE file distributed with
5e8e4245dSRobert Muir this work for additional information regarding copyright ownership.
6e8e4245dSRobert Muir The ASF licenses this file to You under the Apache License, Version 2.0
7e8e4245dSRobert Muir (the "License"); you may not use this file except in compliance with
8e8e4245dSRobert Muir the License.  You may obtain a copy of the License at
9e8e4245dSRobert Muir
10e8e4245dSRobert Muir     http://www.apache.org/licenses/LICENSE-2.0
11e8e4245dSRobert Muir
12e8e4245dSRobert Muir Unless required by applicable law or agreed to in writing, software
13e8e4245dSRobert Muir distributed under the License is distributed on an "AS IS" BASIS,
14e8e4245dSRobert Muir WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15e8e4245dSRobert Muir See the License for the specific language governing permissions and
16e8e4245dSRobert Muir limitations under the License.
17e8e4245dSRobert Muir-->
18e8e4245dSRobert Muir<html>
19e8e4245dSRobert Muir  <head>
20e8e4245dSRobert Muir    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
21e8e4245dSRobert Muir  </head>
22e8e4245dSRobert Muir  <body>
23e8e4245dSRobert Muir    <p>
24e8e4245dSRobert Muir      This package provides dictionary-driven lemmatization ("accurate stemming")
25e8e4245dSRobert Muir      filter and analyzer for the Polish Language, driven by the
26e8e4245dSRobert Muir      <a href="http://morfologik.blogspot.com/">Morfologik library</a> developed
27e8e4245dSRobert Muir      by Dawid Weiss and Marcin Miłkowski.
28e8e4245dSRobert Muir    </p>
29e8e4245dSRobert Muir    <p>
30*77f13708SRobert Muir    For an introduction to Lucene's analysis API, see the {@link org.apache.lucene.analysis} package documentation.
31*77f13708SRobert Muir    </p>
32*77f13708SRobert Muir    <p>
33e8e4245dSRobert Muir    The MorfologikFilter yields one or more terms for each token. Each
34e8e4245dSRobert Muir    of those terms is given the same position in the index.
35e8e4245dSRobert Muir    </p>
36e8e4245dSRobert Muir  </body>
37e8e4245dSRobert Muir</html>
38