| Package | Description | 
|---|---|
| eu.bandm.tscore.base | 
 Generic and low level data types and transformation algorithms,
    to be used by very different applications of the  
tscore 
    framework. | 
| Modifier and Type | Method and Description | 
|---|---|
static Translet._CAT<String> | 
Translet.CAT(Collection<String> s)
Factory method for a catalog parser with a list of inputs texts = result objects. 
 | 
static Translet._CAT<String> | 
Translet.CAT(List<String> s)
Factory method for a catalog parser with a list of inputs texts = result objects. 
 | 
static <R> Translet._CAT<R> | 
Translet.CAT(Map<String,R> results)
Factory method for a catalog parser with a map of inputs texts to result objects. 
 | 
static Translet._CAT<String> | 
Translet.CAT(String... s)
Factory method for a catalog parser with a list of inputs texts = result objects. 
 |