Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExpectedAux ¶
type ExpectedRel ¶
type GroundTruth ¶
type ParserStats ¶
type Results ¶
type Results struct {
ByParser map[string]*ParserStats
Overall ParserStats
}
type TestCase ¶
type TestCase struct {
ID string `json:"id"`
Parser string `json:"parser"`
InputFile string `json:"input_file"`
ExpectedName string `json:"expected_entity_name"`
ExpectedType string `json:"expected_entity_type"`
ExpectedObsSubset []string `json:"expected_obs_subset"`
ExpectedRels []ExpectedRel `json:"expected_rels"`
ExpectedAux []ExpectedAux `json:"expected_aux"`
}
Click to show internal directories.
Click to hide internal directories.