Class DiffIt
The DiffIt class is a means generate patch commands from an already prepared stemmer table.
LUCENENET specific: In the Java implementation, this class' Main method was intended to be called from the command line. However, in .NET a method within a DLL can't be directly called from the command line so we provide a .NET tool, lucene-cli, with a command that maps to that method: analysis stempel-patch-stemsInherited Members
Namespace: Egothor.Stemmer
Assembly: Lucene.Net.Analysis.Stempel.dll
Syntax
public static class DiffIt
Methods
Main(string[])
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. LUCENENET specific: In the Java implementation, this Main method was intended to be called from the command line. However, in .NET a method within a DLL can't be directly called from the command line so we provide a .NET tool, lucene-cli, with a command that maps to this method: analysis stempel-patch-stemsDeclaration
public static void Main(string[] args)
Parameters
Type | Name | Description |
---|---|---|
string[] | args | the path to a file containing a stemmer table |