org.cleartk.token.pos.genia.util
Class GeniaTag

java.lang.Object
  extended by org.cleartk.token.pos.genia.util.GeniaTag

public class GeniaTag
extends Object


Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.


Constructor Summary
GeniaTag(String label, List<Span> spans)
           
GeniaTag(String label, Span span)
           
 
Method Summary
 String getLabel()
           
 List<Span> getSpans()
           
 void setLabel(String label)
           
 void setSpans(List<Span> spans)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeniaTag

public GeniaTag(String label,
                List<Span> spans)

GeniaTag

public GeniaTag(String label,
                Span span)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getSpans

public List<Span> getSpans()

setSpans

public void setSpans(List<Span> spans)


Copyright © 2012. All Rights Reserved.