Skip to content

Commit

Permalink
[last commit was for #74]
Browse files Browse the repository at this point in the history
  • Loading branch information
berndmoos committed Nov 7, 2024
1 parent f7723bf commit 644fc8a
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 @@ -42,7 +42,7 @@ public class XMLLexicon extends AbstractNormalizationLexicon {

String DEFAULT_LEXICON = "/org/exmaralda/orthonormal/lexicon/FOLK_Normalization_Lexicon_NOV_2024.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 644fc8a

Please sign in to comment.