edu.ucdenver.ccp.nlp.biolemmatizer
Class LemmataEntry.Lemma

java.lang.Object
  extended by edu.ucdenver.ccp.nlp.biolemmatizer.LemmataEntry.Lemma
Enclosing class:
LemmataEntry

public static class LemmataEntry.Lemma
extends Object

Simple utility class to store a single lemma/pos combination

Author:
Colorado Computational Pharmacology, UC Denver; ccpsupport@ucdenver.edu

Constructor Summary
LemmataEntry.Lemma(String lemma, String pos, String tagSetName)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getLemma()
           
 String getPos()
           
 String getTagSetName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LemmataEntry.Lemma

public LemmataEntry.Lemma(String lemma,
                          String pos,
                          String tagSetName)
Parameters:
lemma -
pos -
tagSetName -
Method Detail

getLemma

public String getLemma()
Returns:
the lemma

getPos

public String getPos()
Returns:
the pos

getTagSetName

public String getTagSetName()
Returns:
the tagSetName

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.