Skip to content

Commit

Permalink
Merge pull request #1 from informagi/main
Browse files Browse the repository at this point in the history
update fork from origin
  • Loading branch information
eriktks authored Sep 5, 2022
2 parents 9ca253b + e762cd2 commit 356f9a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions REL/mention_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ def find_mentions(self, dataset, tagger=None):
):
text, start_pos, end_pos, conf, tag = (
entity.text,
entity.start_pos,
entity.end_pos,
entity.start_position,
entity.end_position,
entity.score,
entity.tag,
)
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
colorama
konoha
flair
flair>=0.11
segtok
Pillow>=7.1.0
torch
nltk
anyascii
anyascii
2 changes: 1 addition & 1 deletion scripts/gerbil_middleware/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3.1</version>
<version>2.8.9</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 356f9a1

Please sign in to comment.