Skip to content

Commit

Permalink
stats v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arysin committed Jun 9, 2024
1 parent 706f13e commit ef368f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/ua/net/nlp/tools/tag/DisambigStats.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class DisambigStats {
private static final Pattern UPPERCASED_PATTERN = Pattern.compile(/[А-ЯІЇЄҐ][а-яіїєґ'-]+/)
private static final boolean USE_SUFFIX_2 = false
private static final String statsFile = "/ua/net/nlp/tools/stats/lemma_freqs_hom.txt"
static final String statsVersion = "3.2.1"
static final String statsVersion = "3.2.2"

boolean disambigBySuffix = true
boolean disambigByContext = true
Expand Down

0 comments on commit ef368f4

Please sign in to comment.