Skip to content

Commit

Permalink
unknown tagging improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
arysin committed Aug 4, 2023
1 parent 3992cfa commit 99c6eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/groovy/ua/net/nlp/tools/tag/TagUnknown.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ public class TagUnknown {
return retTokens
}

static Pattern mascPrefix = ~/пан|містер|гер|сеньйор|монсеньйор|добродій/
static Pattern femPrefix = ~/пані|міс|місіс|фрау|сеньора|сеньйоріта|мадам|маде?муазель|добродійка/
static Pattern mascPrefix = ~/пан|містер|гер|сеньйор|монсеньйор|добродій|князь/
static Pattern femPrefix = ~/пані|міс|місіс|княгиня|фрау|сеньора|сеньйоріта|мадам|маде?муазель|добродійка/

@CompileStatic
private static String gen(String postag) {
Expand Down

0 comments on commit 99c6eca

Please sign in to comment.