Changes between Version 9 and Version 10 of WikiStart


Ignore:
Timestamp:
Mar 2, 2014, 10:08:43 PM (10 years ago)
Author:
xmedved1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v9 v10  
    2626See possible outputs here: https://nlp.fi.muni.cz/trac/synt/wiki/output
    2727
    28 === Phrase-structure tree ===
    29 
    30 [[Image(tree.svg)]]
    31 
    32 === Dependency graph ===
    33 
    34 [[Image(graph.png)]]
    35 
    36 === Syntactic structure ===
    37 An unambiguous optimal decomposition of the input sentence into a set of syntactic structures that are required by the user.
    38 
    39 {{{
    40 Sentence: Tlačil auto, ktoré sa pokazilo.
    41 [0-7) : Tlačil      auto,
    42         tlačiť - V  auto - N
    43 [2-4) : ktoré          sa           pokazilo
    44         ktorý - PRON   byť - PRON   pokaziť - V
    45 }}}
    46 
    47 Where '''[2-4)''' means interval of word indexes of interest. The words after the interval (ktoré sa pokazilo) are words from the sentence. And the words under the interval are lemmas of given words from sentence and abbreviation after the lemmas are part of speech.
    48 
    49 
    5028== Usage ==
    5129