Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
Modifier and Type | Method and Description |
---|---|
static CophirXmlParser |
CophirXmlParser.create(java.io.File file,
Stemmer stemmer,
IntStorageIndexed<java.lang.String> wordIndex)
Factory method that parses the given CoPhIR XML file.
|
static CophirXmlParser |
CophirXmlParser.create(java.io.File xmlDir,
java.lang.String identifier,
Stemmer stemmer,
IntStorageIndexed<java.lang.String> wordIndex)
Factory method that parses a CoPhIR XML file with the given identifier.
|