Skip to content

Commit 6c537ba

Browse files
authored
README: Add "tools used" section
1 parent 51d4f05 commit 6c537ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ unlemmatized frequency list][kilgarriff] for the British National Corpus to
1515
find phoneme frequencies generally. I extended this technique to
1616
estimate post-/w/ phoneme frequencies as well.
1717

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+
1826
## Limitations
1927
As Blumeyer notes, the source datasets have some limitations.
2028
CMUdict conflates "schwa with the near-open central vowel" and

0 commit comments

Comments
 (0)