C# 클래스 deckgen.LingvoRu

상속: Parser
파일 보기 프로젝트 열기: onami/anki-decks-generator 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( HtmlAgilityPack.HtmlNodeCollection examples, string labels ) : string
ProcessWordlist ( CardsStream &stream, List wordlist, string labels, int limit ) : void

비공개 메소드들

메소드 설명
DownloadExamples ( string word, int interval ) : string

메소드 상세

Parse() 공개 메소드

public Parse ( HtmlAgilityPack.HtmlNodeCollection examples, string labels ) : string
examples HtmlAgilityPack.HtmlNodeCollection
labels string
리턴 string

ProcessWordlist() 공개 메소드

public ProcessWordlist ( CardsStream &stream, List wordlist, string labels, int limit ) : void
stream CardsStream
wordlist List
labels string
limit int
리턴 void