fix: classify Steuerfinanzamt and Reichsfechtschule as institutions
Add "amt" and "schule" suffixes to INSTITUTION_END in PersonTypeClassifier so German government offices and schools are auto-classified on import. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@ public class PersonTypeClassifier {
|
||||
"Firma", "Architekt");
|
||||
|
||||
private static final List<String> INSTITUTION_END = List.of(
|
||||
"GmbH");
|
||||
"GmbH", "amt", "schule");
|
||||
|
||||
private static final List<String> GROUP_START = List.of(
|
||||
"Familie", "Comité", "Comite", "Geschwister", "Gesellschafter",
|
||||
|
||||
Reference in New Issue
Block a user