Status: Accepted
Owner:
chmeyer.de
Labels: Type-Defect Priority-Medium
New issue 49 by
chmeyer.de: Move Wiktionary's syntactic labels from
SemanticLabel to syntax classes
http://code.google.com/p/uby/issues/detail?id=49
The SemanticLabel class currently contains labels, such as "transitive"
which are supposed to be moved to the syntax part of UBY. Following
OmegaWiki, they should be represented as
Lexicon.add(SubcategorizationFrame)
* id = <auto-inc>
* subcatLabel = <label-name>
* sense = <backref>
LexicalEntry.add(SyntacticBehaviour)
* id = <auto-inc>
* subcategorizationFrame = <backref>
SubcategorizationFrame.add(LexemeProperty)
* syntacticProperty = <enum element> (ONLY IF APPLICABLE)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings