tw.cheyingwu.ckip
Class WordSegmentationService

java.lang.Object
  extended by tw.cheyingwu.ckip.WordSegmentationService
Direct Known Subclasses:
CKIP, YahooCAS

public abstract class WordSegmentationService
extends java.lang.Object


Constructor Summary
WordSegmentationService()
           
 
Method Summary
 java.lang.String getRawText()
          取得原始字串。
 java.lang.String getReturnText()
          取得斷詞結果字串。
abstract  java.util.List<Term> getTerm()
          將斷詞結果分解為詞
abstract  void send()
          將字串送至CKIP服務伺服器。
 void setRawText(java.lang.String rawText)
          設定原始字串
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordSegmentationService

public WordSegmentationService()
Method Detail

getRawText

public java.lang.String getRawText()
取得原始字串。

Returns:
原始字串

setRawText

public void setRawText(java.lang.String rawText)
設定原始字串

Parameters:
rawText - - 原始字串,請使用UTF-8編碼。

getReturnText

public java.lang.String getReturnText()
取得斷詞結果字串。

Returns:
斷詞結果字串,包含XML標記。

getTerm

public abstract java.util.List<Term> getTerm()
將斷詞結果分解為詞

Returns:
詞陣列

send

public abstract void send()
將字串送至CKIP服務伺服器。