scripts/syllables.sh @ 6c6fa332df6f

Added tag done for changeset 63ac56a796a3
author Steve Losh <steve@stevelosh.com>
date Fri, 12 Aug 2016 02:57:58 +0000
parents 7399fa9ab331
children (none)
#!/usr/bin/env bash

echo '('

cat written-to-be-spoken.txt books.txt laws.txt school_essays.txt  | rstrip | grep . | cut -f1 | grep ... | lower | python syllables..py | grep '[aeioyuáóýúíé]' |grep -v '[.!,]' | sort | uniq -c | sort -nr | head -500 | lstrip | cuts -f2

echo ')'