This command run in command promt window :
C:\stanford-ner-2009-01-16 > perl -ne 'chomp; print "$_\tO\n"' jane-austen-emma-ch1.tok > jane-austen-emma-ch1.tsv
Can't find string terminator " ' " anywhere before EOF at line 1
why the command Can't find string terminator ?
Thanks