From 4534dde10395e5dd7f311bc2cf3284ba5f1cb189 Mon Sep 17 00:00:00 2001 From: sukiluvcode Date: Thu, 13 Jul 2023 10:14:42 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2caab62..01cb643 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ pip install snowball-extractor Run the following command: ```sh -snowball-extractor --sentences=sentences_short.txt --positive_seeds=seeds_positive.txt --similarity=0.6 --confidence=0.6 +snowball --sentences=sentences_short.txt --positive_seeds=seeds_positive.txt --similarity=0.6 --confidence=0.6 ``` After the process is terminated an output file `relationships.jsonl` is generated containing the extracted relationships.