Changes between Version 9 and Version 10 of UTT by example


Ignore:
Timestamp:
02/21/12 11:53:43 (13 years ago)
Author:
s316637
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UTT by example

    v9 v10  
    66== tok == 
    77 
     8Description: 
     9{{{ 
     10Change raw text into list of tokens. 
     11}}} 
    812Command: 
    913{{{ 
     
    3842== lem == 
    3943 
     44Description: 
     45{{{ 
     46Perform morphological analysis. 
     47}}} 
    4048Command: 
    4149{{{ 
     
    6775}}} 
    6876 
     77Description: 
     78{{{ 
     79Perform morphological analysis. Print ambiguous annotation in one output line by generating multiple annotation fields. 
     80}}} 
    6981Command: 
    7082{{{ 
     
    88100}}} 
    89101 
     102Description: 
     103{{{ 
     104Perform morphological analysis. Print ambiguous annotation in one annotation field. 
     105}}} 
    90106Command: 
    91107{{{ 
    92108echo 'Ulicą jedzie szybki i zielony samochód.' | tok | lem -1 
    93109}}} 
    94  
    95110Output: 
    96111{{{ 
     
    113128== gue == 
    114129 
     130Description: 
     131{{{ 
     132Guess morphological descriptions. 
     133}}} 
    115134Command: 
    116135{{{ 
     
    124143}}} 
    125144 
     145Description: 
     146{{{ 
     147Guess morphological descriptions. Print ambiguous annotation in one output line by generating multiple annotation fields. 
     148}}} 
    126149Command: 
    127150{{{ 
     
    134157}}} 
    135158 
     159Description: 
     160{{{ 
     161Guess morphological descriptions. Print ambiguous annotation in one annotation field. 
     162}}} 
    136163Command: 
    137164{{{ 
     
    147174== cor == 
    148175 
     176Description: 
     177{{{ 
     178 
     179}}} 
    149180Command: 
    150181{{{ 
     
    177208}}} 
    178209 
     210Description: 
     211{{{ 
     212 
     213}}} 
    179214Command: 
    180215{{{ 
     
    191226== kor == 
    192227 
     228Description: 
     229{{{ 
     230 
     231}}} 
    193232Command: 
    194233{{{ 
     
    2022410006 01 S \n 
    203242}}} 
     243 
     244Description: 
     245{{{ 
     246 
     247}}} 
    204248Command: 
    205249{{{ 
     
    212256}}} 
    213257 
     258Description: 
     259{{{ 
     260 
     261}}} 
    214262Command: 
    215263{{{ 
     
    222270}}} 
    223271 
     272Description: 
     273{{{ 
     274 
     275}}} 
    224276Command: 
    225277{{{