C# Class Egothor.Stemmer.DiffIt

The DiffIt class is a means generate patch commands from an already prepared stemmer table.
Mostra file Open project: apache/lucenenet

Public Methods

Method Description
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.

Private Methods

Method Description
DiffIt ( ) : Lucene.Net.Support

no instantiation

Get ( int i, string s ) : int

Method Details

Main() public static method

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
return void