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
Now document order is being relied on for grouping multiple variables together:
<ParadigmPattern> <feat att="id" val="asPliittõ"/> <feat att="comment" val="inflectional paradigm pattern for pliittõ"/> <feat att="example" val="pliittõ riittõ lauttõ"/> <feat att="partOfSpeech" val="noun"/> <AttestedVariableValues> <feat att="1" val="pliit"/> <feat att="2" val="õ"/> <feat att="1" val="riit"/> <feat att="2" val="õ"/> <feat att="1" val="laut"/> <feat att="2" val="õ"/> </AttestedVariableValues>``` Instead they should be semantically organized: ```xml <ParadigmPattern> <feat att="id" val="asPliittõ"/> <feat att="comment" val="inflectional paradigm pattern for pliittõ"/> <feat att="example" val="pliittõ riittõ lauttõ"/> <feat att="partOfSpeech" val="noun"/> <AttestedVariables> <AttestedVariableValues> <feat att="1" val="pliit"/> <feat att="2" val="õ"/> </AttestedVariableValues> <AttestedVariableValues> <feat att="1" val="riit"/> <feat att="2" val="õ"/> </AttestedVariableValues> <AttestedVariableValues> <feat att="1" val="laut"/> <feat att="2" val="õ"/> </AttestedVariableValues> </AttestedVariables>```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now document order is being relied on for grouping multiple variables together:
The text was updated successfully, but these errors were encountered: