jar

org.daisy.pipeline.modules : nlp-common

Maven & Gradle

Feb 15, 2023
9 usages
1 stars

DAISY Pipeline 2 module :: NLP API · Common API for NLP functionality and XProc steps

Table Of Contents

Latest Version

Download org.daisy.pipeline.modules : nlp-common JAR file - Latest Versions:

All Versions

Download org.daisy.pipeline.modules : nlp-common JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.1.x
1.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 nlp-common-2.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.daisy.pipeline.modules.impl

├─ org.daisy.pipeline.modules.impl.Module_nlp_common.class - [JAR]

├─ org.daisy.pipeline.modules.impl.Module_nlp_common_SPI.class - [JAR]

org.daisy.pipeline.nlp.calabash.impl

├─ org.daisy.pipeline.nlp.calabash.impl.BreakDetectProvider.class - [JAR]

├─ org.daisy.pipeline.nlp.calabash.impl.BreakDetectProvider_SPI.class - [JAR]

├─ org.daisy.pipeline.nlp.calabash.impl.BreakDetectStep.class - [JAR]

├─ org.daisy.pipeline.nlp.calabash.impl.DuplicationManager.class - [JAR]

├─ org.daisy.pipeline.nlp.calabash.impl.FormatSpecifications.class - [JAR]

├─ org.daisy.pipeline.nlp.calabash.impl.InlineSectionFinder.class - [JAR]

├─ org.daisy.pipeline.nlp.calabash.impl.InlineSectionProcessor.class - [JAR]

├─ org.daisy.pipeline.nlp.calabash.impl.StringComposer.class - [JAR]

├─ org.daisy.pipeline.nlp.calabash.impl.TreeWriterFactory.class - [JAR]

├─ org.daisy.pipeline.nlp.calabash.impl.XmlBreakRebuilder.class - [JAR]

org.daisy.pipeline.nlp.impl

├─ org.daisy.pipeline.nlp.impl.FullMatchStringFinder.class - [JAR]

├─ org.daisy.pipeline.nlp.impl.IStringFinder.class - [JAR]

├─ org.daisy.pipeline.nlp.impl.MatchRule.class - [JAR]

├─ org.daisy.pipeline.nlp.impl.PrefixMatchStringFinder.class - [JAR]

├─ org.daisy.pipeline.nlp.impl.ResourceUtils.class - [JAR]

org.daisy.pipeline.nlp

├─ org.daisy.pipeline.nlp.DummyLangDetector.class - [JAR]

├─ org.daisy.pipeline.nlp.LangDetector.class - [JAR]

├─ org.daisy.pipeline.nlp.LanguageUtils.class - [JAR]

├─ org.daisy.pipeline.nlp.RuleBasedTextCategorizer.class - [JAR]

├─ org.daisy.pipeline.nlp.TextCategorizer.class - [JAR]

org.daisy.pipeline.nlp.lexing

├─ org.daisy.pipeline.nlp.lexing.LexResultPrettyPrinter.class - [JAR]

├─ org.daisy.pipeline.nlp.lexing.LexService.class - [JAR]

├─ org.daisy.pipeline.nlp.lexing.LexServiceRegistry.class - [JAR]

├─ org.daisy.pipeline.nlp.lexing.LexServiceRegistry_SPI.class - [JAR]

org.daisy.pipeline.nlp.ruledcategorizers

├─ org.daisy.pipeline.nlp.ruledcategorizers.RuledFrenchCategorizer.class - [JAR]

├─ org.daisy.pipeline.nlp.ruledcategorizers.RuledMultilangCategorizer.class - [JAR]

org.daisy.pipeline.nlp.impl.matchrules

├─ org.daisy.pipeline.nlp.impl.matchrules.AbbrMatchRule.class - [JAR]

├─ org.daisy.pipeline.nlp.impl.matchrules.CompactAbbrMatchRule.class - [JAR]

├─ org.daisy.pipeline.nlp.impl.matchrules.NumberRangeMatchRule.class - [JAR]

├─ org.daisy.pipeline.nlp.impl.matchrules.RegexAheadMatchRule.class - [JAR]

├─ org.daisy.pipeline.nlp.impl.matchrules.RegexMatchRule.class - [JAR]

├─ org.daisy.pipeline.nlp.impl.matchrules.WordFileMatchRule.class - [JAR]

├─ org.daisy.pipeline.nlp.impl.matchrules.WordListMatchRule.class - [JAR]