From ce140ee9e9cf1cf1c61cb1b1036657dc42015350 Mon Sep 17 00:00:00 2001 From: Xavier Medrano Date: Fri, 25 Oct 2024 15:18:44 -0400 Subject: [PATCH] add more church names --- name_data/labeled/company_labeled.xml | 26 ++++++++++++-------------- tests/test_tagging.py | 2 +- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/name_data/labeled/company_labeled.xml b/name_data/labeled/company_labeled.xml index 8fc7313..6493052 100644 --- a/name_data/labeled/company_labeled.xml +++ b/name_data/labeled/company_labeled.xml @@ -29,8 +29,7 @@ area property service seiu political fund gp corp - - bbc + bbc kaleo inc dba cleo's motorola, inc. @@ -66,8 +65,7 @@ american mobile staging inc. stu's bargain outlet nekritz for state representative - - eve's + eve's united gasket corporation petropoulos washer service @@ -140,8 +138,7 @@ skyway elevator inc hammond fence co. of indiana inc. crain & feed legislative council - - restaurant.com + restaurant.com op plstrs & cmnt mason local #18 u s paving @@ -252,8 +249,7 @@ state of illinois fraternal order of police lodge 72 mangieri electric billy goat north ii inc. - - cfem + cfem abc auto eclipse @@ -284,8 +280,7 @@ marian realty napleton honda napoli pizza - - smitherine + smitherine beecken petty o'keefe & company llc sociedad civica cultural centroamericana @@ -726,8 +721,7 @@ New Image Dentistry Atkinson Family Dentistry Kids Teeth - - PreZenDental + PreZenDental ALEX DISPLAYS & CO INC swidler spanola & co, llc @@ -1471,8 +1465,7 @@ Hope Church Congregation Adath Jeshurun Central Methodist Church - - HerChurch + HerChurch Wyco Church Methodist Church Concord @@ -1492,4 +1485,9 @@ Ben Hill United Methodist Church Mount Hope Church Vineyard Church of Ann Arbor + Christ Episcopal Church + Elizabeth Baptist Church + Sacred Heart Church + St. Mark Lutheran Church + Holy Rosary Church diff --git a/tests/test_tagging.py b/tests/test_tagging.py index 4e22ec7..7cdeb42 100644 --- a/tests/test_tagging.py +++ b/tests/test_tagging.py @@ -19,7 +19,7 @@ def test_basic(): "name_text,components", readTrainingData(["tests/test_data_labeled.xml"], GROUP_LABEL), ) -def test_simple_addresses(name_text, components): +def test_names(name_text, components): _, labels_true = list(zip(*components)) _, labels_pred = list(zip(*parse(name_text)))