Salt  3.4.2
A powerful, tagset-independent and theory-neutral meta model and API for storing, manipulating, and representing nearly all types of linguistic data .
org.corpus_tools.salt.common.tokenizer.AbbreviationIT Class Reference

This offers a set of italian abbreviations. More...

Static Public Member Functions

static synchronized HashSet< String > createAbbriviations ()
 

Detailed Description

This offers a set of italian abbreviations.

The set is supplied by a HashSet object which is returned, when calling the method createAbbriviations(). The returned object is a static one and therefore initialized only once. The set of abbreviations is reimplemented in Java with permission from the original abbreviation sets used by the TreeTagger by Helmut Schmid (see http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/).

Author
Florian Zipser