public class Dictionaries extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEBUG |
| Constructor and Description |
|---|
Dictionaries(String inputDir)
Construct the dictionaries from the input directory path.
|
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,String>> |
getDictionaries()
Get the list of dictionaries as HashMaps.
|
List<String> |
getDictNames()
Get the dictionary names.
|
List<Map<String,String>> |
getIgnoreCaseDictionaries()
Get the lower case dictionaries.
|
public Dictionaries(String inputDir)
inputDir - the input directorypublic final List<Map<String,String>> getDictionaries()
public final List<Map<String,String>> getIgnoreCaseDictionaries()
Copyright © 2017 IXA pipes. All rights reserved.