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

eu.project.ttc.models.index.TermIndexes Maven / Gradle / Ivy

Go to download

A Java UIMA-based toolbox for multilingual and efficient terminology extraction an multilingual term alignment

There is a newer version: 3.0.10
Show newest version
package eu.project.ttc.models.index;

public class TermIndexes {
	public static final String LEMMA = "term-lemma";
	public static final String LEMMA_LOWER_CASE = "term-lemma-lower-case";
	public static final String WORD_LEMMA = "word-lemma";
	public static final String WORD_COUPLE_LEMMA_LEMMA = "word-lemma-lemma";
	public static final String WORD_COUPLE_LEMMA_STEM = "word-lemma-stem";
	public static final String WORD_LEMMA_LOWER_CASE = "word-lemma-lower-case";
	public static final String TERM_NOCLASS = "no-class";
	public static final String SINGLE_WORD_LEMMA = "single-word-lemma";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy