Uses of Class
org.cleartk.token.pos.genia.util.Span

Packages that use Span
org.cleartk.token.pos.genia.util   
 

Uses of Span in org.cleartk.token.pos.genia.util
 

Methods in org.cleartk.token.pos.genia.util that return Span
 Span GeniaSentence.getSpan()
           
 

Methods in org.cleartk.token.pos.genia.util that return types with arguments of type Span
 List<Span> GeniaTag.getSpans()
           
 

Methods in org.cleartk.token.pos.genia.util with parameters of type Span
 void GeniaSentence.setSpan(Span span)
           
 

Method parameters in org.cleartk.token.pos.genia.util with type arguments of type Span
 void GeniaTag.setSpans(List<Span> spans)
           
 

Constructors in org.cleartk.token.pos.genia.util with parameters of type Span
GeniaTag(String label, Span span)
           
 

Constructor parameters in org.cleartk.token.pos.genia.util with type arguments of type Span
GeniaTag(String label, List<Span> spans)
           
 



Copyright © 2012. All Rights Reserved.