------------------------------------------------------------------------------------- ENTRIES ------------------------------------------------------------------------------------- 2016-03-22 12:30:24 -- grm_join.pl: code to join partial grammars (HTK's notation) 2016-03-24 08:22:42 -- grm_xpd.pl: [NFY] code to expand grammar (n-term syms w score) 2016-03-24 08:27:39 -- grm_glt.pl: code to create lattice from 'grm_xpd.pl' output 2016-04-03 06:10:57 -- trn-prmp.pl: code to select prompts (to use on training) 2016-11-08 19:33:00 -- grm_xpd_st.pl: code to expand grammar (stat & NT syms w score) 2016-12-08 11:41:06 -- trn_prmp_st_pdt.pl: code to select prompts/Q-prompts ------------------------------------------------------------------------------------- CONTENTS ------------------------------------------------------------------------------------- 2016-03-22 12:30:24 -- grm_join.pl: code to join partial grammars (HTK's notation) > (P"lm_sv_2l" : 1st stg) > input: (txt-f) list with names of partial grammars plus root (cl param) (txt-f) partial grammars and root (HTk's EBNF notation) > output: (txt-f) whole grammar (partial grammars with index (1..) refs 2016-03-24 08:22:42 -- grm_xpd.pl: [NFY] code to expand grammar (n-term syms w score) > [NFY] (P"lm_sv_2l" : 1st stg) > input: (txt-f) grammar (HTk notation [+ additional scores]) > output: (txt-f) expanded grammar 2016-03-24 08:27:39 -- grm_glt.pl: code to create lattice from 'grm_xpd.pl' output > (P"lm_sv_2l" : 1st stg) > input: (txt-f) expanded grammar ('grm_xpd.pl' output) > output: (txt-f) grammar's lattice (HTK format) (OPT/txt-f) grammar dictionary (OPT/txt-f) grammar samples 2016-04-03 06:10:57 -- trn-prmp.pl: code to select prompts (to use on training) > (P"lm_sv_2l" : 1st stg) > input: (txt-f) application dictionary (txt-f) application prompts (additional info to compute the prompts scores) > output: (txt-f) selected prompts 2016-11-08 19:33:00 -- grm_xpd_st.pl: code to expand grammar (stat & NT syms w score) > (P"lm_sv_2l" : 1st stg) > input: (txt-f) grammar (HTk notation [+ additional scores]) > output: (txt-f) expanded grammar 2016-12-08 11:41:06 -- trn_prmp_st_pdt.pl: code to select prompts/Q-prompts > (P"lm_sv_2l" : 1st stg) > input: (txt-f) application dictionary (txt-f) application prompts (txt-f) Q-prompts (additional info to compute the prompts scores) > output: (txt-f) selected Q-prompts ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: . «always improve your intellectual property as solid as you can and judge . . it is appropriate; then for sure nobody can deprive you of creating and . . building, anytime and anyplace, really useful things.» . . Jos\'e dos Anjos de Pera . ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ------------------------------------------------------------------------------------- Useful vim commands: :Cnow - print date & time :Cgo - jump to content (to use in the "ENTRIES" section) -------------------------------------------------------------------------------------