public class DictionaryLoader extends Object
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Modifier | Constructor and Description |
---|---|
protected |
DictionaryLoader() |
Modifier and Type | Method and Description |
---|---|
static DictionaryLoader |
getInstance() |
HashMap<String,List<String>> |
loadDictionary(String fileName) |
public static DictionaryLoader getInstance()
public HashMap<String,List<String>> loadDictionary(String fileName) throws IOException
IOException
Copyright © 2020 myrobotlab. All rights reserved.