Changes between Version 10 and Version 11 of UTT by example


Ignore:
Timestamp:
02/21/12 12:05:20 (13 years ago)
Author:
s316637
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UTT by example

    v10 v11  
    176176Description: 
    177177{{{ 
    178  
     178Correct spelling. 
    179179}}} 
    180180Command: 
     
    1891890006 01 S \n 
    190190}}} 
     191 
     192Description: 
     193{{{ 
     194Correct spelling. Print ambiguous annotation in one output line by generating multiple annotation fields. 
     195}}} 
    191196Command: 
    192197{{{ 
     
    1982030006 01 S \n 
    199204}}} 
     205 
     206Description: 
     207{{{ 
     208Correct spelling. Print ambiguous annotation in one annotation field. 
     209}}} 
    200210Command: 
    201211{{{ 
     
    210220Description: 
    211221{{{ 
    212  
     222Correct spelling. Change maximum edit distance into 2. 
    213223}}} 
    214224Command: 
     
    228238Description: 
    229239{{{ 
    230  
     240Correct spelling. 
    231241}}} 
    232242Command: 
     
    244254Description: 
    245255{{{ 
    246  
     256Correct spelling. Print ambiguous annotation in one output line by generating multiple annotation fields. 
    247257}}} 
    248258Command: 
     
    258268Description: 
    259269{{{ 
    260  
     270Correct spelling. Print ambiguous annotation in one annotation field. 
    261271}}} 
    262272Command: 
     
    272282Description: 
    273283{{{ 
    274  
     284Correct spelling. Change maximum edit distance into 3. 
    275285}}} 
    276286Command: 
     
    286296}}} 
    287297 
     298Description: 
     299{{{ 
     300Correct spelling. Add operations' weights file. 
     301}}} 
    288302Command: 
    289303{{{ 
     
    306320== sen == 
    307321 
     322Description: 
     323{{{ 
     324Detect sentence boundaries. Mark beginning (BOS) and end (EOS) of each sentence. 
     325}}} 
    308326Command: 
    309327{{{ 
     
    340358== ser == 
    341359 
     360Description: 
     361{{{ 
     362Find pattern 'word(dom)'. Mark beginning (BOM) and end (EOM) of each matching. 
     363}}} 
    342364Command: 
    343365{{{ 
     
    372394}}} 
    373395 
     396Description: 
     397{{{ 
     398Find pattern 'word(dom)'. Mark beginning (BOM) and end (EOM) of each matching. 
     399}}} 
    374400Command: 
    375401{{{ 
     
    383409}}} 
    384410 
     411Description: 
     412{{{ 
     413Find pattern 'lexeme(dom)'. Mark beginning (BOM) and end (EOM) of each matching. 
     414}}} 
    385415Command: 
    386416{{{ 
     
    417447}}} 
    418448 
     449Description: 
     450{{{ 
     451Find pattern 'lexeme(dom)'. Mark beginning (BOM) and end (EOM) of each matching. 
     452}}} 
    419453Command: 
    420454{{{ 
     
    431465}}} 
    432466 
     467Description: 
     468{{{ 
     469Find pattern 'cat(<ADJ>) space lexeme(dom)'. Mark beginning (BOM) and end (EOM) of each matching. 
     470}}} 
    433471Command: 
    434472{{{ 
     
    465503}}} 
    466504 
     505Description: 
     506{{{ 
     507Find pattern 'cat(<ADJ>) space lexeme(dom)'. Mark beginning (BOM) and end (EOM) of each matching. 
     508}}} 
    467509Command: 
    468510{{{ 
     
    483525}}} 
    484526 
     527Description: 
     528{{{ 
     529Find pattern '(cat(<ADJ>) space)+ lexeme(dom)'. Mark beginning (BOM) and end (EOM) of each matching. 
     530}}} 
    485531Command: 
    486532{{{ 
     
    517563}}} 
    518564 
     565Description: 
     566{{{ 
     567Find pattern '(cat(<ADJ>) space)+ lexeme(dom)'. Mark beginning (BOM) and end (EOM) of each matching. 
     568}}} 
    519569Command: 
    520570{{{ 
     
    537587}}} 
    538588 
     589Description: 
     590{{{ 
     591Find pattern 'cat(<ADJ>) space lexeme(dom)'. Mark beginning (BOM) and end (EOM) of each matching. Print the generated flex source code. 
     592}}} 
    539593Command: 
    540594{{{ 
     
    575629}}} 
    576630 
     631Description: 
     632{{{ 
     633Find pattern '(cat(<N>) space cat(<ADJ>)) | (cat(<ADJ>) space cat(<N>))'. Mark beginning (BOM) and end (EOM) of each matching. 
     634}}} 
    577635Command: 
    578636{{{ 
     
    619677}}} 
    620678 
     679Description: 
     680{{{ 
     681Find pattern '(cat(<N>) space cat(<ADJ>)) | (cat(<ADJ>) space cat(<N>))'. Mark beginning (BOM) and end (EOM) of each matching. 
     682}}} 
    621683Command: 
    622684{{{ 
     
    647709}}} 
    648710 
     711Description: 
     712{{{ 
     713Find pattern 'cat(<N>)'. Mark beginning (BOM) and end (EOM) of each matching. 
     714}}} 
    649715Command: 
    650716{{{ 
     
    670736}}} 
    671737 
     738Description: 
     739{{{ 
     740Find pattern 'cat(<N/Ci>)'. Mark beginning (BOM) and end (EOM) of each matching. 
     741}}} 
    672742Command: 
    673743{{{ 
     
    681751}}} 
    682752 
     753Description: 
     754{{{ 
     755Find pattern 'form(była)'. Mark beginning (BOM) and end (EOM) of each matching. 
     756}}} 
    683757Command: 
    684758{{{ 
     
    692766}}} 
    693767 
     768Description: 
     769{{{ 
     770Find pattern 'seg{3} word(teraz) seg{4}'. Mark beginning (BOM) and end (EOM) of each matching. 
     771}}} 
    694772Command: 
    695773{{{ 
     
    710788}}} 
    711789 
     790Description: 
     791{{{ 
     792Find pattern 'word space number punct number'. Mark beginning (BOM) and end (EOM) of each matching. 
     793}}} 
    712794Command: 
    713795{{{