Last active
August 24, 2021 09:32
-
-
Save s10018/ed174febd29b269877b1869ee191442b to your computer and use it in GitHub Desktop.
(拡張)cabocha形式を一行一文にするコード書いてませんでしたっけ....
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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