public class DictionaryCatalogSet extends Object
DictionaryCatalog
s that allows
a DictionaryFile
to be retrieved by its POS
and DictionaryFileType
.Constructor and Description |
---|
DictionaryCatalogSet(String path,
Class dictionaryFileType)
Creates a catalog set of the specified type of file using files in the specified dictionary directory.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
DictionaryCatalog |
get(DictionaryFileType fileType) |
Iterator |
getCatalogIterator() |
DictionaryFile |
getDictionaryFile(POS pos,
DictionaryFileType fileType) |
boolean |
isOpen() |
void |
open() |
int |
size() |
public void open() throws IOException
IOException
public boolean isOpen()
public void close()
public DictionaryCatalog get(DictionaryFileType fileType)
public int size()
public Iterator getCatalogIterator()
public DictionaryFile getDictionaryFile(POS pos, DictionaryFileType fileType)
Copyright © 2019. All rights reserved.