C# 클래스 WordSegmenter.CutCommand.CutAllCommand

상속: BaseCutDagCommand
파일 보기 프로젝트 열기: partychen/jieba_csharp

공개 메소드들

메소드 설명
Cut ( string sentence ) : List
CutAllCommand ( IDagGenerator dagGenerator, IRouteGenerator routeGenerator ) : System.Collections.Generic

메소드 상세

Cut() 공개 메소드

public Cut ( string sentence ) : List
sentence string
리턴 List

CutAllCommand() 공개 메소드

public CutAllCommand ( IDagGenerator dagGenerator, IRouteGenerator routeGenerator ) : System.Collections.Generic
dagGenerator IDagGenerator
routeGenerator IRouteGenerator
리턴 System.Collections.Generic