org.dbpedia.extraction.dataparser
Extracts data from a node in the abstract syntax tree. The type of the data which is extracted depends on the specific parser e.g. The IntegerParser extracts integers.
(Split node and) return parse result.
Parser dependent splitting of nodes.
Parser dependent splitting of nodes. Default is overridden by some parsers.
Extracts data from a node in the abstract syntax tree. The type of the data which is extracted depends on the specific parser e.g. The IntegerParser extracts integers.