You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tr '\n.' ' \n' | sed 's/^ *//' | # Remove most fmt-style formatting in favor of one sentence (defined by terminating period) per line, with paragraph breaks substituted with '<br>'
sed -f stopwords.sed |
./phrasechain.py "$@" |
tr '\n' '.' | sed -f stopwords-reconstruct.sed | sed 's/<br> */\n\n/g;s/\./. /g' | # replace newlines with periods again and turn paragraph breaks into newlines