congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
org.apache.stanbol.enhancer.nlp.morpho
Code IndexAdd Tabnine to your IDE (free)

How to use org.apache.stanbol.enhancer.nlp.morpho

Best Java code snippets using org.apache.stanbol.enhancer.nlp.morpho (Showing top 20 results out of 315)

origin: org.apache.stanbol/org.apache.stanbol.enhancer.engines.entitylinking.engine

/**
 * Getter for the Lemma of the token. 
 * @return the Lemma of the Token or <code>null</code> if not available
 */
public String getTokenLemma(){
  return morpho != null ? morpho.getLemma() : null;
}
@Override
origin: org.apache.stanbol/org.apache.stanbol.enhancer.nlp

public final Definitness getDefinitness(){
  return getValue(definitnessValue, Definitness.class);
}

origin: org.apache.stanbol/org.apache.stanbol.enhancer.nlp

public final void addDefinitness(Definitness definitness) {
  definitnessValue = addTo(definitnessValue,definitness,Definitness.class);
}
public final Definitness getDefinitness(){
origin: apache/stanbol

public final List<CaseTag> getCaseList(){
  return getValues(caseFeatureTags, CaseTag.class);
}
origin: apache/stanbol

/**
 * Getter for the Lemma of the token. 
 * @return the Lemma of the Token or <code>null</code> if not available
 */
public String getTokenLemma(){
  return morpho != null ? morpho.getLemma() : null;
}
@Override
origin: org.apache.stanbol/org.apache.stanbol.enhancer.nlp

public final Person getPerson(){
  return getValue(personValue, Person.class);
}

origin: apache/stanbol

public void addPos(PosTag pos) {
  posTags = addTo(posTags,pos,PosTag.class);
}
origin: apache/stanbol

public final List<Definitness> getDefinitnessList(){
  return getValues(definitnessValue, Definitness.class);
}
origin: apache/stanbol

public final CaseTag getCase(){
  return getValue(caseFeatureTags, CaseTag.class);
}

origin: apache/stanbol

public final void addDefinitness(Definitness definitness) {
  definitnessValue = addTo(definitnessValue,definitness,Definitness.class);
}
public final Definitness getDefinitness(){
origin: org.apache.stanbol/org.apache.stanbol.enhancer.nlp

public final List<Person> getPersonList(){
  return getValues(personValue, Person.class);
}
origin: apache/stanbol

public final Person getPerson(){
  return getValue(personValue, Person.class);
}

origin: org.apache.stanbol/org.apache.stanbol.enhancer.nlp

public void addPos(PosTag pos) {
  posTags = addTo(posTags,pos,PosTag.class);
}
origin: org.apache.stanbol/org.apache.stanbol.enhancer.nlp

public final List<TenseTag> getTenseList(){
  return getValues(tenseTags, TenseTag.class);
}

origin: org.apache.stanbol/org.apache.stanbol.enhancer.nlp

public final PosTag getPos(){
  return getValue(posTags, PosTag.class);
}

origin: org.apache.stanbol/org.apache.stanbol.enhancer.nlp

public final void addNumber(NumberTag number) {
  numberTags = addTo(numberTags,number,NumberTag.class);
}
origin: org.apache.stanbol/org.apache.stanbol.enhancer.nlp

public final List<VerbMoodTag> getVerbMoodList(){
  return getValues(verbFormTags, VerbMoodTag.class);
}
origin: org.apache.stanbol/org.apache.stanbol.enhancer.nlp

public final CaseTag getCase(){
  return getValue(caseFeatureTags, CaseTag.class);
}

origin: org.apache.stanbol/org.apache.stanbol.enhancer.nlp

public void addTense(TenseTag tense) {
  tenseTags = addTo(tenseTags,tense,TenseTag.class);
}
origin: org.apache.stanbol/org.apache.stanbol.enhancer.nlp

public final VerbMoodTag getVerbMood(){
  return getValue(verbFormTags, VerbMoodTag.class);
}

org.apache.stanbol.enhancer.nlp.morpho

Most used classes

  • MorphoFeatures
    Represents a morphological interpretation of a Token. Words might have different interpretations (ty
  • Gender
    Enumeration representing the different genders of words based on the OLIA [http://purl.org/olia/olia
  • Person
    Enumeration representing the different persons of words based on the OLIA [http://purl.org/olia/olia
  • Case
    Defines verb tenses as defined by the OLIA Ontology. The hierarchy is represented by this enumeratio
  • Definitness
  • Tense,
  • VerbMood,
  • CaseTag,
  • GenderTag,
  • NumberTag,
  • TenseTag,
  • VerbMoodTag
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now