| Package | Description |
|---|---|
| amie.data | |
| javatools.parsers |
| Modifier and Type | Method and Description |
|---|---|
static Triple<ByteString,ByteString,ByteString> |
KB.array2Triple(ByteString[] triple) |
| Modifier and Type | Method and Description |
|---|---|
static ByteString[] |
KB.triple2Array(Triple<ByteString,ByteString,ByteString> t) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<Triple<java.lang.String,java.lang.Integer,java.lang.Integer>> |
DateParser.getAllDatePositions(java.lang.CharSequence s)
Returns all the dates values and their position in the text
|
static java.util.Collection<Triple<java.lang.String,java.lang.Integer,java.lang.Integer>> |
DateParser.getAllDatePositions(java.lang.CharSequence s,
Language language)
Returns all the dates values and their position in the text
|