We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "words": ["mama", "papá", "bailar", "cantar"], "types": ["SUBJ", "SUBJ", "VERB", "VERB"], "language": "es", "props": { "0": { "gender": "ella" } } }
generated
{
"sentence": [ { "words": [ "mama", "y", "papá" ], "types": [ "SUBJ", "CON", "SUBJ" ], "composed": true, "type": "SUBJ", "children": [], "meta": { "PERSON": "ellas" }, "props": { "0": { "gender": "ella" } }, "position": 0, "headless": false }, { "words": [ "bailar", "y", "cantar" ], "types": [ "VERB", "CON", "VERB" ], "composed": true, "type": "VERB", "children": [ { "position": 0, "type": "SUBJ" } ], "meta": { "PERSON": "ellas", "TIME": "presente" }, "props": {}, "position": 1, "headless": true } ] }
why is PERSON "ellas"?
The text was updated successfully, but these errors were encountered:
solved issue #5
ec36d31
06013a2
07bb01d
No branches or pull requests
{
"words": ["mama", "papá", "bailar", "cantar"],
"types": ["SUBJ", "SUBJ", "VERB", "VERB"],
"language": "es",
"props": {
"0": {
"gender": "ella"
}
}
}
generated
{
"sentence": [
{
"words": [
"mama",
"y",
"papá"
],
"types": [
"SUBJ",
"CON",
"SUBJ"
],
"composed": true,
"type": "SUBJ",
"children": [],
"meta": {
"PERSON": "ellas"
},
"props": {
"0": {
"gender": "ella"
}
},
"position": 0,
"headless": false
},
{
"words": [
"bailar",
"y",
"cantar"
],
"types": [
"VERB",
"CON",
"VERB"
],
"composed": true,
"type": "VERB",
"children": [
{
"position": 0,
"type": "SUBJ"
}
],
"meta": {
"PERSON": "ellas",
"TIME": "presente"
},
"props": {},
"position": 1,
"headless": true
}
]
}
why is PERSON "ellas"?
The text was updated successfully, but these errors were encountered: