LR-POR / cl-conllu

tool for working with conllu files in CL
Apache License 2.0
13 stars 5 forks source link

reader #87

Open arademaker opened 4 years ago

arademaker commented 4 years ago

instead of lazy-stream-reader calling read-stream, it should be the other way around. The primitive function should consume a sentence from an open stream. all other functions should be on top of that.