Skip to content

Commit

Permalink
fin bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gozdesahin committed Aug 6, 2020
1 parent 6145fcd commit 0243e1c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 20,764 deletions.
2 changes: 1 addition & 1 deletion IO/conllud_fin.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self, fpath=None):

def get_labels_for_pred(self, csent, predid):
labels = ["_"]*len(csent.tokens)
strToBeFound = str(predid)+":PB"
strToBeFound = str(predid)+":pb"
for i,tok in enumerate(csent.tokens):
if strToBeFound in tok.argInfo:
argParts = tok.argInfo.split("|")
Expand Down
Loading

0 comments on commit 0243e1c

Please sign in to comment.