Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 340 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 340 Bytes

CoNLL-U_Parser

How to convert a .conllu file into list of lists or a csv/tsv file? If you are looking for a speedy and easy solution, thenn this is the right place for you. CoNLL-U_Parser it is a very small but quick Python script that converts .conllu file into a Tab Separated View (.tsv) format.

Requirements

  • Python3
  • Pandas