Datasets:
File size: 49,002 Bytes
c6efd2c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 |
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\columns-format-minimal.conllu
[Line 3 Sent tanl1]: [L1 FORMAT leading-whitespace] Leading whitespace not allowed in column LEMMA: ' Lon dra'.
[Line 4 Sent tanl1]: [L1 FORMAT invalid-whitespace] White space not allowed in column DEPREL: ' punct'.
FORMAT errors: 2
*** FAILED *** with 2 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\columns-format.conllu
[Line 4 Sent tanl1]: [L1 FORMAT number-of-columns] The line has 11 columns but 10 are expected.
[Line 15 Sent tanl2]: [L1 FORMAT invalid-line] Spurious line: ' 5 . . PUNCT FS _ 1 punct _ _'. All non-empty lines should start with a digit or the # character.
[Line 19 Sent tanl3]: [L1 FORMAT invalid-whitespace] White space not allowed in column UPOS: 'VERB '.
[Line 19 Sent tanl3]: [L1 FORMAT invalid-whitespace] White space not allowed in column FEATS: ' Gender=Fem|Number=Sing'.
[Line 20 Sent tanl3]: [L1 FORMAT invalid-whitespace] White space not allowed in column UPOS: 'DE T'.
FORMAT errors: 5
*** FAILED *** with 5 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\duplicate-id.conllu
[Line 4 Sent duplicate-id]: [L1 FORMAT word-id-sequence] Words do not form a sequence. Got '1,1'. Expected '1,2'.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\empty-field.conllu
[Line 4 Sent empty-field]: [L1 FORMAT empty-column] Empty value in column FORM: ''.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\empty-head.conllu
[Line 4 Sent empty-head]: [L1 FORMAT empty-column] Empty value in column HEAD: ''.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\empty-sentence.conllu
[Line 3 Sent None]: [L1 FORMAT empty-sentence] Sentence must not be empty. Only one empty line is expected after every sentence.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\extra-empty-line.conllu
[Line 6 Sent extra-empty-line1]: [L1 FORMAT empty-sentence] Sentence must not be empty. Only one empty line is expected after every sentence.
[Line 7 Sent extra-empty-line1]: [L1 FORMAT empty-sentence] Sentence must not be empty. Only one empty line is expected after every sentence.
FORMAT errors: 2
*** FAILED *** with 2 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\id-starting-from-2.conllu
[Line 9 Sent id-starting-from-2b]: [L1 FORMAT word-id-sequence] Words do not form a sequence. Got '2'. Expected '1'.
[Line 9 Sent id-starting-from-2b]: [L1 FORMAT word-interval-out] Spurious token interval 2-2 (out of range)
FORMAT errors: 2
*** FAILED *** with 2 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\id-with-extra-0.conllu
[Line 4 Sent id-with-extra-0]: [L1 FORMAT invalid-word-id] Unexpected ID format '01'.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\invalid-line.conllu
[Line 5 Sent tanl1]: [L1 FORMAT invalid-line] Spurious line: '- . . PUNCT FS _ 1 punct _ _'. All non-empty lines should start with a digit or the # character.
[Line 15 Sent tanl2]: [L1 FORMAT invalid-line] Spurious line: ' 5 . . PUNCT FS _ 1 punct _ _'. All non-empty lines should start with a digit or the # character.
FORMAT errors: 2
*** FAILED *** with 2 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\invalid-range.conllu
[Line 5 Sent invalid-range]: [L1 FORMAT reversed-word-interval] Spurious token interval 2-1
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\invalid-word-id.conllu
[Line 4 Sent id-with-extra-0]: [L1 FORMAT invalid-word-id] Unexpected ID format '01'.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\invalid-word-interval.conllu
[Line 5 Sent invalid-range-format]: [L1 FORMAT invalid-word-id] Unexpected ID format '2-X'.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\misindexed-empty-node.conllu
[Line 5 Sent misindexed-empty-node]: [L1 FORMAT misplaced-empty-node] Empty node id 2.2, expected 1.1
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\misordered-multiword.conllu
[Line 7 Sent misordered-multiword]: [L1 FORMAT misplaced-word-interval] Multiword range not before its first word.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\misplaced-comment-end.conllu
[Line 13 Sent misplaced-comment-end]: [L1 FORMAT empty-sentence] Sentence must not be empty. Only one empty line is expected after every sentence.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\misplaced-comment-mid.conllu
[Line 6 Sent misplaced-comment-mid]: [L1 FORMAT misplaced-comment] Spurious comment line. Comments are only allowed before a sentence.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\misplaced-comment.conllu
[Line 4 Sent tanl1]: [L1 FORMAT misplaced-comment] Spurious comment line. Comments are only allowed before a sentence.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\misplaced-empty-node-2.conllu
[Line 7 Sent misordered-empty]: [L1 FORMAT misplaced-empty-node] Empty node id 1.1 must occur before multiword token 2-3.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\misplaced-empty-node.conllu
[Line 7 Sent misordered-empty]: [L1 FORMAT misplaced-empty-node] Empty node id 1.1, expected 2.1
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\misplaced-range.conllu
[Line 10 Sent invalid-range-format]: [L1 FORMAT missing-empty-line] Missing empty line after the sentence.
[Line 7 Sent invalid-range-format]: [L1 FORMAT misplaced-word-interval] Multiword range not before its first word.
FORMAT errors: 2
*** FAILED *** with 2 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\misplaced-word-interval.conllu
[Line 7 Sent misordered-multiword]: [L1 FORMAT misplaced-word-interval] Multiword range not before its first word.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\missing-final-line.conllu
[Line 4 Sent missing-final-line]: [L1 FORMAT missing-empty-line] Missing empty line after the sentence.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\mwt-nonempty-field.conllu
*** PASSED ***
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\nan-id.conllu
[Line 9 Sent id-starting-from-2b]: [L1 FORMAT invalid-line] Spurious line: 'a valid valid NOUN SP _ 0 root _ _'. All non-empty lines should start with a digit or the # character.
[Line 10 Sent id-starting-from-2b]: [L1 FORMAT empty-sentence] Sentence must not be empty. Only one empty line is expected after every sentence.
FORMAT errors: 2
*** FAILED *** with 2 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\non-unix-newline.conllu
[Line 23 Sent dos-newlines3]: [L1 FORMAT non-unix-newline] Only the unix-style LF line terminator is allowed.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\nonsequential-empty-node-id.conllu
[Line 5 Sent nonsequential-empty-node-id]: [L1 FORMAT misplaced-empty-node] Empty node id 1.2, expected 1.1
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\nonsequential-id.conllu
[Line 4 Sent nonsequential-id]: [L1 FORMAT word-id-sequence] Words do not form a sequence. Got '1,3'. Expected '1,2'.
[Line 5 Sent nonsequential-id]: [L1 FORMAT word-interval-out] Spurious token interval 3-3 (out of range)
FORMAT errors: 2
*** FAILED *** with 2 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\out-of-bounds-range.conllu
[Line 10 Sent invalid-range-format]: [L1 FORMAT missing-empty-line] Missing empty line after the sentence.
[Line 7 Sent invalid-range-format]: [L1 FORMAT misplaced-word-interval] Multiword range not before its first word.
FORMAT errors: 2
*** FAILED *** with 2 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\overlapping-multiword.conllu
[Line 7 Sent overlapping-multiword]: [L1 FORMAT overlapping-word-intervals] Range overlaps with others: 3-4
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\overlapping-range.conllu
[Line 7 Sent invalid-range-format]: [L1 FORMAT overlapping-word-intervals] Range overlaps with others: 3-4
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\overlapping-word-interval.conllu
[Line 7 Sent invalid-range-format]: [L1 FORMAT overlapping-word-intervals] Range overlaps with others: 3-4
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\pseudo-empty-line.conllu
[Line 5 Sent extra-empty-line1]: [L1 FORMAT pseudo-empty-line] Spurious line that appears empty but is not; there are whitespace characters.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\reversed-word-interval.conllu
[Line 5 Sent invalid-range]: [L1 FORMAT reversed-word-interval] Spurious token interval 2-1
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\seemingly-empty-line.conllu
[Line 5 Sent 1]: [L1 FORMAT pseudo-empty-line] Spurious line that appears empty but is not; there are whitespace characters.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\tanl-broken.conllu
[Line 6 Sent tanl-broken1]: [L1 FORMAT empty-sentence] Sentence must not be empty. Only one empty line is expected after every sentence.
[Line 8 Sent tanl-broken1]: [L1 FORMAT empty-sentence] Sentence must not be empty. Only one empty line is expected after every sentence.
[Line 11 Sent tanl-broken2]: [L1 FORMAT word-id-sequence] Words do not form a sequence. Got '1,2,3,4,6'. Expected '1,2,3,4,5'.
[Line 16 Sent tanl-broken2]: [L1 FORMAT word-interval-out] Spurious token interval 6-6 (out of range)
[Line 24 Sent tanl-broken3]: [L1 FORMAT missing-empty-line] Missing empty line after the sentence.
FORMAT errors: 5
*** FAILED *** with 5 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\trailing-tab.conllu
[Line 4 Sent trailing-tab]: [L1 FORMAT number-of-columns] The line has 11 columns but 10 are expected.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\unicode-normalization.conllu
[Line 3 Sent None]: [L1 UNICODE unicode-normalization] Unicode not normalized: character[28] is LATIN SMALL LETTER C, should be LATIN SMALL LETTER C WITH CARON.
This error usually does not mean that LATIN SMALL LETTER C is an invalid character. Usually it means that this is a base character followed by combining diacritics, and you should replace them by a single combined character. In this case, your next character is COMBINING CARON. You can fix normalization errors using the normalize_unicode.pl script from the tools repository.
[Line 8 Sent 1]: [L1 UNICODE unicode-normalization] Unicode not normalized: LEMMA.character[3] is LATIN SMALL LETTER C, should be LATIN SMALL LETTER C WITH CARON.
UNICODE errors: 2
*** FAILED *** with 2 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\word-id-sequence-2.conllu
[Line 4 Sent nonsequential-id]: [L1 FORMAT word-id-sequence] Words do not form a sequence. Got '2,1'. Expected '1,2'.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level1\word-id-sequence.conllu
[Line 4 Sent nonsequential-id]: [L1 FORMAT word-id-sequence] Words do not form a sequence. Got '1,3'. Expected '1,2'.
[Line 5 Sent nonsequential-id]: [L1 FORMAT word-interval-out] Spurious token interval 3-3 (out of range)
FORMAT errors: 2
*** FAILED *** with 2 errors
--------------------------------------------------------------------------------
LEVEL 2 TESTS
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\ambiguous-feature.conllu
[Line 4 Sent ambiguous-feature]: [L2 MORPHO invalid-feature] Spurious morphological feature: 'A=B=C'. Should be of the form Feature=Value and must start with [A-Z] and only contain [A-Za-z0-9].
MORPHO errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\cyclic-deps.conllu
[Line 4 Sent cyclic-deps]: [L2 SYNTAX non-tree] Non-tree structure. Words 2,3 are not reachable from the root 0.
SYNTAX errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\deprel-not-empty-in-empty.conllu
[Line 5 Sent deprel-not-empty-in-empty]: [L2 FORMAT empty-node-nonempty-field] An empty node must have '_' in the column DEPREL. Now: 'orphan'.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\duplicate-feature.conllu
[Line 4 Sent duplicate-feature]: [L2 MORPHO repeated-feature] Repeated features are disallowed: 'Gen=M|Gen=M'.
MORPHO errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\duplicate-layered-feature.conllu
[Line 4 Sent duplicate-layered-feature]: [L2 MORPHO repeated-feature] Repeated features are disallowed: 'Number=Sing|Number[psor]=Plur|Number[psor]=Sing'.
MORPHO errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\duplicate-value.conllu
[Line 4 Sent duplicate-value]: [L2 MORPHO repeated-feature-value] Repeated feature values are disallowed: 'Gen=M,M'
MORPHO errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\empty-node-nonempty.conllu
[Line 5 Sent empty-node]: [L2 FORMAT empty-node-nonempty-field] An empty node must have '_' in the column HEAD. Now: '2'.
[Line 5 Sent empty-node]: [L2 FORMAT empty-node-nonempty-field] An empty node must have '_' in the column DEPREL. Now: 'dep'.
FORMAT errors: 2
*** FAILED *** with 2 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\extra-empty-line.conllu
[Line 6 Sent extra-empty-line1]: [L1 FORMAT empty-sentence] Sentence must not be empty. Only one empty line is expected after every sentence.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\extra-field.conllu
[Line 4 Sent extra-field]: [L1 FORMAT number-of-columns] The line has 11 columns but 10 are expected.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\head-not-empty-in-empty.conllu
[Line 5 Sent head-not-empty-in-empty]: [L2 FORMAT empty-node-nonempty-field] An empty node must have '_' in the column HEAD. Now: '1'.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\invalid-deps-id.conllu
[Line 4 Sent invalid-deps-id]: [L2 ENHANCED unknown-ehead] Undefined enhanced head reference (no such ID): '3'.
ENHANCED errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\invalid-deps-order.conllu
[Line 4 Sent invalid-deps-order]: [L2 FORMAT unsorted-deps] DEPS not sorted by head index: '4:nsubj|2:csubj'.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\invalid-deps-syntax.conllu
[Line 4 Sent invalid-deps-syntax]: [L2 FORMAT invalid-deps] Failed to parse DEPS: '2'.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\invalid-deps.conllu
[Line 9 Sent malformed_deps2]: [L2 FORMAT invalid-deps] Failed to parse DEPS: 'xxx'.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\invalid-head.conllu
[Line 5 Sent invalid-head]: [L2 SYNTAX unknown-head] Undefined HEAD (no such ID): '3'.
SYNTAX errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\invalid-range-format.conllu
[Line 5 Sent invalid-range-format]: [L1 FORMAT invalid-word-id] Unexpected ID format '2-X'.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\lowercase-feature-in-empty.conllu
[Line 5 Sent lowercase-feature-in-empty]: [L2 MORPHO invalid-feature] Spurious morphological feature: 'tense=Pres'. Should be of the form Feature=Value and must start with [A-Z] and only contain [A-Za-z0-9].
MORPHO errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\lowercase-feature-value-in-empty.conllu
[Line 5 Sent lowercase-feature-value-in-empty]: [L2 MORPHO invalid-feature] Spurious morphological feature: 'Tense=pres'. Should be of the form Feature=Value and must start with [A-Z] and only contain [A-Za-z0-9].
MORPHO errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\lowercase-feature.conllu
[Line 5 Sent lowercase-feature]: [L2 MORPHO invalid-feature] Spurious morphological feature: 'lower=Nonvalid'. Should be of the form Feature=Value and must start with [A-Z] and only contain [A-Za-z0-9].
MORPHO errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\lowercase-postag-in-empty.conllu
[Line 5 Sent lowercase-postag-in-empty]: [L2 MORPHO unknown-upos] Unknown UPOS tag: 'verb'.
MORPHO errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\lowercase-postag.conllu
[Line 4 Sent lowercase-postag]: [L2 MORPHO unknown-upos] Unknown UPOS tag: 'noun'.
MORPHO errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\lowercase-value.conllu
[Line 5 Sent lowercase-value]: [L2 MORPHO invalid-feature] Spurious morphological feature: 'Lower=nonvalid'. Should be of the form Feature=Value and must start with [A-Z] and only contain [A-Za-z0-9].
MORPHO errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\misordered-feature.conllu
[Line 5 Sent misordered-feature]: [L2 MORPHO unsorted-features] Morphological features must be sorted: 'XB=True|Xa=True'.
MORPHO errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\misordered-layered-feature.conllu
[Line 5 Sent misordered-layered-feature]: [L2 MORPHO unsorted-features] Morphological features must be sorted: 'Number[psor]=Plur|Number=Sing'.
MORPHO errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\missing-space-after.conllu
[Line 4 Sent missing-space-after]: [L2 METADATA missing-spaceafter] 'SpaceAfter=No' is missing in the MISC field of node 1 because the text is 'Dog.'.
METADATA errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\multiple-roots.conllu
[Line 3 Sent multiple-0]: [L2 SYNTAX multiple-roots] Multiple root words: [1, 2]
SYNTAX errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\multiple-sent-id.conllu
[Line 19 Sent tanl2]: [L2 METADATA multiple-sent-id] Multiple sent_id attributes.
METADATA errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\multiple-sent_id.conllu
[Line 19 Sent tanl2]: [L2 METADATA multiple-sent-id] Multiple sent_id attributes.
METADATA errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\mwt-nonempty-upos.conllu
[Line 6 Sent multiword-with-pos]: [L2 FORMAT mwt-nonempty-field] A multi-word token line must have '_' in the column UPOS. Now: 'VERB'.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\mwt-nonempty.conllu
[Line 6 Sent token-with-cols-filled]: [L2 FORMAT mwt-nonempty-field] A multi-word token line must have '_' in the column LEMMA. Now: 'dalla'.
[Line 6 Sent token-with-cols-filled]: [L2 FORMAT mwt-nonempty-field] A multi-word token line must have '_' in the column HEAD. Now: '0'.
[Line 6 Sent token-with-cols-filled]: [L2 FORMAT mwt-nonempty-field] A multi-word token line must have '_' in the column DEPREL. Now: 'root'.
FORMAT errors: 3
*** FAILED *** with 3 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\no-sent_id.conllu
[Line 8 Sent tanl1]: [L2 METADATA missing-sent-id] Missing the sent_id attribute.
METADATA errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\parallel-id.conllu
[Line 6 Sent cairo-1]: [L2 METADATA invalid-parallel-id] Spurious parallel_id line: '# parallel_id would be cairo/1 but we messed up this line.' should look like '# parallel_id = corpus/sentence' where corpus is [a-z]+ and sentence is [-0-9a-z]. Optionally, '/alt[1-9][0-9]*' and/or 'part[1-9][0-9]*' may follow.
[Line 18 Sent cairo-2]: [L2 METADATA multiple-parallel-id] Multiple parallel_id attributes.
[Line 28 Sent cairo-3.2]: [L2 METADATA parallel-id-alt] The alt suffix of parallel sentence 'cairo/3' should be 1 but it is 2.
[Line 41 Sent cairo-3.1]: [L2 METADATA parallel-id-alt] The alt suffix of parallel sentence 'cairo/3' should be 2+1 but it is 1.
[Line 56 Sent cairo-4.1]: [L2 METADATA parallel-id-alt] Some instances of parallel sentence 'cairo/3' have the 'alt' suffix while others do not.
[Line 107 Sent cairo-7]: [L2 METADATA non-unique-parallel-id] Non-unique parallel_id attribute 'cairo/5'.
METADATA errors: 6
*** FAILED *** with 6 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\self-cycle-deps.conllu
[Line 5 Sent self-cycle-deps]: [L2 ENHANCED deps-self-loop] Self-loop in DEPS for '2'
[Line 4 Sent self-cycle-deps]: [L2 ENHANCED unconnected-egraph] Enhanced graph is not connected. Nodes ['1', '2'] are not reachable from any root
ENHANCED errors: 2
*** FAILED *** with 2 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\self-cycle-head.conllu
[Line 5 Sent self-cycle-head]: [L2 SYNTAX head-self-loop] HEAD == ID for 2
SYNTAX errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\space-in-field.conllu
[Line 4 Sent space-in-field]: [L1 FORMAT invalid-whitespace] White space not allowed in column XPOS: 'this is not valid'.
FORMAT errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\uppercase-deprel.conllu
[Line 5 Sent uppercase-deprel]: [L2 SYNTAX invalid-deprel] Invalid DEPREL value 'Punct'. Only lowercase English letters or a colon are expected.
SYNTAX errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level2\uppercase-deps-deprel.conllu
[Line 5 Sent uppercase-deps-deprel]: [L2 ENHANCED invalid-edeprel] Invalid enhanced relation type: '1:Dep'.
[Line 4 Sent uppercase-deps-deprel]: [L2 ENHANCED unconnected-egraph] Enhanced graph is not connected. Nodes ['1', '2'] are not reachable from any root
ENHANCED errors: 2
*** FAILED *** with 2 errors
--------------------------------------------------------------------------------
LEVEL 3 TESTS
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level3\head-0-deprel-not-root.conllu
[Line 4 Sent head-0-deprel-not-root]: [L3 SYNTAX 0-is-not-root] DEPREL must be 'root' if HEAD is 0.
SYNTAX errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level3\head-not-0-deprel-root.conllu
[Line 5 Sent head-not-0-deprel-root]: [L3 SYNTAX root-is-not-0] DEPREL cannot be 'root' if HEAD is not 0.
SYNTAX errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level3\nmod-obl.conllu
[Line 6 Sent invalid-obl]: [L3 SYNTAX obl-should-be-nmod] The parent (node [2] '�editele') is a nominal (and not a predicate), hence the relation should be 'nmod', not 'obl'.
SYNTAX errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level3\non-proj.conllu
[Line 6 Sent non-proj]: [L3 SYNTAX punct-is-nonproj] Punctuation must not be attached non-projectively over nodes [2]
SYNTAX errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level3\rel-upos.conllu
[Line 8 Sent WR-P-P-H-0000000041\WR-P-P-H-0000000041.p.2.s.4]: [L3 WARNING verbform-fin-without-mood] Finite verb 'loste' lacks the 'Mood' feature
[Line 13 Sent WR-P-P-H-0000000041\WR-P-P-H-0000000041.p.2.s.4]: [L3 WARNING fixed-without-extpos] Fixed expression '5 2/3' does not have the 'ExtPos' feature
[Line 13 Sent WR-P-P-H-0000000041\WR-P-P-H-0000000041.p.2.s.4]: [L3 SYNTAX rel-upos-det] 'det' should be 'DET' or 'PRON' but it is 'NUM' ('5')
[Line 14 Sent WR-P-P-H-0000000041\WR-P-P-H-0000000041.p.2.s.4]: [L3 WARNING pron-det-without-prontype] The word '2/3' is tagged 'DET' but it lacks the 'PronType' feature
[Line 42 Sent CP891-2]: [L3 SYNTAX rel-upos-nummod] 'nummod' should be 'NUM' but it is 'PROPN' ('X')
[Line 52 Sent CP891-2]: [L3 SYNTAX rel-upos-nummod] 'nummod' should be 'NUM' but it is 'PROPN' ('VIII')
[Line 63 Sent wikisample_Boarische-Grammatik-Konjunktiona_71]: [L3 WARNING fixed-without-extpos] Fixed expression 'Fir des' does not have the 'ExtPos' feature
[Line 63 Sent wikisample_Boarische-Grammatik-Konjunktiona_71]: [L3 SYNTAX rel-upos-advmod] 'advmod' should be 'ADV' but it is 'ADP' ('Fir')
[Line 64 Sent wikisample_Boarische-Grammatik-Konjunktiona_71]: [L3 WARNING pron-det-without-prontype] The word 'des' is tagged 'DET' but it lacks the 'PronType' feature
[Line 66 Sent wikisample_Boarische-Grammatik-Konjunktiona_71]: [L3 WARNING pron-det-without-prontype] The word ''a' is tagged 'PRON' but it lacks the 'PronType' feature
[Line 72 Sent wikisample_Boarische-Grammatik-Konjunktiona_71]: [L3 WARNING pron-det-without-prontype] The word ''a' is tagged 'PRON' but it lacks the 'PronType' feature
[Line 84 Sent 646]: [L3 WARNING verbform-fin-without-mood] Finite verb 'liket' lacks the 'Mood' feature
[Line 85 Sent 646]: [L3 SYNTAX rel-upos-expl] 'expl' should normally be 'PRON' but it is 'ADV' ('der')
[Line 93 Sent 646]: [L3 WARNING pron-det-without-prontype] The word 'guon' is tagged 'DET' but it lacks the 'PronType' feature
[Line 98 Sent 646]: [L3 WARNING verbform-fin-without-mood] Finite verb 'hawwe' lacks the 'Mood' feature
[Line 98 Sent 646]: [L3 SYNTAX too-many-objects] Multiple direct objects [12, 13] ('skaaimerken', 'ien') under the predicate 'hawwe'.
[Line 102 Sent 646]: [L3 WARNING pron-det-without-prontype] The word 'de' is tagged 'DET' but it lacks the 'PronType' feature
[Line 110 Sent rel-upos-aux]: [L3 WARNING pron-det-without-prontype] The word 'I' is tagged 'PRON' but it lacks the 'PronType' feature
[Line 111 Sent rel-upos-aux]: [L3 SYNTAX rel-upos-aux] 'aux' should be 'AUX' but it is 'VERB' ('have')
[Line 139 Sent 003966]: [L3 SYNTAX rel-upos-cop] 'cop' should be 'AUX' or 'PRON'/'DET' but it is 'VERB' ('vere')
[Line 145 Sent CESS-CAT-A-20000925-15876-s8]: [L3 WARNING fixed-without-extpos] Fixed expression 'Tot i' does not have the 'ExtPos' feature
[Line 145 Sent CESS-CAT-A-20000925-15876-s8]: [L3 SYNTAX rel-upos-case] 'case' should not be 'PRON' ('Tot')
[Line 159 Sent news.hr-s112]: [L3 WARNING fixed-without-extpos] Fixed expression 'kao �to' does not have the 'ExtPos' feature
[Line 173 Sent news.hr-s112]: [L3 WARNING fixed-without-extpos] Fixed expression 'obzirom da' does not have the 'ExtPos' feature
[Line 173 Sent news.hr-s112]: [L3 SYNTAX rel-upos-mark] 'mark' should not be 'NOUN' ('obzirom')
[Line 176 Sent news.hr-s112]: [L3 WARNING fixed-without-extpos] Fixed expression 'kao i' does not have the 'ExtPos' feature
[Line 206 Sent 2509]: [L3 WARNING fixed-without-extpos] Fixed expression 'maraon le' does not have the 'ExtPos' feature
[Line 206 Sent 2509]: [L3 SYNTAX rel-upos-cc] 'cc' should not be 'NOUN' ('maraon')
[Line 233 Sent punct]: [L3 SYNTAX upos-rel-punct] 'PUNCT' must be 'punct' but it is 'obj' ('Mary')
[Line 234 Sent punct]: [L3 SYNTAX rel-upos-punct] 'punct' must be 'PUNCT' but it is 'PROPN' ('.')
[Line 246 Sent 14356]: [L3 WARNING fixed-without-extpos] Fixed expression 'mag-Laos SEA Games' does not have the 'ExtPos' feature
[Line 247 Sent 14356]: [L3 SYNTAX rel-upos-fixed] 'fixed' should not be used for proper nouns ('SEA').
[Line 248 Sent 14356]: [L3 SYNTAX rel-upos-fixed] 'fixed' should not be used for proper nouns ('Games').
[Line 253 Sent 14356]: [L3 WARNING pron-det-without-prontype] The word 'ang' is tagged 'DET' but it lacks the 'PronType' feature
[Line 271 Sent 14356]: [L3 WARNING pron-det-without-prontype] The word 'mga' is tagged 'DET' but it lacks the 'PronType' feature
Warnings: 20
SYNTAX errors: 15
*** FAILED *** with 15 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level3\right-to-left.conllu
[Line 9 Sent 13147]: [L3 SYNTAX right-to-left-conj] Parent of relation 'conj' must precede the child in the word order.
[Line 11 Sent 13147]: [L3 SYNTAX right-to-left-flat] Parent of relation 'flat' must precede the child in the word order.
[Line 13 Sent 13147]: [L3 SYNTAX right-to-left-flat] Parent of relation 'flat' must precede the child in the word order.
[Line 30 Sent ASCA.YEAR0738.001.002]: [L3 SYNTAX right-to-left-flat] Parent of relation 'flat' must precede the child in the word order.
[Line 31 Sent ASCA.YEAR0738.001.002]: [L3 SYNTAX right-to-left-appos] Parent of relation 'appos' must precede the child in the word order.
[Line 42 Sent P334676]: [L3 WARNING pron-det-without-prontype] The word '�a' is tagged 'PRON' but it lacks the 'PronType' feature
[Line 48 Sent P334676]: [L3 SYNTAX right-to-left-fixed] Parent of relation 'fixed' must precede the child in the word order.
[Line 49 Sent P334676]: [L3 WARNING pron-det-without-prontype] The word 'b\u0113t' is tagged 'PRON' but it lacks the 'PronType' feature
[Line 49 Sent P334676]: [L3 WARNING fixed-without-extpos] Fixed expression 'b\u0113t ina' does not have the 'ExtPos' feature
[Line 65 Sent goeswith]: [L3 SYNTAX right-to-left-goeswith] Parent of relation 'goeswith' must precede the child in the word order.
[Line 66 Sent goeswith]: [L3 SYNTAX goeswith-gap] Gaps in goeswith group [1, 2] != [].
Warnings: 3
SYNTAX errors: 8
*** FAILED *** with 8 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level3\too-many-objects.conllu
[Line 7 Sent penchev-s66]: [L3 SYNTAX too-many-objects] Multiple direct objects [2, 4] ('\u0442\u0435', '\u043d\u0435\u0449\u043e') under the predicate '\u043f\u0438\u0442\u0430\u043c'.
SYNTAX errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level3\too-many-subjects.conllu
[Line 17 Sent dev-6]: [L3 SYNTAX too-many-subjects] Multiple subjects [2, 11] ('situaci�ns', 'persoas') under the predicate 'viven' not subtyped as ':outer'.
Outer subjects are allowed if a clause acts as the predicate of another clause.
SYNTAX errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
LEVEL 4-5 TESTS
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level4-5\cs_pud-ud-test.conllu
[Line 9 Sent n01001011]: [L4 MORPHO feature-unknown] Feature NonExistent is not documented for language [cs] ('�', NonExistent=Feature).
The following 95 feature values are currently permitted in language [cs]:
Abbr=Yes, AdpType=Comprep, AdpType=Prep, AdpType=Voc, Animacy=Anim, Animacy=Inan, Aspect=Imp, Aspect=Perf, Case=Acc, Case=Dat, Case=Gen, Case=Ins, Case=Loc, Case=Nom, Case=Voc, ConjType=Oper, Degree=Cmp, Degree=Pos, Degree=Sup, Emph=Yes, ExtPos=ADJ, ExtPos=ADP, ExtPos=ADV, ExtPos=CCONJ, ExtPos=SCONJ, Foreign=Yes, Gender=Fem, Gender=Masc, Gender=Neut, Gender[psor]=Fem, Gender[psor]=Masc, Gender[psor]=Neut, Hyph=Yes, Mood=Cnd, Mood=Imp, Mood=Ind, NameType=Com, NameType=Geo, NameType=Giv, NameType=Nat, NameType=Oth, NameType=Pro, NameType=Sur, NumForm=Digit, NumForm=Roman, NumForm=Word, NumType=Card, NumType=Frac, NumType=Mult, NumType=Ord, NumType=Sets, Number=Dual, Number=Plur, Number=Sing, Number[psor]=Plur, Number[psor]=Sing, Person=1, Person=2, Person=3, Polarity=Neg, Polarity=Pos, Polite=Form, Poss=Yes, PrepCase=Npr, PrepCase=Pre, PronType=Dem, PronType=Emp, PronType=Ind, PronType=Int, PronType=Neg, PronType=Prs, PronType=Rel, PronType=Tot, Reflex=Yes, Style=Coll, Style=Expr, Style=Rare, Style=Slng, Style=Vrnc, Style=Vulg, Tense=Fut, Tense=Imp, Tense=Past, Tense=Pres, Typo=Yes, Variant=Long, Variant=Short, VerbForm=Conv, VerbForm=Fin, VerbForm=Inf, VerbForm=Part, VerbForm=Sup, VerbForm=Vnoun, Voice=Act, Voice=Pass
If a language needs a feature that is not documented in the universal guidelines, the feature must
have a language-specific documentation page in a prescribed format.
See https://universaldependencies.org/contributing_language_specific.html for further guidelines.
All features including universal must be specifically turned on for each language in which they are used.
See https://quest.ms.mff.cuni.cz/udvalidator/cgi-bin/unidep/langspec/specify_feature.pl for details.
[Line 10 Sent n01001011]: [L4 MORPHO feature-value-unknown] Value Ine is not documented for feature Case in language [cs] ('V').
[Line 12 Sent n01001011]: [L4 MORPHO feature-upos-not-permitted] Feature PronType is not permitted with UPOS NOUN in language [cs] ('procesu').
MORPHO errors: 3
*** FAILED *** with 3 errors
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\invalid-level4-5\yrl_complin-mwt-typo-yes.conllu
[Line 27 Sent Hartt1938:0:0:515-1]: [L4 MORPHO mwt-typo-repeated-at-word] Feature Typo cannot occur at word [6] if it already occurred at the corresponding multiword token [6-7].
MORPHO errors: 1
*** FAILED *** with 1 errors
--------------------------------------------------------------------------------
THE FOLLOWING FILES SHOULD BE VALID
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\valid\empty-file.conllu
*** PASSED ***
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\valid\empty-nodes.conllu
*** PASSED ***
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\valid\layered-features.conllu
*** PASSED ***
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\valid\maximal-empty-node.conllu
[Line 4 Sent maximal-empty-node]: [L3 WARNING pron-det-without-prontype] The word 'This' is tagged 'PRON' but it lacks the 'PronType' feature
Warnings: 1
*** PASSED ***
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\valid\minimal-empty-node.conllu
*** PASSED ***
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\valid\multiple-features.conllu
*** PASSED ***
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\valid\nmod-obl.conllu
*** PASSED ***
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\valid\tanl.conllu
[Line 12 Sent tanl2]: [L3 WARNING pron-det-without-prontype] The word 'la' is tagged 'DET' but it lacks the 'PronType' feature
[Line 19 Sent tanl3]: [L3 WARNING pron-det-without-prontype] The word 'la' is tagged 'DET' but it lacks the 'PronType' feature
Warnings: 2
*** PASSED ***
--------------------------------------------------------------------------------
Processing file: C:\Users\zeman\Documents\lingvistika-projekty\ud-repos\tools\udtools\tests\test-cases\valid\whitespace.conllu
*** PASSED ***
|