kr.ac.kaist.swrc.jhannanum.demo
Class WorkflowHmmPosTagger

java.lang.Object
  extended by kr.ac.kaist.swrc.jhannanum.demo.WorkflowHmmPosTagger

public class WorkflowHmmPosTagger
extends java.lang.Object

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.

Author:
Sangwon Park (hudoni@world.kaist.ac.kr), CILab, SWRC, KAIST

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

WorkflowHmmPosTagger

public WorkflowHmmPosTagger()
Method Detail

main

public static void main(java.lang.String[] args)