Skip to content

Instantly share code, notes, and snippets.

@s10018
Last active August 24, 2021 09:32
Show Gist options
  • Select an option

  • Save s10018/ed174febd29b269877b1869ee191442b to your computer and use it in GitHub Desktop.

Select an option

Save s10018/ed174febd29b269877b1869ee191442b to your computer and use it in GitHub Desktop.
(拡張)cabocha形式を一行一文にするコード書いてませんでしたっけ....
$ cat test.cabocha | grep -v "^#\!" | grep -v "^* " | cut -f 1 | perl -pe 's/\n//g' | perl -pe 's/EOS/\n/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment