gabbr / chatterbot-bob

Automatically exported from code.google.com/p/chatterbot-bob
0 stars 0 forks source link

TTCheck missing output of some warnings #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
To illustrate the issue, consider the EXPECTED output (Textausgabe TTCheck.jar) 
and the ACTUAL output (Textausgabe ChatterbotAdmin) below.

-----------------
Textausgabe TTCheck.jar:

Checking macro file bob_macros_DE.txt ...
Number of macro definitions loaded: 639
WARNING abbrevFile_DE::#JA_PREFIX# . This macro is undefined for the specified 
language.
WARNING abbrevFile_DE::#JA_SUFFIX# . This macro is undefined for the specified 
language.
WARNING abbrevFile_DE::#JA_PUR# . This macro is undefined for the specified 
language.
WARNING abbrevFile_DE::#JA_WEAK# . This macro is undefined for the specified 
language.
Number of macro expansion iterations needed: 3
The 3 longest macros:
POSITIVE -> 31687
ZUSTIMMUNG -> 30330
VIPS -> 26587
+++ OK: German macro file is correct.

Checking macro file bob_macros_EN.txt ...
Number of macro definitions loaded: 613
Number of macro expansion iterations needed: 3
The 3 longest macros:
VIPS -> 23771
NAMES_M -> 19431
FILM_STARS -> 16484
+++ OK: English macro file is correct.

Checking macro file bob_macros_IT.txt ...
Number of macro definitions loaded: 610
WARNING abbrevFile_IT::#YES_WITHOUT_BORDER# . This macro is undefined for the 
specified language.
Number of macro expansion iterations needed: 3
The 3 longest macros:
VIPS -> 26433
NAMES_M -> 19410
FILM_STARS -> 19077
+++ OK: Italian macro file is correct.

-----------------

Textausgabe ChatterbotAdmin:

Checking macro file 
/Users/manuelkirschner/svn_base/chatterbot-bot_root/ChatterbotAdmin/build/web/sh
ared-files/bob_macros_DE.txt ...The 3 longest macros:
POSITIVE -> 31687
ZUSTIMMUNG -> 30330
VIPS -> 26587
+++ OK: German macro file is correct.

Checking macro file 
/Users/manuelkirschner/svn_base/chatterbot-bot_root/ChatterbotAdmin/build/web/sh
ared-files/bob_macros_EN.txt ...The 3 longest macros:
VIPS -> 23771
NAMES_M -> 19431
FILM_STARS -> 16484
+++ OK: English macro file is correct.

Checking macro file 
/Users/manuelkirschner/svn_base/chatterbot-bot_root/ChatterbotAdmin/build/web/sh
ared-files/bob_macros_IT.txt ...The 3 longest macros:
VIPS -> 26433
NAMES_M -> 19410
FILM_STARS -> 19077
+++ OK: Italian macro file is correct.

Original issue reported on code.google.com by manuel.k...@gmail.com on 30 Mar 2011 at 1:54