|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkr.ac.kaist.swrc.jhannanum.demo.WorkflowHmmPosTagger
public class WorkflowHmmPosTagger
This is a demo program of HanNanum that helps users to utilize the HanNanum library easily.
It uses a predefined work flow for POS tagging, which is good for general use.
It performs morphological analysis and POS tagging for a Korean document with the following procedure:
1. Create a predefined work flow for morphological analysis and POS tagging.
2. Activate the work flow in multi-thread mode.
3. Analyze a document that consists of several sentences.
4. Print the result on the console.
5. Repeats the procedure 3~4 with activated work flow.
6. Close the work flow.
Constructor Summary | |
---|---|
WorkflowHmmPosTagger()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowHmmPosTagger()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |