Class NLPUtils
- java.lang.Object
-
- com.complexible.stardog.docs.nlp.utils.NLPUtils
-
public class NLPUtils extends java.lang.Object
- Since:
- 5.2
- Version:
- 5.2
- Author:
- Pedro Oliveira
-
-
Constructor Summary
Constructors Constructor Description NLPUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Document
doc(java.lang.String... theTokens)
Create one-sentenceDocument
with the given tokensstatic Span
span(Document theDocument, int theIndex)
static Span
span(java.lang.String... theTokens)
CreateSpan
with all the given tokens
-