EmilStenstrom / conllu

A CoNLL-U parser that takes a CoNLL-U formatted string and turns it into a nested python dictionary.
MIT License
311 stars 50 forks source link

Type-flexible dict serializer #77

Closed andidyer closed 1 year ago

andidyer commented 1 year ago

PR makes a modification to serializer.py, allowing dict serialization (e.g. in misc column of conllu format) to take int, float, and bool types as values.