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

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

public class WorkflowSimplePos22
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 morphological analysis and POS tagging with 22 morpheme tags, which can be used by users who want simpler POS tagging results.

It performs POS tagging for a Korean document with the following procedure:
1. Create two predefined work flows for comparison between POS tagging with 69 tags and with 22 tags.
2. Activate the work flows in multi-thread mode.
3. Analyze a document using each work flow.
4. Print the result on the console.
5. Close the work flow.

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

Constructor Summary
WorkflowSimplePos22()
           
 
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

WorkflowSimplePos22

public WorkflowSimplePos22()
Method Detail

main

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