Method Main
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.
Declaration
public static void Main(string[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args | the path to a file containing a stemmer table |