Skip to content

Commit

Permalink
Merge pull request #18 from sukiluvcode/modify-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
davidsbatista authored Jul 13, 2023
2 parents 7405fa4 + 4534dde commit 52c92a0
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 52c92a0

Please sign in to comment.