Search in sources :

Example 6 with GraphKeyValueStore

use of com.graphaware.common.kv.GraphKeyValueStore in project neo4j-nlp by graphaware.

the class NLPIntegrationTest method setUp.

@Before
@Override
public void setUp() throws Exception {
    resetSingleton();
    super.setUp();
    registerRuntime();
    keyValueStore = new GraphKeyValueStore(getDatabase());
}
Also used : GraphKeyValueStore(com.graphaware.common.kv.GraphKeyValueStore) Before(org.junit.Before)

Aggregations

GraphKeyValueStore (com.graphaware.common.kv.GraphKeyValueStore)6 AbstractEmbeddedTest (com.graphaware.nlp.AbstractEmbeddedTest)3 ObjectMapper (org.codehaus.jackson.map.ObjectMapper)3 Before (org.junit.Before)3 Test (org.junit.Test)3 Transaction (org.neo4j.graphdb.Transaction)3 NLPModule (com.graphaware.nlp.module.NLPModule)2 GraphAwareRuntime (com.graphaware.runtime.GraphAwareRuntime)2 HashMap (java.util.HashMap)2 PipelineSpecification (com.graphaware.nlp.dsl.request.PipelineSpecification)1 WorkflowInstanceItemInfo (com.graphaware.nlp.dsl.result.WorkflowInstanceItemInfo)1 StubTextProcessor (com.graphaware.nlp.stub.StubTextProcessor)1 QueryBasedWorkflowInput (com.graphaware.nlp.workflow.input.QueryBasedWorkflowInput)1 WorkflowInputQueryConfiguration (com.graphaware.nlp.workflow.input.WorkflowInputQueryConfiguration)1 WorkflowTask (com.graphaware.nlp.workflow.task.WorkflowTask)1 WorkflowTaskConfiguration (com.graphaware.nlp.workflow.task.WorkflowTaskConfiguration)1 WorkflowTaskInstanceItemInfo (com.graphaware.nlp.workflow.task.WorkflowTaskInstanceItemInfo)1