kr.ac.kaist.swrc.jhannanum.demo
Class WorkflowNounExtractor
java.lang.Object
kr.ac.kaist.swrc.jhannanum.demo.WorkflowNounExtractor
public class WorkflowNounExtractor
- 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 noun extracting, which extracts only the nouns in the
given document.
It performs noun extraction for a Korean document with the following procedure:
1. Create a predefined work flow for morphological analysis, POS tagging, and noun extraction.
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
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 |
WorkflowNounExtractor
public WorkflowNounExtractor()
main
public static void main(java.lang.String[] args)