=== Phrase-structure tree === [[Image(tree.svg)]] === Dependency graph === [[Image(graph.png)]] === Syntactic structure === An unambiguous optimal decomposition of the input sentence into a set of syntactic structures that are required by the user. {{{ Sentence: Tlačil auto, ktoré sa pokazilo. [0-7) : Tlačil auto, tlačiť - V auto - N [2-4) : ktoré sa pokazilo ktorý - PRON byť - PRON pokaziť - V }}} 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.