From f056910ee2a7adf48845de994e243868a23ad947 Mon Sep 17 00:00:00 2001 From: Ajda Date: Thu, 5 Dec 2024 14:19:05 +0100 Subject: [PATCH] Import Documents: conllu tests --- orangecontrib/text/tests/test_import_documents.py | 2 ++ .../text/widgets/tests/data/conllu/ParlaMint01-meta.tsv | 3 +++ .../text/widgets/tests/data/conllu/ParlaMint02-meta.tsv | 4 ++++ 3 files changed, 9 insertions(+) create mode 100755 orangecontrib/text/widgets/tests/data/conllu/ParlaMint01-meta.tsv create mode 100755 orangecontrib/text/widgets/tests/data/conllu/ParlaMint02-meta.tsv diff --git a/orangecontrib/text/tests/test_import_documents.py b/orangecontrib/text/tests/test_import_documents.py index 3032fe331..16f68c2b5 100644 --- a/orangecontrib/text/tests/test_import_documents.py +++ b/orangecontrib/text/tests/test_import_documents.py @@ -247,6 +247,8 @@ def test_conllu_reader(self): self.assertEqual(len(corpus), len(lemma)) self.assertEqual(len(corpus), len(pos)) self.assertEqual(len(corpus), len(ner)) + self.assertTrue(np.any(~np.isnan(corpus.get_column( + "Speaker_birth")))) @patch(SF_LIST, return_value=SPECIAL_CHAR_FILES) @patch(PATCH_METHOD, side_effect=ConnectTimeout("test message", request="")) diff --git a/orangecontrib/text/widgets/tests/data/conllu/ParlaMint01-meta.tsv b/orangecontrib/text/widgets/tests/data/conllu/ParlaMint01-meta.tsv new file mode 100755 index 000000000..21f82112b --- /dev/null +++ b/orangecontrib/text/widgets/tests/data/conllu/ParlaMint01-meta.tsv @@ -0,0 +1,3 @@ +ID Title From To House Term Session Meeting Sitting Agenda Subcorpus Speaker_role Speaker_type Speaker_party Speaker_party_name Party_status Speaker_name Speaker_gender Speaker_birth +ParlaMint-SI_2014-08-01-SDZ7-Redna-01.u1 Minutes of the National Assembly of the Republic of Slovenia, Term 7, Regular Session 1, 1.8.2014 2014-08-01 2014-08-01 Lower house 7 1 Reference Chairperson MP DeSUS Demokratična stranka upokojencev Slovenije Kotnik Poropat, Marjana F 1944 +ParlaMint-SI_2014-08-01-SDZ7-Redna-01.u2 Minutes of the National Assembly of the Republic of Slovenia, Term 7, Regular Session 1, 1.8.2014 2014-08-01 2014-08-01 Lower house 7 1 Reference Regular MP SD Socialni demokrati Veber, Janko M 1960 diff --git a/orangecontrib/text/widgets/tests/data/conllu/ParlaMint02-meta.tsv b/orangecontrib/text/widgets/tests/data/conllu/ParlaMint02-meta.tsv new file mode 100755 index 000000000..982b2e0b1 --- /dev/null +++ b/orangecontrib/text/widgets/tests/data/conllu/ParlaMint02-meta.tsv @@ -0,0 +1,4 @@ +ID Title From To House Term Session Meeting Sitting Agenda Subcorpus Speaker_role Speaker_type Speaker_party Speaker_party_name Party_status Speaker_name Speaker_gender Speaker_birth +ParlaMint-SI_2014-08-25-SDZ7-Izredna-01.u1 Minutes of the National Assembly of the Republic of Slovenia, Term 7, Extraordinary Session 1, 25.8.2014 2014-08-25 2014-08-25 Lower house 7 1 Reference Chairperson MP SMC Stranka Mira Cerarja Brglez, Milan M 1967 +ParlaMint-SI_2014-08-25-SDZ7-Izredna-01.u2 Minutes of the National Assembly of the Republic of Slovenia, Term 7, Extraordinary Session 1, 25.8.2014 2014-08-25 2014-08-25 Lower house 7 1 Reference Chairperson MP SMC Stranka Mira Cerarja Brglez, Milan M 1967 +ParlaMint-SI_2014-08-25-SDZ7-Izredna-01.u3 Minutes of the National Assembly of the Republic of Slovenia, Term 7, Extraordinary Session 1, 25.8.2014 2014-08-25 2014-08-25 Lower house 7 1 Reference Regular MP SD Socialni demokrati Židan, Dejan M 1967