public class ExtraDictionaryLoader extends Object
Constructor and Description |
---|
ExtraDictionaryLoader() |
Modifier and Type | Method and Description |
---|---|
static Map<String,List<String>> |
loadLists(String path) |
static Map<String,String> |
loadMap(String path) |
static Set<String> |
loadSet(String path) |
static Map<String,List<String>> |
loadSpacedLists(String path) |