Uses of Class
kr.ac.kaist.swrc.jhannanum.exception.ResultTypeException

Packages that use ResultTypeException
kr.ac.kaist.swrc.jhannanum.hannanum   
 

Uses of ResultTypeException in kr.ac.kaist.swrc.jhannanum.hannanum
 

Methods in kr.ac.kaist.swrc.jhannanum.hannanum that throw ResultTypeException
<T> java.util.LinkedList<T>
Workflow.getResultOfDocument(T a)
          Returns the analysis result list for all sentence in the result.
<T> T
Workflow.getResultOfSentence(T a)
          Returns the analysis result for one sentence at the top of the result queue.