List vz rule identifier in term bank schema (#1843)

Also could you describe the purpose of the `iru` rule identifier further?
This commit is contained in:
Thermospore 2021-07-19 14:42:12 -08:00 committed by GitHub
parent 2ee3e3a7a1
commit 2d36714093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
},
{
"type": "string",
"description": "String of space-separated rule identifiers for the definition which is used to validate delinflection. Valid rule identifiers are: v1: ichidan verb; v5: godan verb; vs: suru verb; vk: kuru verb; adj-i: i-adjective. An empty string corresponds to words which aren't inflected, such as nouns."
"description": "String of space-separated rule identifiers for the definition which is used to validate delinflection. Valid rule identifiers are: v1: ichidan verb; v5: godan verb; vs: suru verb; vz: zuru verb; vk: kuru verb; adj-i: i-adjective. An empty string corresponds to words which aren't inflected, such as nouns."
},
{
"type": "number",
@ -33,4 +33,4 @@
"description": "Single definition for the term."
}
}
}
}