We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d4f05 commit 6c537baCopy full SHA for 6c537ba
README.md
@@ -15,6 +15,14 @@ unlemmatized frequency list][kilgarriff] for the British National Corpus to
15
find phoneme frequencies generally. I extended this technique to
16
estimate post-/w/ phoneme frequencies as well.
17
18
+## Tools used
19
+
20
+I used a combination of Python and Unix tools (grep, sed) for text processing.
21
22
+Also, since there are many steps with various dependencies in between them,
23
+GNU Make was a decent fit for modeling the dependencies -- easy enough to just
24
+run `make` after each modification to my code.
25
26
## Limitations
27
As Blumeyer notes, the source datasets have some limitations.
28
CMUdict conflates "schwa with the near-open central vowel" and
0 commit comments