Archived
1
Fork 0
Word count for text files, for bigrams, trigrams, etc...
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2020-11-16 10:32:56 +01:00
app Initial commit: it works 2020-11-16 10:32:56 +01:00
output Initial commit: it works 2020-11-16 10:32:56 +01:00
src Initial commit: it works 2020-11-16 10:32:56 +01:00
words Initial commit: it works 2020-11-16 10:32:56 +01:00
.gitignore Initial commit: it works 2020-11-16 10:32:56 +01:00
LICENSE Initial commit: it works 2020-11-16 10:32:56 +01:00
package.yaml Initial commit: it works 2020-11-16 10:32:56 +01:00
README.md Initial commit: it works 2020-11-16 10:32:56 +01:00
Setup.hs Initial commit: it works 2020-11-16 10:32:56 +01:00
stack.yaml Initial commit: it works 2020-11-16 10:32:56 +01:00
stack.yaml.lock Initial commit: it works 2020-11-16 10:32:56 +01:00
WordParse.cabal Initial commit: it works 2020-11-16 10:32:56 +01:00

WordParse

Tool to compute word counts, bigrams, trigrams, etc for a large body of text. I have used this to generate a word cloud from my research papers.