From 88e71cd59508ef5e041199e0bd990c71d3428ef7 Mon Sep 17 00:00:00 2001 From: Ekaterina Voloshina <42929264+EkaterinaVoloshina@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:10:27 +0300 Subject: [PATCH 1/2] updated docs --- probing/ud_parser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probing/ud_parser/README.md b/probing/ud_parser/README.md index ea2f7c3..e61d328 100644 --- a/probing/ud_parser/README.md +++ b/probing/ud_parser/README.md @@ -29,7 +29,7 @@ UD Parser can be provided with the directory with CONLLU files or directly with ```python # You can provide a direct path to the folder with conllu files -splitter.convert(dir_conllu_path=) +splitter.convert(dir_path=) # Or you can pass paths to each of three possible conllu files From 347eb6daca064181c93bf5674be0b927d22783e2 Mon Sep 17 00:00:00 2001 From: Ekaterina Voloshina <42929264+EkaterinaVoloshina@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:16:10 +0300 Subject: [PATCH 2/2] updated docs --- probing/ud_parser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probing/ud_parser/README.md b/probing/ud_parser/README.md index e61d328..57c4196 100644 --- a/probing/ud_parser/README.md +++ b/probing/ud_parser/README.md @@ -29,7 +29,7 @@ UD Parser can be provided with the directory with CONLLU files or directly with ```python # You can provide a direct path to the folder with conllu files -splitter.convert(dir_path=) +splitter.convert(path_dir_conllu=) # Or you can pass paths to each of three possible conllu files