Deployed 489b9d1 with MkDocs version: 1.3.0
This commit is contained in:
parent
f5267b5a06
commit
f673e05f40
41 changed files with 9356 additions and 5 deletions
|
|
@ -0,0 +1,11 @@
|
|||
from typing import List
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
from .match import Match
|
||||
|
||||
|
||||
class EvaluatedSentence(BaseModel):
|
||||
score: float
|
||||
text: str
|
||||
explanation: List[Match]
|
||||
Loading…
Add table
Add a link
Reference in a new issue