alex icon indicating copy to clipboard operation
alex copied to clipboard

missing function trained_slu_test

Open oplatek opened this issue 9 years ago • 2 comments

Hi,

can someone tell me where vanished the trained_slu_test function? It is used in following files:

alex/applications/PublicTransportInfoCS/slu/dailogregclassifier/test_bootstrap_trn.py
alex/applications/PublicTransportInfoCS/slu/dailogregclassifier/test_trn.py
alex/applications/PublicTransportInfoCS/slu/dainnclassifier/test_bootstrap_trn.py
alex/applications/PublicTransportInfoCS/slu/dainnclassifier/test_trn.py
alex/applications/PublicTransportInfoCS/slu/test_bootstrap_hdc.py
alex/applications/PublicTransportInfoEN/slu/test_bootstrap.py

I find out that the function declaration is missing because I followed the instructions in https://github.com/UFAL-DSG/alex/blob/master/alex/applications/PublicTransportInfoCS/slu/README.rst . In particular, I ran this command ./train.py && ./test_trn.py && ./test_hdc.py && ./test_bootstrap_trn.py && ./test_bootsrap_hdc.py

Thanks for clarification,

Ondra

oplatek avatar Jun 02 '15 22:06 oplatek

@ticcky @tuetschek @jurcicek ?

oplatek avatar Jun 03 '15 10:06 oplatek

git log -G"def trained_slu_test" points to this commit: https://github.com/UFAL-DSG/alex/commit/179e5eddd0d66b7e13e95183105a8faff58171ad

ticcky avatar Jun 03 '15 10:06 ticcky