C# 클래스 NamedEntityExtractorSK.Data.KnowlegeData

파일 보기 프로젝트 열기: irfiit/wikipedia 1 사용 예제들

공개 메소드들

메소드 설명
KnowlegeData ( ) : System
SetRegexAttributes ( ) : void
SplitMultipleValues ( string value ) : string[]

비공개 메소드들

메소드 설명
LoadItems ( ) : string[]>.Dictionary

Load items from KnowledgeData part - split by '|' and decoding type of item

메소드 상세

KnowlegeData() 공개 메소드

public KnowlegeData ( ) : System
리턴 System

SetRegexAttributes() 공개 메소드

public SetRegexAttributes ( ) : void
리턴 void

SplitMultipleValues() 공개 메소드

public SplitMultipleValues ( string value ) : string[]
value string
리턴 string[]