jar

org.openkoreantext : elasticsearch-analysis-openkoreantext

Maven & Gradle

Jul 03, 2017
126 stars

elasticsearch-analysis-openkoreantext · Korean analysis plugin integrates open-korean-text module into elasticsearch.

Table Of Contents

Latest Version

Download org.openkoreantext : elasticsearch-analysis-openkoreantext JAR file - Latest Versions:

All Versions

Download org.openkoreantext : elasticsearch-analysis-openkoreantext JAR file - All Versions:

Version Vulnerabilities Size Updated
5.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window elasticsearch-analysis-openkoreantext-5.4.3.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.elasticsearch.index.analysis

├─ org.elasticsearch.index.analysis.OpenKoreanTextAnalyzerProvider.class - [JAR]

├─ org.elasticsearch.index.analysis.OpenKoreanTextNormalizerFactory.class - [JAR]

├─ org.elasticsearch.index.analysis.OpenKoreanTextPhraseExtractorFactory.class - [JAR]

├─ org.elasticsearch.index.analysis.OpenKoreanTextRedundantFilterFactory.class - [JAR]

├─ org.elasticsearch.index.analysis.OpenKoreanTextStemmerFactory.class - [JAR]

├─ org.elasticsearch.index.analysis.OpenKoreanTextTokenizerFactory.class - [JAR]

org.elasticsearch.plugin.analysis.openkoreantext

├─ org.elasticsearch.plugin.analysis.openkoreantext.AnalysisOpenKoreanTextPlugin.class - [JAR]

org.apache.lucene.analysis.ko

├─ org.apache.lucene.analysis.ko.KoreanTokenPrepareable.class - [JAR]

├─ org.apache.lucene.analysis.ko.OpenKoreanTextAnalyzer.class - [JAR]

├─ org.apache.lucene.analysis.ko.OpenKoreanTextNormalizer.class - [JAR]

├─ org.apache.lucene.analysis.ko.OpenKoreanTextPhraseExtractor.class - [JAR]

├─ org.apache.lucene.analysis.ko.OpenKoreanTextRedundantFilter.class - [JAR]

├─ org.apache.lucene.analysis.ko.OpenKoreanTextStemmer.class - [JAR]

├─ org.apache.lucene.analysis.ko.OpenKoreanTextTokenFilter.class - [JAR]

├─ org.apache.lucene.analysis.ko.OpenKoreanTextTokenizer.class - [JAR]

├─ org.apache.lucene.analysis.ko.UserDictionaryLoader.class - [JAR]

Advertisement