Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lowercase the "word" variable before looking up in EXPECTANCY.
The tei2csv "word" column is always lowercased as a side effect of the hexameter module's analysis. The "word" lookup in tei2html did not similarly lowercase the text of the word, so clicking on a word that was not already all lowercase produced to result. It may be possible to instead have tei2csv retain letter case in the "word" column, but that will require an audit of source texts to see that the same word is not used with different cases in different places. Closes #84.
- Loading branch information