test: no:utf-8 is actually working now, after the last model script fix…

… and rebuild of models.

The scores are really not bad now, 0.896026 for Norwegian and 0.877947
for Danish. It looks like the last confidence computation changes I did
are really giving fruits!
This commit is contained in:
Jehan 2022-12-15 15:11:17 +01:00
parent e6e51d9fe8
commit 3a6806ab19

View File

@ -38,8 +38,7 @@ foreach(dir ${dirs})
"${lang}:${charset}" STREQUAL "ja:utf-16be" OR "${lang}:${charset}" STREQUAL "ja:utf-16be" OR
"${lang}:${charset}" STREQUAL "es:iso-8859-15" OR "${lang}:${charset}" STREQUAL "es:iso-8859-15" OR
"${lang}:${charset}" STREQUAL "da:iso-8859-1" OR "${lang}:${charset}" STREQUAL "da:iso-8859-1" OR
"${lang}:${charset}" STREQUAL "he:iso-8859-8" OR "${lang}:${charset}" STREQUAL "he:iso-8859-8")
"${lang}:${charset}" STREQUAL "no:utf-8")
message(STATUS "Skipping test ${lang}:${charset} (known broken)") message(STATUS "Skipping test ${lang}:${charset} (known broken)")
else() else()
add_test(NAME "${lang}:${charset}" COMMAND uchardet-tests ${file}) add_test(NAME "${lang}:${charset}" COMMAND uchardet-tests ${file})