Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 906ee97

Browse files
authored
Update CustomNERIntegrationTest.java
1 parent b5d4c24 commit 906ee97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/graphaware/nlp/processor/opennlp/model/CustomNERIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public void testTrainNER() {
2222
executeInTransaction(addPipelineQuery, emptyConsumer());
2323

2424

25-
String textNew = "Mrs Kus said she intended to form a government.";
25+
String textNew = "Mr Kus said he intended to form a government.";
2626
executeInTransaction("CALL ga.nlp.annotate({text: {text}, id:'test-ner', pipeline:'customNER', textProcessor: 'com.graphaware.nlp.processor.opennlp.OpenNLPTextProcessor'}) YIELD result RETURN result", Collections.singletonMap("text", textNew), result -> {
2727
assertTrue(result.hasNext());
2828
});

0 commit comments

Comments
 (0)