jar

org.apache.lucene : lucene-analysis-kuromoji

Maven & Gradle

Jun 25, 2023
3 usages

Apache Lucene (module: kuromoji) · Apache Lucene (module: kuromoji)

Table Of Contents

Latest Version

Download org.apache.lucene : lucene-analysis-kuromoji JAR file - Latest Versions:

All Versions

Download org.apache.lucene : lucene-analysis-kuromoji JAR file - All Versions:

Version Vulnerabilities Size Updated
9.7.x
9.6.x
9.5.x
9.4.x
9.3.x
9.2.x
9.1.x
9.0.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 lucene-analysis-kuromoji-9.7.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.lucene.analysis.ja.completion

├─ org.apache.lucene.analysis.ja.completion.CharSequenceUtils.class - [JAR]

├─ org.apache.lucene.analysis.ja.completion.KatakanaRomanizer.class - [JAR]

org.apache.lucene.analysis.ja.tokenattributes

├─ org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttribute.class - [JAR]

├─ org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl.class - [JAR]

├─ org.apache.lucene.analysis.ja.tokenattributes.InflectionAttribute.class - [JAR]

├─ org.apache.lucene.analysis.ja.tokenattributes.InflectionAttributeImpl.class - [JAR]

├─ org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttribute.class - [JAR]

├─ org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttributeImpl.class - [JAR]

├─ org.apache.lucene.analysis.ja.tokenattributes.ReadingAttribute.class - [JAR]

├─ org.apache.lucene.analysis.ja.tokenattributes.ReadingAttributeImpl.class - [JAR]

org.apache.lucene.analysis.ja.util

├─ org.apache.lucene.analysis.ja.util.BinaryDictionaryWriter.class - [JAR]

├─ org.apache.lucene.analysis.ja.util.CSVUtil.class - [JAR]

├─ org.apache.lucene.analysis.ja.util.CharacterDefinitionWriter.class - [JAR]

├─ org.apache.lucene.analysis.ja.util.ConnectionCostsBuilder.class - [JAR]

├─ org.apache.lucene.analysis.ja.util.ConnectionCostsWriter.class - [JAR]

├─ org.apache.lucene.analysis.ja.util.DictionaryBuilder.class - [JAR]

├─ org.apache.lucene.analysis.ja.util.ToStringUtil.class - [JAR]

├─ org.apache.lucene.analysis.ja.util.TokenInfoDictionaryBuilder.class - [JAR]

├─ org.apache.lucene.analysis.ja.util.TokenInfoDictionaryWriter.class - [JAR]

├─ org.apache.lucene.analysis.ja.util.UnknownDictionaryBuilder.class - [JAR]

├─ org.apache.lucene.analysis.ja.util.UnknownDictionaryWriter.class - [JAR]

org.apache.lucene.analysis.ja

├─ org.apache.lucene.analysis.ja.GraphvizFormatter.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapaneseAnalyzer.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapaneseBaseFormFilter.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapaneseBaseFormFilterFactory.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapaneseCompletionAnalyzer.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapaneseCompletionFilter.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapaneseCompletionFilterFactory.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapaneseIterationMarkCharFilter.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapaneseIterationMarkCharFilterFactory.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapaneseKatakanaStemFilter.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapaneseKatakanaStemFilterFactory.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapaneseNumberFilter.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapaneseNumberFilterFactory.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapanesePartOfSpeechStopFilter.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapanesePartOfSpeechStopFilterFactory.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapaneseReadingFormFilter.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapaneseReadingFormFilterFactory.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapaneseTokenizer.class - [JAR]

├─ org.apache.lucene.analysis.ja.JapaneseTokenizerFactory.class - [JAR]

├─ org.apache.lucene.analysis.ja.Token.class - [JAR]

org.apache.lucene.analysis.ja.dict

├─ org.apache.lucene.analysis.ja.dict.BinaryDictionary.class - [JAR]

├─ org.apache.lucene.analysis.ja.dict.CharacterDefinition.class - [JAR]

├─ org.apache.lucene.analysis.ja.dict.ConnectionCosts.class - [JAR]

├─ org.apache.lucene.analysis.ja.dict.Dictionary.class - [JAR]

├─ org.apache.lucene.analysis.ja.dict.TokenInfoDictionary.class - [JAR]

├─ org.apache.lucene.analysis.ja.dict.TokenInfoFST.class - [JAR]

├─ org.apache.lucene.analysis.ja.dict.UnknownDictionary.class - [JAR]

├─ org.apache.lucene.analysis.ja.dict.UserDictionary.class - [JAR]

Advertisement