-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tree #2
Comments
denysvitali
added a commit
that referenced
this issue
Mar 20, 2019
denysvitali
added a commit
that referenced
this issue
Mar 20, 2019
Given the following structure UAM Corpus Tools generates this: Our tool generates the following JSON: {
"version": 1,
"data": {
"root": {
"id": "clauses",
"children": [
{
"id": "CLAUSES-TYPE",
"children": [
{
"id": "material"
},
{
"id": "mental"
},
{
"id": "verbal"
},
{
"id": "relational"
},
{
"id": "existential"
}
]
},
{
"id": "CLAUSES-TYPE2",
"children": [
{
"id": "nonfinite-clause",
"children": [
{
"id": "NONFINITE-CLAUSE-TYPE",
"children": [
{
"id": "gerund-clause"
},
{
"id": "participle-clause"
},
{
"id": "infinitive-clause"
}
]
}
]
},
{
"id": "finite-clause",
"children": [
{
"id": "FINITE-CLAUSE-TYPE",
"children": [
{
"id": "modal"
},
{
"id": "nonmodal"
}
]
}
]
}
]
},
{
"id": "CLAUSES-TYPE3",
"children": [
{
"id": "passive-clause"
},
{
"id": "active-clause"
}
]
}
]
}
}
} |
denysvitali
added a commit
that referenced
this issue
Mar 26, 2019
denysvitali
added a commit
that referenced
this issue
Mar 26, 2019
denysvitali
added a commit
that referenced
this issue
Apr 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be possible to view the document structure in a tree on the left side of the page, so that the user can choose some parts of the document.
The text was updated successfully, but these errors were encountered: