Package eu.clarin.weblicht.wlfxb.tc.api
Interface Chunk
-
- All Known Implementing Classes:
ChunkStored
public interface ChunkThe Chunk is consists of one or more tokens. A chunk is described by one or more categories (such as NP-chunk, VP-chunk). The categories are represented as attributes. Any number of attributes can be added in a chunk.- Author:
- Mohammad Fazleh Elahi
-
-
Method Summary
Modifier and Type Method Description LinkedHashMap<String,String>getTypes()
-
-
-
Method Detail
-
getTypes
LinkedHashMap<String,String> getTypes()
-
-