cympfh / Cask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

count emotional words with CVS (simple not-expression)

$ ./cask < input
suk ika kow yas iya awa tak odo haj yor
1 0 0 1 0 1 1 1 1 1
0 0 0 0 0 0 0 0 0 0

The first line is the set of labels. That disappears with -s.

$ ./cask -s < ./input
1 0 0 1 0 1 1 1 1 1
0 0 0 0 0 0 0 0 0 0

About


Languages

Language:C++ 96.7%Language:C 3.3%