Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions include/pocketsphinx.h
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ long ps_decode_raw(ps_decoder_t *ps, FILE *rawfh,
* Decode a senone score dump file.
*
* @param ps Decoder
* @param fh Previously opened file handle positioned at start of file.
* @param senfh Previously opened file handle positioned at start of file.
* @return Number of frames read.
*/
POCKETSPHINX_EXPORT
Expand Down Expand Up @@ -479,7 +479,7 @@ char const *ps_seg_word(ps_seg_t *seg);
*
* @param seg Segment iterator.
* @param out_sf Output: First frame index in segment.
* @param out_sf Output: Last frame index in segment.
* @param out_ef Output: Last frame index in segment.
*/
POCKETSPHINX_EXPORT
void ps_seg_frames(ps_seg_t *seg, int *out_sf, int *out_ef);
Expand Down Expand Up @@ -550,7 +550,6 @@ char const *ps_nbest_hyp(ps_nbest_t *nbest, int32 *out_score);
* Get the word segmentation from an N-best list iterator.
*
* @param nbest N-best iterator.
* @param out_score Output: Path score for this hypothesis.
* @return Iterator over the next best hypothesis.
*/
POCKETSPHINX_EXPORT
Expand Down