We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Indices longer that 9 break the alignment
9
RootNode[1] (1:1-1:49, 0-48) └─0 ParagraphNode[1] (1:1-1:49, 0-48) └─0 SentenceNode[23] (1:1-1:49, 0-48) ├─0 WordNode[1] (1:1-1:2, 0-1) │ │ data: {"partOfSpeech":"PRP"} │ └─0 TextNode "I" (1:1-1:2, 0-1) ... ├─11 WordNode[1] (1:22-1:24, 21-23) │ │ data: {"partOfSpeech":"TO"} │ └─0 TextNode "to" (1:22-1:24, 21-23)
Note the alignment of | before data, textnode.
|
fine as is?
The text was updated successfully, but these errors were encountered:
42b5370
No branches or pull requests
Initial checklist
Problem
Indices longer that
9
break the alignmentNote the alignment of
|
before data, textnode.Solution
Alternatives
fine as is?
The text was updated successfully, but these errors were encountered: