jar

com.kotlinnlp : linguisticconditions

Maven & Gradle

Jun 16, 2020
2 stars

A helper module for verifying linguistic conditions on morpho-syntactic tokens.

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
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 linguisticconditions-0.2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.kotlinnlp.linguisticconditions.conditions.distance

├─ com.kotlinnlp.linguisticconditions.conditions.distance.Distance.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.conditions.distance.DistanceFromGovernor.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.conditions.distance.TokensDistance.class - [JAR]

com.kotlinnlp.linguisticconditions.conditions.agreement

├─ com.kotlinnlp.linguisticconditions.conditions.agreement.AgreementWithGovernor.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.conditions.agreement.MorphoAgreement.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.conditions.agreement.TokensAgreement.class - [JAR]

com.kotlinnlp.linguisticconditions.conditions.morpho

├─ com.kotlinnlp.linguisticconditions.conditions.morpho.Morphology.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.conditions.morpho.PosBase.class - [JAR]

com.kotlinnlp.linguisticconditions.conditions

├─ com.kotlinnlp.linguisticconditions.conditions.DoubleCondition.class - [JAR]

com.kotlinnlp.linguisticconditions

├─ com.kotlinnlp.linguisticconditions.Condition.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.InvalidOperatorType.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.LinguisticCondition.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.MissingJSONConstructor.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.MissingValue.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.TooManyValues.class - [JAR]

com.kotlinnlp.linguisticconditions.conditions.count

├─ com.kotlinnlp.linguisticconditions.conditions.count.CountDescendants.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.conditions.count.CountDirectDescendants.class - [JAR]

com.kotlinnlp.linguisticconditions.operators

├─ com.kotlinnlp.linguisticconditions.operators.AllAncestors.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.operators.AllDescendants.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.operators.AllDirectDescendants.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.operators.And.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.operators.AnyAncestor.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.operators.AnyDescendant.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.operators.AnyDirectDescendant.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.operators.MatchDirectDescendants.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.operators.Not.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.operators.Operator.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.operators.Or.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.operators.Xor.class - [JAR]

com.kotlinnlp.linguisticconditions.conditions.position

├─ com.kotlinnlp.linguisticconditions.conditions.position.GovernorRelativePosition.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.conditions.position.Position.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.conditions.position.RelativePosition.class - [JAR]

├─ com.kotlinnlp.linguisticconditions.conditions.position.TokensRelativePosition.class - [JAR]

com.kotlinnlp.linguisticconditions.conditions.syntax

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

├─ com.kotlinnlp.linguisticconditions.conditions.syntax.SyntacticTypePartial.class - [JAR]

Advertisement