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

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

public class WorkflowMorphAnalyzer
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, which generates all possible morphological analysis results per given eojeol.

It performs morphological analysis for a Korean document with the following procedure:
1. Create a predefined work flow for morphological analysis.
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
WorkflowMorphAnalyzer()
           
 
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

WorkflowMorphAnalyzer

public WorkflowMorphAnalyzer()
Method Detail

main

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