Skip to content
Susana Sotelo Docío edited this page Jul 10, 2020 · 29 revisions

Detected bugs

Splitter

  • [es] Úsalo [fixed in commit b38f047]
    Some verbal forms are not splitted correctly when they start with uppercase.

    Úsalo con precaución.

    expected: 'Usa', 'lo', 'con', 'precaución', '.'
    got: 'Úsalo', 'con', 'precaución', '.'

  • [gl] Este
    The determiner este is incorrectly splitted at the beginning of the sentence.

    Este xeito.

    expected: 'Este', 'xeito', '.'
    got: 'Es', 'te', 'xeito', '.'

Tagger

  • [gl] a ría [fixed in commit ac8d345]

    Vin a ría onte.

  • [pt] Mos
    This entity is incorrectly splitted and tagged as PP+PP, even at positions without ambiguity (e.g. starting with an uppercase letter and in the middle of the sentence).

    (pt) Estive em Mos no verão.

    expected: "Mos mos NP00000"
    got: "Mos me+os PP+PP"

Clone this wiki locally