Skip to content
Snippets Groups Projects
Commit 7148b4e9 authored by Martyna Wiącek's avatar Martyna Wiącek
Browse files

added relation distribution to combo prediction

parent 9b647453
1 merge request!45Adding sentence attributes:
Pipeline #10903 passed with stage
in 8 minutes and 40 seconds
This commit is part of merge request !45. Comments created here will be created in the context of that merge request.
...@@ -24,6 +24,7 @@ class Token: ...@@ -24,6 +24,7 @@ class Token:
embeddings: Dict[str, List[float]] = field(default_factory=list, repr=False) embeddings: Dict[str, List[float]] = field(default_factory=list, repr=False)
@dataclass @dataclass
class Sentence: class Sentence:
tokens: List[Token] = field(default_factory=list) tokens: List[Token] = field(default_factory=list)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment