issues
search
LR-POR
/
cl-conllu
tool for working with conllu files in CL
Apache License 2.0
13
stars
5
forks
source link
improve lazy reader
#71
Closed
odanoburu
closed
5 years ago
odanoburu
commented
5 years ago
change lazy-conllu-reader so that it only returns nil when it reaches EOF
previously it would return nil if there where more than one blank line after a sentence (which is against the standard, but is also pretty common)
fix typo