jar

com.kotlinnlp : linguisticdescription

Maven & Gradle

Jun 16, 2020
13 usages
6 stars

LinguisticDescription is a Kotlin library designed to support linguistic annotations over morphological, syntactic and semantic levels.

Table Of Contents

Latest Version

Download com.kotlinnlp : linguisticdescription JAR file - Latest Versions:

All Versions

Download com.kotlinnlp : linguisticdescription JAR file - All Versions:

Version Vulnerabilities Size Updated
0.12.x
0.11.x
0.10.x
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.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 linguisticdescription-0.12.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.kotlinnlp.linguisticdescription.sentence

├─ com.kotlinnlp.linguisticdescription.sentence.ExtensionsKt.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.MorphoSentence.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.MorphoSynSentence.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.RealSentence.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.Sentence.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.SentenceIdentificable.class - [JAR]

com.kotlinnlp.linguisticdescription.morphology.properties

├─ com.kotlinnlp.linguisticdescription.morphology.properties.Degree.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.properties.Gender.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.properties.GrammaticalCase.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.properties.GrammaticalProperty.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.properties.GrammaticalPropertyFactory.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.properties.Mood.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.properties.Number.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.properties.Person.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.properties.Tense.class - [JAR]

com.kotlinnlp.linguisticdescription

├─ com.kotlinnlp.linguisticdescription.GrammaticalConfiguration.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.InvalidGrammaticalPropertyAnnotation.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.InvalidGrammaticalPropertyName.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.InvalidLanguageCode.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.InvalidPOS.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.MissingMorphologyProperty.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.POSTag.class - [JAR]

com.kotlinnlp.linguisticdescription.sentence.token.properties

├─ com.kotlinnlp.linguisticdescription.sentence.token.properties.CoReference.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.token.properties.Diathesis.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.token.properties.Position.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.token.properties.Positionable.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.token.properties.SemanticRelation.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.token.properties.SyntacticRelation.class - [JAR]

com.kotlinnlp.linguisticdescription.morphology

├─ com.kotlinnlp.linguisticdescription.morphology.MorphologicalAnalysis.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.Morphologies.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.Morphology.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.MorphologyUtilsKt.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.POS.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.ScoredMorphology.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.ScoredSingleMorphology.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.SingleMorphology.class - [JAR]

com.kotlinnlp.linguisticdescription.syntax.dependencies

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Apposition.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Auxiliary.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Connector.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Contin.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Coordinated.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Coordinator.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Determiner.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.EmptyComplement.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.End.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.IndirectComplement.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.IndirectObject.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Initiator.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Interjection.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Locative.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.NominalModifier.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Object.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Partitive.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.PredCompl.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Quotes.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.RelativeClause.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.RestrictiveModifier.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.RestrictiveModifier2ND.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Separator.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Subject.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Top.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Undefined.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Unknown.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.VerbalCoreArgument.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Vocative.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.dependencies.Wrong.class - [JAR]

com.kotlinnlp.linguisticdescription.language

├─ com.kotlinnlp.linguisticdescription.language.Language.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.language.LanguageUtilsKt.class - [JAR]

com.kotlinnlp.linguisticdescription.morphology.morphologies.relations

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.relations.Adjective.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.relations.Adverb.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.relations.Conjunction.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.relations.Postposition.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.relations.Preposition.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.relations.Relation.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.relations.Verb.class - [JAR]

com.kotlinnlp.linguisticdescription.semantic

├─ com.kotlinnlp.linguisticdescription.semantic.Adversative.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Beneficiary.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Causal.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Companionship.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Comparative.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Concerns.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Concessive.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Conditional.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Disunion.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Exceptive.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Explicative.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Fault.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Goal.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Limitative.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Location.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Manner.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Material.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Means.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Modal.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Movement.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Partitive.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Penalty.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Progress.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Reason.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.ReasonCause.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Replacement.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.SemanticType.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.SemanticUtilsKt.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.SpaceTime.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Specification.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Temporal.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Theme.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.semantic.Union.class - [JAR]

