Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sukiluvcode committed Jul 13, 2023
1 parent 7405fa4 commit 4534dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4534dde

Please sign in to comment.