C# 클래스 Egothor.Stemmer.DiffIt

The DiffIt class is a means generate patch commands from an already prepared stemmer table.
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
Main ( string args ) : void

Entry point to the DiffIt application.

This application takes one argument, the path to a file containing a stemmer table. The program reads the file and generates the patch commands for the stems.

비공개 메소드들

메소드 설명
DiffIt ( ) : Lucene.Net.Support

no instantiation

Get ( int i, string s ) : int

메소드 상세

Main() 공개 정적인 메소드

Entry point to the DiffIt application.

This application takes one argument, the path to a file containing a stemmer table. The program reads the file and generates the patch commands for the stems.

public static Main ( string args ) : void
args string the path to a file containing a stemmer table
리턴 void