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

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

public class Span
extends Object


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


Constructor Summary
Span(int begin, int end)
           
 
Method Summary
 int getBegin()
           
 int getEnd()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Span

public Span(int begin,
            int end)
Method Detail

getBegin

public int getBegin()

getEnd

public int getEnd()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.