com.kotlinnlp.linguisticdescription.syntax

├─ com.kotlinnlp.linguisticdescription.syntax.SyntacticDependency.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.SyntacticDependencyUtilsKt.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.syntax.SyntacticType.class - [JAR]

com.kotlinnlp.linguisticdescription.sentence.properties.datetime.intervals

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.intervals.CloseInterval.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.intervals.Interval.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.intervals.LowerLimitedInterval.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.intervals.OpenFromInterval.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.intervals.OpenToInterval.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.intervals.UpperLimitedInterval.class - [JAR]

com.kotlinnlp.linguisticdescription.sentence.properties

├─ com.kotlinnlp.linguisticdescription.sentence.properties.AnnotatedSegment.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.Entity.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.MultiWords.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.TokensRange.class - [JAR]

com.kotlinnlp.linguisticdescription.morphology.morphologies

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.ContentWord.class - [JAR]

com.kotlinnlp.linguisticdescription.lexicon.liwc

├─ com.kotlinnlp.linguisticdescription.lexicon.liwc.LIWCCategory.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.lexicon.liwc.LIWCCategoryType.class - [JAR]

com.kotlinnlp.linguisticdescription.sentence.properties.datetime

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.Date.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.DateAliasesKt.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.DateOffset.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.DateOrdinal.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.DateTime.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.DateTimeSimple.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.DateTimeUtilsKt.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.InvalidDateTime.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.NotGregorianDateTime.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.Offset.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.SingleDateTime.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.properties.datetime.Time.class - [JAR]

com.kotlinnlp.linguisticdescription.morphology.morphologies.things

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.things.Article.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.things.Date.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.things.Hour.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.things.Noun.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.things.Number.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.things.Predeterminer.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.things.Pronoun.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.things.Thing.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.things.Unknown.class - [JAR]

com.kotlinnlp.linguisticdescription.morphology.properties.interfaces

├─ com.kotlinnlp.linguisticdescription.morphology.properties.interfaces.CaseDeclinable.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.properties.interfaces.Conjugable.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.properties.interfaces.Genderable.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.properties.interfaces.Gradable.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.properties.interfaces.Numerable.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.properties.interfaces.PersonDeclinable.class - [JAR]

com.kotlinnlp.linguisticdescription.sentence.token

├─ com.kotlinnlp.linguisticdescription.sentence.token.FormToken.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.token.MorphoSynToken.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.token.RealToken.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.token.ScoredMorphoToken.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.token.SyntacticToken.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.token.Token.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.token.TokenIdentificable.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.token.Trace.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.token.Word.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.sentence.token.WordTrace.class - [JAR]

com.kotlinnlp.linguisticdescription.paragraph

├─ com.kotlinnlp.linguisticdescription.paragraph.Paragraph.class - [JAR]

com.kotlinnlp.linguisticdescription.morphology.morphologies.discourse

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.discourse.Discourse.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.discourse.Interjection.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.discourse.Phrase.class - [JAR]

├─ com.kotlinnlp.linguisticdescription.morphology.morphologies.discourse.Punctuation.class - [JAR]

com.kotlinnlp.linguisticdescription.lexicon

├─ com.kotlinnlp.linguisticdescription.lexicon.LexiconDictionary.class - [JAR]

Advertisement

Dependencies from Group

Jun 16, 2020
14 usages
4 stars
Jun 16, 2020
13 usages
6 stars
Jun 16, 2020
11 usages
98 stars
Jan 08, 2018
7 usages
1 stars
Jun 16, 2020
5 usages
11 stars

Discover Dependencies

Feb 12, 2020
3 usages
0 stars
Mar 18, 2020
4 usages
1 stars
Aug 16, 2020
3 usages
429 stars
Aug 03, 2023
3 usages
7 stars
Aug 23, 2023
2 usages
75 stars
Mar 23, 2012
5 usages
Aug 25, 2017
10 usages
43 stars
Jul 22, 2021
28 usages
Dec 02, 2018
8 usages
23.2k stars