From c282c800a9bcc5224c2c5b42556621ce4ca0ed5f Mon Sep 17 00:00:00 2001 From: Tony Jurg <114746162+tonyjurg@users.noreply.github.com> Date: Wed, 5 Jul 2023 23:27:59 +0200 Subject: [PATCH] Update sp.md --- docs/features/sp.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/features/sp.md b/docs/features/sp.md index a2ae5c4..f323c5c 100644 --- a/docs/features/sp.md +++ b/docs/features/sp.md @@ -1,12 +1,13 @@ # Feature: sp -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 +abbreviated Part of Speech description for each wordtype. -Feature description: abbreviated Part of Speech description for each wordtype. - -Possible values: +## Feature values Label (this feature) | Part of Speech Full ([feature: sp_full](sp_full.md#readme)) | frequency --- | --- | --- @@ -23,6 +24,9 @@ pron | pronoun | 16177 verb | verb | 28357 +## Source description + +Taken from (optional) XML attribute `` of tag `w` (word). --- ###### [Click here for list of all features](home.md#readme)