Skip to content

Commit

Permalink
Normalisation lexicon updated with data from FOLK 2.20 (issue #74), s…
Browse files Browse the repository at this point in the history
…ee previous commit with messed up message...
  • Loading branch information
berndmoos committed Jul 19, 2023
1 parent d7bc491 commit 8b04492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/exmaralda/orthonormal/lexicon/XMLLexicon.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class XMLLexicon extends AbstractNormalizationLexicon {
String DEFAULT_LEXICON = "/org/exmaralda/orthonormal/lexicon/FOLK_Normalization_Lexicon_JULY_2023.xml";

String CAPITAL_ONLY_LIST = "/org/exmaralda/orthonormal/lexicon/dereko_capital_only.txt";
HashSet<String> capitalOnly = new HashSet<>(240000, 1.0f);
HashSet<String> capitalOnly = new HashSet<>(240000, 1.0f);


@Override
Expand Down

0 comments on commit 8b04492

Please sign in to comment.