Changes between Version 24 and Version 25 of Taskforces/FCS/FCS-Specification-Draft


Ignore:
Timestamp:
11/02/15 11:46:44 (9 years ago)
Author:
Leif-Jöran
Comment:

Layer examples proofing

Legend:

Unmodified
Added
Removed
Modified
  • Taskforces/FCS/FCS-Specification-Draft

    v24 v25  
    420420==== Layers #layers
    421421||=Identifier =||=Annotation Tier Description                                =||=Syntax                          =||=Examples (without quotes)           =||
    422 || `token`     || Appropriate tokenisation of resource, i.e. words            || ''String''                       || "Dog", "cat", "walked"               ||
    423 || `lemma`     || Lemmatisation of tokens                                     || ''String''                       || "good", "walking", "dog"             ||
     422|| `token`     || Appropriate tokenisation of resource, i.e. words            || ''String''                       || "Dog", "cat", "walked", "better"               ||
     423|| `lemma`     || Lemmatisation of tokens                                     || ''String''                       || "good", "walk", "dog"             ||
    424424|| `pos`       || Part-of-Speech annotations                                  || [#REF_UD_POS Universal POS tags] || "NOUN", "VERB", "ADJ"                ||
    425 || `orth`      || Orthographic transcription of (mostly) spoken resources     || ''String''                       || "dug", "cat", "wolking"              ||
    426 || `norm`      || Orthographic normalization of (mostly) spoken resources     || ''String''                       || "dog", "cat", "walking"              ||
     425|| `orth`      || Orthographic transcription of (mostly) spoken resources     || ''String''                       || "dug", "cat", "walking"              ||
     426|| `norm`      || Orthographic normalization of (mostly) spoken resources     || ''String''                       || "dog", "cat", "walking", "best"              ||
    427427|| `phonetic`  || Phonetic transcription                                      || [#REF_SAMPA SAMPA]               || "'du:", "'vi:-d6 'ha:-b@n"           ||
    428428|| `text`      || Annotation tier that is used in [#basicSearch Basic Search] || ''String''                       || "Dog", "cat" "walked"                ||