xref: /Lucene/lucene/analysis/nori/src/java/overview.html (revision e851b89cbeb1f55edc0f2c1276e2ae812eca2643)
1*e851b89cSJim Ferenczi<!--
2*e851b89cSJim Ferenczi Licensed to the Apache Software Foundation (ASF) under one or more
3*e851b89cSJim Ferenczi contributor license agreements.  See the NOTICE file distributed with
4*e851b89cSJim Ferenczi this work for additional information regarding copyright ownership.
5*e851b89cSJim Ferenczi The ASF licenses this file to You under the Apache License, Version 2.0
6*e851b89cSJim Ferenczi (the "License"); you may not use this file except in compliance with
7*e851b89cSJim Ferenczi the License.  You may obtain a copy of the License at
8*e851b89cSJim Ferenczi
9*e851b89cSJim Ferenczi     http://www.apache.org/licenses/LICENSE-2.0
10*e851b89cSJim Ferenczi
11*e851b89cSJim Ferenczi Unless required by applicable law or agreed to in writing, software
12*e851b89cSJim Ferenczi distributed under the License is distributed on an "AS IS" BASIS,
13*e851b89cSJim Ferenczi WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14*e851b89cSJim Ferenczi See the License for the specific language governing permissions and
15*e851b89cSJim Ferenczi limitations under the License.
16*e851b89cSJim Ferenczi-->
17*e851b89cSJim Ferenczi<html>
18*e851b89cSJim Ferenczi  <head>
19*e851b89cSJim Ferenczi    <title>
20*e851b89cSJim Ferenczi      Apache Lucene Nori Analyzer
21*e851b89cSJim Ferenczi    </title>
22*e851b89cSJim Ferenczi  </head>
23*e851b89cSJim Ferenczi  <body>
24*e851b89cSJim Ferenczi    Nori is a morphological analyzer for Korean text.
25*e851b89cSJim Ferenczi    <p>
26*e851b89cSJim Ferenczi      This module provides support for Korean text analysis, including features
27*e851b89cSJim Ferenczi      such as part-of-speech tagging, part-of-speech filtering, decompounding and
28*e851b89cSJim Ferenczi      hanja to hangul conversion.
29*e851b89cSJim Ferenczi    </p>
30*e851b89cSJim Ferenczi    <p>
31*e851b89cSJim Ferenczi      For an introduction to Lucene's analysis API, see the {@link org.apache.lucene.analysis} package documentation.
32*e851b89cSJim Ferenczi    </p>
33*e851b89cSJim Ferenczi  </body>
34*e851b89cSJim Ferenczi</html>
35