learntextvis / textkit

Command line tool for manipulating and analyzing text
MIT License
28 stars 6 forks source link

nonewlines should support non-unix line breaks #40

Closed vlandham closed 7 years ago

vlandham commented 8 years ago

windows CRLF and just the CR should also be supported. Right now only LF is supported.

Fil commented 7 years ago

for some reason it seems that tokens2pos and tokens2counts output CRLF, but text2words outputs LF.

One uses output() which calls click.echo(), the other uses csv.writer()

vlandham commented 7 years ago

closed by @Fil !