jar

org.openimaj : nlp

Maven & Gradle

Feb 09, 2020
2 usages

The OpenIMAJ NLP Library · The OpenIMAJ NLP Library contains a text pre-processing pipeline which goes from raw unstructured text to part of speech tagged stemmed text.

Table Of Contents

Latest Version

Download org.openimaj : nlp JAR file - Latest Versions:

All Versions

Download org.openimaj : nlp JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.3

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-1.3.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.openimaj.text.nlp.io

├─ org.openimaj.text.nlp.io.FileLooper.class - [JAR]

org.openimaj.text.nlp.sentiment.type

├─ org.openimaj.text.nlp.sentiment.type.BipolarSentiment.class - [JAR]

├─ org.openimaj.text.nlp.sentiment.type.BipolarSentimentProvider.class - [JAR]

├─ org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment.class - [JAR]

├─ org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentimentProvider.class - [JAR]

├─ org.openimaj.text.nlp.sentiment.type.InvalidSentimentException.class - [JAR]

├─ org.openimaj.text.nlp.sentiment.type.Sentiment.class - [JAR]

├─ org.openimaj.text.nlp.sentiment.type.TFFCountSentiment.class - [JAR]

├─ org.openimaj.text.nlp.sentiment.type.UnrecognisedMapException.class - [JAR]

├─ org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment.class - [JAR]

├─ org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentimentProvider.class - [JAR]

org.openimaj.feature

├─ org.openimaj.feature.BagOfWordsFeatureExtractor.class - [JAR]

org.openimaj.text.nlp.textpipe.annotations

├─ org.openimaj.text.nlp.textpipe.annotations.AnnotationUtils.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotations.NamedEntityAnnotation.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotations.POSAnnotation.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotations.PhraseAnnotation.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotations.PipePlayground.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotations.RawTextAnnotation.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotations.SentenceAnnotation.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotations.TextPipeAnnotation.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotations.TokenAnnotation.class - [JAR]

org.openimaj.text.nlp

├─ org.openimaj.text.nlp.EntityTweetTokeniser.class - [JAR]

├─ org.openimaj.text.nlp.TweetTokeniser.class - [JAR]

├─ org.openimaj.text.nlp.TweetTokeniserException.class - [JAR]

org.openimaj.text.nlp.textpipe.pipes

├─ org.openimaj.text.nlp.textpipe.pipes.YagoEntityPipe.class - [JAR]

org.openimaj.text.nlp.sentiment.model.wordlist.util

├─ org.openimaj.text.nlp.sentiment.model.wordlist.util.TFF.class - [JAR]

org.openimaj.text.nlp.sentiment.lexicon

├─ org.openimaj.text.nlp.sentiment.lexicon.HMLexiconBuilder.class - [JAR]

├─ org.openimaj.text.nlp.sentiment.lexicon.TotalLexBuilder.class - [JAR]

org.openimaj.text.nlp.patterns

├─ org.openimaj.text.nlp.patterns.AbbreviationPatternProvider.class - [JAR]

├─ org.openimaj.text.nlp.patterns.ColloquialismPatternProvider.class - [JAR]

├─ org.openimaj.text.nlp.patterns.CombinedPatternProvider.class - [JAR]

├─ org.openimaj.text.nlp.patterns.ComplicatedNumberPatternProvider.class - [JAR]

├─ org.openimaj.text.nlp.patterns.EdgePunctuationPatternProvider.class - [JAR]

├─ org.openimaj.text.nlp.patterns.EmailPatternProvider.class - [JAR]

├─ org.openimaj.text.nlp.patterns.EmbeddedApostrophePatternProvider.class - [JAR]

├─ org.openimaj.text.nlp.patterns.EmbeddedDashPatternProvider.class - [JAR]

├─ org.openimaj.text.nlp.patterns.EmoticonPatternProvider.class - [JAR]

├─ org.openimaj.text.nlp.patterns.EntityPatternProvider.class - [JAR]

├─ org.openimaj.text.nlp.patterns.PatternProvider.class - [JAR]

├─ org.openimaj.text.nlp.patterns.PunctuationPatternProvider.class - [JAR]

