| Package | Description |
|---|---|
| de.julielab.neo4j.plugins.ahocorasick | |
| de.julielab.neo4j.plugins.ahocorasick.property |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ACFactoryBatch.addListToDictTree(ACDataBase dataBase,
ACDictionary dict,
List<ACEntry> listEntries)
Adds a list of entries to a DictTree, which is not prepared for searching
|
static boolean |
ACFactoryBatch.createDictTree(org.neo4j.unsafe.batchinsert.BatchInserter batchInserter,
ACDictionary dict)
Creates a new root of a DictTree, where entries could be add.
|
static boolean |
ACFactoryBatch.prepareDictTreeForSearch(ACDataBase dataBase,
ACDictionary dict)
Prepares the DictTree for searching.
|
| Modifier and Type | Method and Description |
|---|---|
ACDictionary |
ACDataBase.getDict(String name)
Gets the a
ACDictionary of a dictionary in
the GraphDatabase. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ACDataBase.addDict(ACDictionary dict)
Adds a dictionary of the given parameters to
the GraphDatabase.
|
Copyright © 2017 JULIE Lab Jena, Germany. All rights reserved.