Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 2.48 KB

Related.md

File metadata and controls

31 lines (22 loc) · 2.48 KB

Related external tools

The ACoLi CoNLL Libraries provide means of merging, transformation and querying of CoNLL and other TSV data.

Special features are:

  • support for CoNLL-specific extensions of the conventional TSV/CSV format
  • applicable to any CoNLL dialect
  • out-of-the-box parsing of CoNLL into RDF graphs

However, more specialized tools for individual dialects or purposes may be preferred at times. Below, you can find an (incomplete) list.

Visualization and editing of CoNLL/TSV data

Parsing of CoNLL/TSV data into RDF

  • survey article about CSV-to-RDF parsers (2018)
  • TARQL small library for the conversion of CSV data streams into RDF using SPARQL. Can be used as an alternative to the CoNLL-RDF Stream Extractor for cases where no relations between rows are required (e.g., for lexical data).

Parsers of CoNLL/TSV data for different programming languages