
org.tartarus.snowball.TestApp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of snowball-stemmer Show documentation
Show all versions of snowball-stemmer Show documentation
This is the Java version of Snowball, a small string processing language designed for creating stemming algorithms for use in Information Retrieval.
The newest version!
package org.tartarus.snowball;
import java.lang.reflect.Method;
import java.io.Reader;
import java.io.Writer;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileInputStream;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.OutputStream;
import java.io.FileOutputStream;
public class TestApp {
private static void usage()
{
System.err.println("Usage: TestApp [-o
© 2015 - 2025 Weber Informatics LLC | Privacy Policy