All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gate.creole.morph.Codes Maven / Gradle / Ivy

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