jar

org.apache.lucene : lucene-analysis-opennlp

Maven & Gradle

Jun 25, 2023
1 usages

Apache Lucene (module: opennlp) · Apache Lucene (module: opennlp)

Table Of Contents

Latest Version

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

All Versions

Download org.apache.lucene : lucene-analysis-opennlp 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-opennlp-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.opennlp.tools

├─ org.apache.lucene.analysis.opennlp.tools.NLPChunkerOp.class - [JAR]

├─ org.apache.lucene.analysis.opennlp.tools.NLPLemmatizerOp.class - [JAR]

├─ org.apache.lucene.analysis.opennlp.tools.NLPNERTaggerOp.class - [JAR]

├─ org.apache.lucene.analysis.opennlp.tools.NLPPOSTaggerOp.class - [JAR]

├─ org.apache.lucene.analysis.opennlp.tools.NLPSentenceDetectorOp.class - [JAR]

├─ org.apache.lucene.analysis.opennlp.tools.NLPTokenizerOp.class - [JAR]

├─ org.apache.lucene.analysis.opennlp.tools.OpenNLPOpsFactory.class - [JAR]

org.apache.lucene.analysis.opennlp

├─ org.apache.lucene.analysis.opennlp.OpenNLPChunkerFilter.class - [JAR]

├─ org.apache.lucene.analysis.opennlp.OpenNLPChunkerFilterFactory.class - [JAR]

├─ org.apache.lucene.analysis.opennlp.OpenNLPLemmatizerFilter.class - [JAR]

├─ org.apache.lucene.analysis.opennlp.OpenNLPLemmatizerFilterFactory.class - [JAR]

├─ org.apache.lucene.analysis.opennlp.OpenNLPPOSFilter.class - [JAR]

├─ org.apache.lucene.analysis.opennlp.OpenNLPPOSFilterFactory.class - [JAR]

├─ org.apache.lucene.analysis.opennlp.OpenNLPSentenceBreakIterator.class - [JAR]

├─ org.apache.lucene.analysis.opennlp.OpenNLPTokenizer.class - [JAR]

├─ org.apache.lucene.analysis.opennlp.OpenNLPTokenizerFactory.class - [JAR]

├─ org.apache.lucene.analysis.opennlp.SentenceAttributeExtractor.class - [JAR]