Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when the sentence does not have an object. #5

Open
eirinimeg opened this issue Jan 29, 2021 · 0 comments
Open

Error when the sentence does not have an object. #5

eirinimeg opened this issue Jan 29, 2021 · 0 comments

Comments

@eirinimeg
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant