You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I figured out that when the sentence does not have an object (eg. "A new process is created.") and as a result, the clause created has 3 '\t' characters, it pops up an error in line 39 of Triples.py ( (ident, subj, pred, obj) = line.decode().split('\t') ) as it does not have enough values to unpack. The result normally should be
So I figured out that when the sentence does not have an object (eg. "A new process is created.") and as a result, the clause created has 3 '\t' characters, it pops up an error in line 39 of Triples.py ( (ident, subj, pred, obj) = line.decode().split('\t') ) as it does not have enough values to unpack. The result normally should be
Detected 1 clause(s).
- SV (V: created@5, S: process@3)
"A new process" "is created"
according to the https://gate.d5.mpi-inf.mpg.de/ClausIEGate/ClausIEGate/.
Is there any update on that issue?
The text was updated successfully, but these errors were encountered: