Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling fixes [From Debian] #4

Merged
merged 1 commit into from
Aug 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions base_class/EST_TMatrix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ template<class T>
EST_TMatrix<T> &EST_TMatrix<T>::add_rows(const EST_TMatrix<T> &in)
{
if (in.num_columns() != num_columns())
EST_error("Can't add rows with differnet number of columns (%d vs %d)",
EST_error("Can't add rows with different number of columns (%d vs %d)",
in.num_columns(),
num_columns()
);
Expand All @@ -188,7 +188,7 @@ template<class T>
EST_TMatrix<T> &EST_TMatrix<T>::add_columns(const EST_TMatrix<T> &in)
{
if (in.num_rows() != num_rows())
EST_error("Can't add columns with differnet number of rows (%d vs %d)",
EST_error("Can't add columns with different number of rows (%d vs %d)",
in.num_rows(),
num_rows()
);
Expand Down
2 changes: 1 addition & 1 deletion doc/estexec.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ int main(int argc, char *argv[])
(argc, argv,
EST_String("[OPTIONS] [files...]\n")+
"Summary; DO SOMETHING\n"+
"-o [ofile] Ouptut file\n",
"-o [ofile] Output file\n",
files, cmd_line);

EST_String out_file; // the name of the output file
Expand Down
2 changes: 1 addition & 1 deletion grammar/ngram/EST_PST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ EST_PredictionSuffixTree::accumulate(const EST_StrVector &words,
*/

if (words.n()+index < p_order)
cerr << "EST_PredictionSuffixTree: accumlating window is wtoo small"
cerr << "EST_PredictionSuffixTree: accumulating window is too small"
<< endl;
else
{
Expand Down
2 changes: 1 addition & 1 deletion lib/est_mainline-in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ int main(int argc, char *argv[])
(argc, argv,
EST_String("[OPTIONS] [files...]\n")+
"Summary; <<DO SOMETHING>>\n"+
"-o <ofile> Ouptut file\n",
"-o <ofile> Output file\n",
files, cmd_line);

EST_String out_file;
Expand Down
2 changes: 1 addition & 1 deletion ling_class/EST_relation_compare.cc
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ EST_FMatrix matrix_compare(EST_Relation &reflab, EST_Relation &testlab, int meth
else if (method == 2)
m(i, j) = label_distance2(*r_ptr, *t_ptr);
else
cerr << "Unknown comparision method" << method << endl;
cerr << "Unknown comparison method" << method << endl;
++j;
}
++i;
Expand Down
2 changes: 1 addition & 1 deletion main/bcat_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ int main(int argc, char *argv[])
(argc, argv,
EST_String("-o [ofile] [files...]\n")+
"Summary; concatenate files in binary mode\n"+
"-o <ofile> Ouptut file of binary data\n",
"-o <ofile> Output file of binary data\n",
files, cmd_line);

EST_String out_file;
Expand Down
8 changes: 4 additions & 4 deletions main/sig2fv_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -175,17 +175,17 @@ int main(int argc, char *argv[])
" each the pms.\n\n"

"-coefs <string> list of basic types of processing required. \n"
" Permissable types are: \n" + sigpr_options_supported()+" \n"
" Permissible types are: \n" + sigpr_options_supported()+" \n"
"-delta <string> list of delta types of processing required. Basic \n"
" processing does not need to be specified for this option to work. \n"
" Permissable types are: \n" + sigpr_options_supported()+" \n"
" Permissible types are: \n" + sigpr_options_supported()+" \n"
"-acc <string> list of acceleration (delta delta) processing \n"
" required. Basic processing does not need to be specified for \n"
" this option to work. \n"
" Permissable types are: \n"
" Permissible types are: \n"
+ sigpr_options_supported()+"\n"
"-window_type <string> Type of window used on waveform. \n"
" Permissable types are: \n" +
" Permissible types are: \n" +
EST_Window::options_supported() +
" default: \"DEFAULT_WINDOW\"\n\n"
"-lpc_order <int> Order of lpc analysis. \n\n"
Expand Down
2 changes: 1 addition & 1 deletion main/tilt_analysis_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ int main(int argc, char *argv[])
" label end time the search region should be. Typical value, 0.1 \n\n"
"-range <float> Range of RFC search region. In addition to \n"
" the limit, the range defines the limits of the rfc matching \n"
" search region as a percentage of the overal input label \n"
" search region as a percentage of the overall input label \n"
" duration. Typical value, 0.25 (the search region is the first and \n"
" last 25% of the label) \n\n"
"-smooth Smooth and Interpolate input F0 contour. \n"
Expand Down
2 changes: 1 addition & 1 deletion main/wagon_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ static int wagon_main(int argc, char **argv)
"-balance <float> For derived stop size, if dataset at node, divided\n"+
" by balance is greater than stop it is used as stop\n"+
" if balance is 0 (default) always use stop as is.\n"+
"-cos Use mean cosine distance rather than gausian (TBD).\n"+
"-cos Use mean cosine distance rather than Gaussian (TBD).\n"+
"-dof <float> Randomly dropout feats in training (prob).\n"+
"-dos <float> Randomly dropout samples in training (prob).\n"+
"-vertex_output <string> Output <mean> or <best> of cluster\n"+
Expand Down
2 changes: 1 addition & 1 deletion siod/slib.cc
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ LISP errswitch(void)
void err_stack(char *ptr)
/* The user could be given an option to continue here */
{(void)ptr;
err("the currently assigned stack limit has been exceded",NIL);}
err("the currently assigned stack limit has been exceeded",NIL);}

LISP stack_limit(LISP amount,LISP silent)
{if NNULLP(amount)
Expand Down
2 changes: 1 addition & 1 deletion speech_class/EST_track_aux.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ EST_String options_track_input(void)
"-startt <float> Time of first frame, for formats which don't provide this\n\n"
"-c <string> Select a subset of channels (starts from 0). \n"
" Tracks can have multiple channels. This option \n"
" specifies a list of numbers, refering to the channel \n"
" specifies a list of numbers, referring to the channel \n"
" numbers which are to be used for for processing. \n\n"+
options_subtrack();
}
Expand Down
2 changes: 1 addition & 1 deletion speech_class/EST_wave_io.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ enum EST_read_status load_wave_raw(EST_TokenStream &ts, short **data, int
/* Guess the size */
if ((offset != 0) || (length != 0))
{
fprintf(stderr,"Load ascii wave: doesn't support offets and lengths\n");
fprintf(stderr,"Load ascii wave: doesn't support offsets and lengths\n");
return misc_read_error;
}

Expand Down