| Package | Description |
|---|---|
| ixa.kaflib |
| Modifier and Type | Method and Description |
|---|---|
Chunk |
KAFDocument.createChunk(String id,
Term head,
String phrase,
List<Term> terms)
Deprecated
|
Chunk |
KAFDocument.createChunk(Term head,
String phrase,
List<Term> terms)
Deprecated
|
Chunk |
KAFDocument.newChunk(String phrase,
Span<Term> span)
Creates a new chunk.
|
Chunk |
KAFDocument.newChunk(String id,
String phrase,
Span<Term> span)
Creates a chunk object to load an existing chunk.
|
| Modifier and Type | Method and Description |
|---|---|
List<Chunk> |
KAFDocument.getChunks() |
List<Chunk> |
KAFDocument.getChunksByPara(Integer para) |
List<Chunk> |
KAFDocument.getChunksBySent(Integer sent) |
| Modifier and Type | Method and Description |
|---|---|
String |
KAFDocument.insertChunk(Chunk chunk) |
Copyright © 2016–2020 FBK. All rights reserved.