C# 클래스 Lucene.Net.Analysis.VocabularyAssert

Utility class for doing vocabulary-based stemming tests
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
AssertVocabulary ( Analyzer a, Stream vocOut ) : void

Run a vocabulary test against one file: tab separated.

AssertVocabulary ( Analyzer a, Stream voc, Stream @out ) : void

Run a vocabulary test against two data files.

AssertVocabulary ( Analyzer a, Stream zipFile, string vocOut ) : void

Run a vocabulary test against a tab-separated data file inside a zip file

AssertVocabulary ( Analyzer a, Stream zipFile, string voc, string @out ) : void

Run a vocabulary test against two data files inside a zip file

메소드 상세

AssertVocabulary() 공개 정적인 메소드

Run a vocabulary test against one file: tab separated.
public static AssertVocabulary ( Analyzer a, Stream vocOut ) : void
a Analyzer
vocOut System.IO.Stream
리턴 void

AssertVocabulary() 공개 정적인 메소드

Run a vocabulary test against two data files.
public static AssertVocabulary ( Analyzer a, Stream voc, Stream @out ) : void
a Analyzer
voc System.IO.Stream
@out System.IO.Stream
리턴 void

AssertVocabulary() 공개 정적인 메소드

Run a vocabulary test against a tab-separated data file inside a zip file
public static AssertVocabulary ( Analyzer a, Stream zipFile, string vocOut ) : void
a Analyzer
zipFile System.IO.Stream
vocOut string
리턴 void

AssertVocabulary() 공개 정적인 메소드

Run a vocabulary test against two data files inside a zip file
public static AssertVocabulary ( Analyzer a, Stream zipFile, string voc, string @out ) : void
a Analyzer
zipFile System.IO.Stream
voc string
@out string
리턴 void