├─ org.openimaj.text.nlp.patterns.TimePatternProvider.class - [JAR]

├─ org.openimaj.text.nlp.patterns.TruncatedURLPatternProvider.class - [JAR]

├─ org.openimaj.text.nlp.patterns.TwitterStuffPatternProvider.class - [JAR]

├─ org.openimaj.text.nlp.patterns.URLPatternProvider.class - [JAR]

org.openimaj.text.nlp.sentiment.model.wordlist

├─ org.openimaj.text.nlp.sentiment.model.wordlist.MPQAToken.class - [JAR]

├─ org.openimaj.text.nlp.sentiment.model.wordlist.MPQATokenList.class - [JAR]

org.openimaj.text.nlp.sentiment

├─ org.openimaj.text.nlp.sentiment.BillMPQASentiment.class - [JAR]

├─ org.openimaj.text.nlp.sentiment.SentimentExtractor.class - [JAR]

org.openimaj.text.util

├─ org.openimaj.text.util.RegexUtil.class - [JAR]

org.openimaj.text.nlp.textpipe.annotators

├─ org.openimaj.text.nlp.textpipe.annotators.AbstractNEAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotators.AbstractPOSAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotators.AbstractPhraseAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotators.AbstractRawTextAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotators.AbstractSentenceAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotators.AbstractTextPipeAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotators.AbstractTokenAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotators.DefaultRawTextAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotators.DefaultTokenAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotators.MissingRequiredAnnotationException.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotators.OpenNLPPOSAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotators.OpenNLPPersonAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotators.OpenNLPPhraseChunkAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotators.OpenNLPSentenceAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotators.OpenNLPTokenAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.textpipe.annotators.YagoNEAnnotator.class - [JAR]

org.openimaj.text.nlp.namedentity

├─ org.openimaj.text.nlp.namedentity.EntityAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.EntityContextScorer.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.EntityExtractionResourceBuilder.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.IgnoreTokenStripper.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.NGramGenerator.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.NamedEntity.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.QuickIndexer.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.QuickSearcher.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.Rationaliser.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.SeedBuilder.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.SparqlQueryPager.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.SparqlTransitiveClosure.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.YagoCompanyAnnotatorEvaluator.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.YagoEntityCandidateAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.YagoEntityCandidateFinderFactory.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.YagoEntityCompleteAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.YagoEntityContextAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.YagoEntityContextScorerFactory.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.YagoEntityExactMatcherFactory.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.YagoNamedEntity.class - [JAR]

├─ org.openimaj.text.nlp.namedentity.YagoQueryUtils.class - [JAR]

org.openimaj.text.nlp.sentiment.model.classifier

├─ org.openimaj.text.nlp.sentiment.model.classifier.GeneralSentimentFeatureExtractor.class - [JAR]

├─ org.openimaj.text.nlp.sentiment.model.classifier.NaiveBayesSentimentAnnotator.class - [JAR]

org.openimaj.text.nlp.language

├─ org.openimaj.text.nlp.language.LanguageDetector.class - [JAR]

├─ org.openimaj.text.nlp.language.LanguageModel.class - [JAR]

├─ org.openimaj.text.nlp.language.MarkovChainLanguageModel.class - [JAR]

org.openimaj.text.nlp.tokenisation

├─ org.openimaj.text.nlp.tokenisation.ReversableToken.class - [JAR]

org.openimaj.text.nlp.sentiment.model

├─ org.openimaj.text.nlp.sentiment.model.SentimentAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.sentiment.model.TokenListSentimentAnnotator.class - [JAR]

├─ org.openimaj.text.nlp.sentiment.model.TokenSentimentAnnotator.class - [JAR]

Advertisement

Dependencies from Group

Feb 09, 2020
45 usages
Feb 09, 2020
34 usages
Feb 09, 2020
29 usages
Feb 09, 2020
29 usages
Feb 09, 2020
27 usages

Discover Dependencies

Feb 09, 2020
1 usages
Feb 09, 2020
1 usages
Feb 09, 2020
2 usages
Feb 09, 2020
2 usages
Feb 09, 2020
2 usages
Feb 09, 2020
2 usages
Feb 09, 2020
2 usages
Jun 30, 2016
1 usages