C# 클래스 WikipediaAvsAnTrieExtractor.RegexTextUtils

파일 보기 프로젝트 열기: EamonNerbonne/a-vs-an 1 사용 예제들

공개 메소드들

메소드 설명
DecodeEntities ( string text ) : string
ExtractWordsPrecededByAOrAn ( string text ) : IEnumerable
FindAvsAnSightings ( string page ) : WikipediaAvsAnTrieExtractor.AvsAnSighting[]
FindEnglishSentences ( string text ) : IEnumerable
GradeEnglishSentence ( string sentenceCandidate ) : double
StripWikiMarkup ( string wikiMarkedUpText ) : string

비공개 메소드들

메소드 설명
Capitalize ( string word ) : string
CutBraces ( string wikiMarkedUpText ) : string
ReadWordsFromDictionary ( System.Text.TextReader reader ) : IEnumerable
RegexTextUtils ( ) : System

메소드 상세

DecodeEntities() 공개 메소드

public DecodeEntities ( string text ) : string
text string
리턴 string

ExtractWordsPrecededByAOrAn() 공개 메소드

public ExtractWordsPrecededByAOrAn ( string text ) : IEnumerable
text string
리턴 IEnumerable

FindAvsAnSightings() 공개 메소드

public FindAvsAnSightings ( string page ) : WikipediaAvsAnTrieExtractor.AvsAnSighting[]
page string
리턴 WikipediaAvsAnTrieExtractor.AvsAnSighting[]

FindEnglishSentences() 공개 메소드

public FindEnglishSentences ( string text ) : IEnumerable
text string
리턴 IEnumerable

GradeEnglishSentence() 공개 메소드

public GradeEnglishSentence ( string sentenceCandidate ) : double
sentenceCandidate string
리턴 double

StripWikiMarkup() 공개 메소드

public StripWikiMarkup ( string wikiMarkedUpText ) : string
wikiMarkedUpText string
리턴 string