Skip to content

Commit

Permalink
Update voice.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjurg committed Jul 5, 2023
1 parent 3bf014c commit 6d79db7
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions docs/features/voice.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Feature: voice

Datatype: `string`
Feature group |Feature type | Data type | Available for node types
--- | --- | --- | ---
[`Morphological`](featuresbygroup.md#morphological-features) | [`Node`](featuresbyfeaturetype.md#node-features) | `String` | [`word`](featuresbynodetype.md#word-nodes)

Available for nodetype(s): [`word`](wordnodefeatures.md#readme)
## Feature description
Gramatical voice of the verb.

Feature description: Gramatical voice of the verb.

Possible values (curent):
## Feature values

voice (this feature) | explanation | Frequency
--- | --- | ---
Expand All @@ -16,9 +17,13 @@ MiddlePassive | | 1714
Passive | The subject of the verb is being acted upon | 3493
'' | Empty for wordtypes other than verbs | 109422

Planned for future version: active, middle, passive, middle_or_passive, middle_deponent, passive_deponent, middle_or_passive_deponent, impersonal_active, and no_voice. Possibly by just adding a feature 'deponent'?
## Notes

Planned for future version? active, middle, passive, middle_or_passive, middle_deponent, passive_deponent, middle_or_passive_deponent, impersonal_active, and no_voice. Possibly by just adding a feature 'deponent'?

## Source description

Note: This needs further evaluation.
Taken from XML attribute `voice` of tag `w` (word).

---
###### [Click here for list of all features](home.md#readme)

0 comments on commit 6d79db7

Please sign in to comment.