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