
gate.creole.morph.Codes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tools Show documentation
Show all versions of tools Show documentation
A selection of processing resources commonly used to extend ANNIE
The newest version!
package gate.creole.morph;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2003
* Company:
* @author not attributable
* @version 1.0
*/
public class Codes {
public static final int ERROR_CODE = -4;
public static final int STRING_SET_CODE = 0;
public static final int CHARACTER_RANGE_CODE = 1;
public static final int CHARACTER_SET_CODE = 2;
public Codes() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy