Changes between Version 10 and Version 11 of UTT by example
- Timestamp:
- 02/21/12 12:05:20 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTT by example
v10 v11 176 176 Description: 177 177 {{{ 178 178 Correct spelling. 179 179 }}} 180 180 Command: … … 189 189 0006 01 S \n 190 190 }}} 191 192 Description: 193 {{{ 194 Correct spelling. Print ambiguous annotation in one output line by generating multiple annotation fields. 195 }}} 191 196 Command: 192 197 {{{ … … 198 203 0006 01 S \n 199 204 }}} 205 206 Description: 207 {{{ 208 Correct spelling. Print ambiguous annotation in one annotation field. 209 }}} 200 210 Command: 201 211 {{{ … … 210 220 Description: 211 221 {{{ 212 222 Correct spelling. Change maximum edit distance into 2. 213 223 }}} 214 224 Command: … … 228 238 Description: 229 239 {{{ 230 240 Correct spelling. 231 241 }}} 232 242 Command: … … 244 254 Description: 245 255 {{{ 246 256 Correct spelling. Print ambiguous annotation in one output line by generating multiple annotation fields. 247 257 }}} 248 258 Command: … … 258 268 Description: 259 269 {{{ 260 270 Correct spelling. Print ambiguous annotation in one annotation field. 261 271 }}} 262 272 Command: … … 272 282 Description: 273 283 {{{ 274 284 Correct spelling. Change maximum edit distance into 3. 275 285 }}} 276 286 Command: … … 286 296 }}} 287 297 298 Description: 299 {{{ 300 Correct spelling. Add operations' weights file. 301 }}} 288 302 Command: 289 303 {{{ … … 306 320 == sen == 307 321 322 Description: 323 {{{ 324 Detect sentence boundaries. Mark beginning (BOS) and end (EOS) of each sentence. 325 }}} 308 326 Command: 309 327 {{{ … … 340 358 == ser == 341 359 360 Description: 361 {{{ 362 Find pattern 'word(dom)'. Mark beginning (BOM) and end (EOM) of each matching. 363 }}} 342 364 Command: 343 365 {{{ … … 372 394 }}} 373 395 396 Description: 397 {{{ 398 Find pattern 'word(dom)'. Mark beginning (BOM) and end (EOM) of each matching. 399 }}} 374 400 Command: 375 401 {{{ … … 383 409 }}} 384 410 411 Description: 412 {{{ 413 Find pattern 'lexeme(dom)'. Mark beginning (BOM) and end (EOM) of each matching. 414 }}} 385 415 Command: 386 416 {{{ … … 417 447 }}} 418 448 449 Description: 450 {{{ 451 Find pattern 'lexeme(dom)'. Mark beginning (BOM) and end (EOM) of each matching. 452 }}} 419 453 Command: 420 454 {{{ … … 431 465 }}} 432 466 467 Description: 468 {{{ 469 Find pattern 'cat(<ADJ>) space lexeme(dom)'. Mark beginning (BOM) and end (EOM) of each matching. 470 }}} 433 471 Command: 434 472 {{{ … … 465 503 }}} 466 504 505 Description: 506 {{{ 507 Find pattern 'cat(<ADJ>) space lexeme(dom)'. Mark beginning (BOM) and end (EOM) of each matching. 508 }}} 467 509 Command: 468 510 {{{ … … 483 525 }}} 484 526 527 Description: 528 {{{ 529 Find pattern '(cat(<ADJ>) space)+ lexeme(dom)'. Mark beginning (BOM) and end (EOM) of each matching. 530 }}} 485 531 Command: 486 532 {{{ … … 517 563 }}} 518 564 565 Description: 566 {{{ 567 Find pattern '(cat(<ADJ>) space)+ lexeme(dom)'. Mark beginning (BOM) and end (EOM) of each matching. 568 }}} 519 569 Command: 520 570 {{{ … … 537 587 }}} 538 588 589 Description: 590 {{{ 591 Find pattern 'cat(<ADJ>) space lexeme(dom)'. Mark beginning (BOM) and end (EOM) of each matching. Print the generated flex source code. 592 }}} 539 593 Command: 540 594 {{{ … … 575 629 }}} 576 630 631 Description: 632 {{{ 633 Find pattern '(cat(<N>) space cat(<ADJ>)) | (cat(<ADJ>) space cat(<N>))'. Mark beginning (BOM) and end (EOM) of each matching. 634 }}} 577 635 Command: 578 636 {{{ … … 619 677 }}} 620 678 679 Description: 680 {{{ 681 Find pattern '(cat(<N>) space cat(<ADJ>)) | (cat(<ADJ>) space cat(<N>))'. Mark beginning (BOM) and end (EOM) of each matching. 682 }}} 621 683 Command: 622 684 {{{ … … 647 709 }}} 648 710 711 Description: 712 {{{ 713 Find pattern 'cat(<N>)'. Mark beginning (BOM) and end (EOM) of each matching. 714 }}} 649 715 Command: 650 716 {{{ … … 670 736 }}} 671 737 738 Description: 739 {{{ 740 Find pattern 'cat(<N/Ci>)'. Mark beginning (BOM) and end (EOM) of each matching. 741 }}} 672 742 Command: 673 743 {{{ … … 681 751 }}} 682 752 753 Description: 754 {{{ 755 Find pattern 'form(była)'. Mark beginning (BOM) and end (EOM) of each matching. 756 }}} 683 757 Command: 684 758 {{{ … … 692 766 }}} 693 767 768 Description: 769 {{{ 770 Find pattern 'seg{3} word(teraz) seg{4}'. Mark beginning (BOM) and end (EOM) of each matching. 771 }}} 694 772 Command: 695 773 {{{ … … 710 788 }}} 711 789 790 Description: 791 {{{ 792 Find pattern 'word space number punct number'. Mark beginning (BOM) and end (EOM) of each matching. 793 }}} 712 794 Command: 713 795 {{{