org.cleartk.token.pos.genia.util
Class GeniaSentence
java.lang.Object
org.cleartk.token.pos.genia.util.GeniaSentence
public class GeniaSentence
- extends Object
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeniaSentence
public GeniaSentence()
getPosTags
public List<GeniaTag> getPosTags()
addPosTags
public void addPosTags(List<GeniaTag> pTags)
getSemTags
public List<GeniaTag> getSemTags()
addSemTags
public void addSemTags(List<GeniaTag> sTags)
getSpan
public Span getSpan()
setSpan
public void setSpan(Span span)
Copyright © 2012. All Rights Reserved.