From 9b07948737378138c092e2d5c8d5759e33943438 Mon Sep 17 00:00:00 2001 From: Tony Jurg <114746162+tonyjurg@users.noreply.github.com> Date: Wed, 5 Jul 2023 23:07:00 +0200 Subject: [PATCH] Update ln.md --- docs/features/ln.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/features/ln.md b/docs/features/ln.md index d666194..92ebd98 100644 --- a/docs/features/ln.md +++ b/docs/features/ln.md @@ -1,23 +1,31 @@ # Feature: ln -Datatype: `string` +Feature group | Feature type | Data type | Available for node types +--- | --- | --- | --- +[`Lexical`](featuresbygroup.md#lexical-features) | [`Node`](featuresbyfeaturetype.md#node-features) | `String` | [`word`](featuresbynodetype.md#word-nodes) -Available for nodetype(s): [`word`](wordnodefeatures.md#readme) +## Feature description -Feature description: Louw-Nida lexical classification. +Louw-Nida lexical classification. -Possible values: +## Feature values: ln (this feature) | Comment | Frequency --- | --- | --- xx.yy | one or more entries for the Louw-Nida references | 126756 '' | Empty | 11023 +## Interpreting the data + Lookup of values for feature ln in [Louw-Nida Lexicon](https://www.laparola.net/greco/louwnida.php). Note: some wordnodes lack feature ln. Under investigation. See also: feature [lex_dom](lex_dom.md#readme) +## Source description + +Taken from XML attribute `domain` of tag `w` (word). + --- ###### [Click here for list of all features](home.md#readme)