Commit Graph

2252 Commits

Author SHA1 Message Date
David Huggins-Daines 445a7796c2 Merge pull request #365 from cmusphinx/release-5.0.2
chore: 5.0.2 release
v5.0.2
2023-07-31 08:09:35 -04:00
David Huggins-Daines 030349ce93 chore: 5.0.2 release 2023-07-31 08:09:10 -04:00
David Huggins-Daines 5e0f4f843b Merge pull request #355 from cmusphinx/353-editable-install
Require specific setuptools version to fix editable install (fixes: #353)
2023-07-20 12:13:59 -04:00
David Huggins-Daines 9c1e6d6792 test: add editable test 2023-07-20 12:10:35 -04:00
David Huggins-Daines 241d238416 fix: require older setuptools so pip install -e works 2023-07-20 12:09:58 -04:00
David Huggins-Daines 05cb832a68 Merge pull request #354 from cmusphinx/339-final-state
Do not attempt to align phones to impossibly short durations (fixes #339)
2023-07-20 12:05:46 -04:00
David Huggins-Daines 6252f26ff3 test: test phone alignment with bestpath and bad duration fix 2023-07-20 12:00:58 -04:00
David Huggins-Daines 6c499bc5d3 fix: ignore impossible to align durations and warn 2023-07-20 12:00:42 -04:00
David Huggins-Daines 18d4a1bfb4 test: add test of difficult alignments 2023-07-20 11:43:46 -04:00
David Huggins-Daines f899dfeee0 Merge pull request #351 from Elastino/master
Removed unnecessary shinxbase in package config
2023-07-19 13:53:06 -04:00
CJ Lee 15b3381ae7 Clean up README.md 2023-07-10 12:35:07 +09:00
CJ Lee 1ccebc6193 Removed unnecessary shinxbase in package config 2023-07-10 11:13:58 +09:00
David Huggins-Daines b16c631a78 Merge pull request #346 from cmusphinx/next_release
chore: odds and ends for next release
2023-05-16 10:43:14 -04:00
David Huggins-Daines a6eafcd36f chore: odds and ends for next release 2023-05-16 10:38:28 -04:00
David Huggins-Daines 82217064bf Merge pull request #345 from cmusphinx/release-501
5.0.1 Release
v5.0.1
2023-05-16 10:14:49 -04:00
David Huggins-Daines 97497716a4 docs: make AlignmentEntry visible (fixes: #340) 2023-05-16 08:27:48 -04:00
David Huggins-Daines d8189fd09b chore: remove no longer used file 2023-05-16 08:27:22 -04:00
David Huggins-Daines aecfadbcea chore: update version numbers 2023-05-16 08:27:00 -04:00
David Huggins-Daines 18310c6bfc Merge pull request #344 from cmusphinx/fix_s390
fix: fix a stray #if WORDS_BIGENDIAN (fixes: #343)
2023-05-16 07:43:10 -04:00
David Huggins-Daines cbb06a3cf5 fix: fix a stray #if WORDS_BIGENDIAN (fixes: #343) 2023-05-15 20:00:23 -04:00
David Huggins-Daines e46bedd972 Merge pull request #337 from Elastino/master
Removed unnecessary libpthread in package config
2023-04-05 13:28:29 -04:00
CJ Lee c6648ac4a0 Removed unnecessary libpthread in package config 2023-04-05 11:53:50 +09:00
David Huggins-Daines 751495dfeb build: add python 3.11 2023-03-05 07:26:55 -05:00
David Huggins-Daines abebda9db2 chore: bump version 2023-03-05 07:26:48 -05:00
David Huggins-Daines 74a5ec8646 Merge pull request #332 from samford/add-trailing-slash-to-cmake-include-dir
Use trailing slash with include directory
2023-02-16 16:22:46 -05:00
Sam Ford 66685a74bb fix: use trailing slash with include directory
`CMakeLists.txt` references the `include` directory without a trailing
slash, which can cause related files to be installed to
`include/include` (e.g., in Homebrew). Using `include/` ensures the
files will be installed to `include`, as expected.

Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2023-02-16 15:11:10 -05:00
David Huggins-Daines ae116f4db7 Merge pull request #331 from cmusphinx/fix_separate_alignment_search
Fix regression tests and `-phone_align` in main program
2023-02-06 17:05:26 -05:00
David Huggins-Daines 9b7d30b3fa test: no, actually be *more* tolerant 2023-02-06 16:48:25 -05:00
David Huggins-Daines ba62f942ae test: understand JSON better 2023-02-06 16:39:53 -05:00
David Huggins-Daines 406d0c46c2 test: quote arguments properly argh 2023-02-06 16:31:51 -05:00
David Huggins-Daines dc85756c4f test: be much more tolerant in test-main-align.sh 2023-02-06 16:31:36 -05:00
David Huggins-Daines 0406676ac9 test: update truth json for slightly different probs 2023-02-06 16:30:50 -05:00
David Huggins-Daines 7fae220612 fix: reactivate previous, not default, search after alignment 2023-02-06 16:23:25 -05:00
David Huggins-Daines 9b2c3930b5 refactor: remove commented bad code 2023-02-06 15:49:50 -05:00
David Huggins-Daines 679e822bfa test: build programs for regression tests 2023-02-06 15:49:41 -05:00
David Huggins-Daines c9dd1b3c6c test: include test-main-align.sh 2023-02-06 15:21:18 -05:00
David Huggins-Daines 1718ee77ba test: set -e considered harmful 2023-02-06 15:21:04 -05:00
David Huggins-Daines 7c502e64cb test: fix error checking to be not bash-specific 2023-02-06 15:20:50 -05:00
David Huggins-Daines b3f1020df8 Merge pull request #324 from cmusphinx/separate_alignment_search
Use a separate search for ps_set_align_text()
2023-02-01 11:49:12 -05:00
David Huggins-Daines 901c3b7a1f test: test restoring default search 2022-11-29 16:23:53 -05:00
David Huggins-Daines a6541f385c fix: use a separate search for alignment.
This clears up some undefined behaviour, the user may expect to be
able to restore the orginal LM (or FSG, or KWS, or whatever) after
calling ps_set_align_text() but that was not possible
2022-11-29 16:23:41 -05:00
David Huggins-Daines 4b8f41bf65 fix: remove misleading comment, m->sil is already 32 bits 2022-11-29 15:53:22 -05:00
David Huggins-Daines c12e1fef56 fix: state history id should *not* be unsigned!
What was I thinking?  It did not even save any memory to make it uint16
2022-11-22 10:14:48 -05:00
David Huggins-Daines 63a4997e4b fix: make help text more useful and legible 2022-11-22 09:45:08 -05:00
David Huggins-Daines 0d81d99339 fix: silence a bunch of warnings 2022-11-22 09:29:29 -05:00
David Huggins-Daines dac201347f Merge pull request #322 from FigBug/feature/cpp
Add missing close brace for C++
2022-11-20 17:05:41 -05:00
Roland Rabien 9451f09875 Add missing close brace for C++ 2022-11-19 13:53:02 -08:00
David Huggins-Daines 16528e89b7 ci: do not fetch all history! 2022-10-22 10:21:42 -04:00
David HUggins-Daines c0cbef6db2 Merge branch 'master' of https://github.com/cmusphinx/pocketsphinx 2022-10-21 22:28:45 -04:00
David HUggins-Daines e6eba89351 fix: #notall64bitplatforms (*sigh*) 2022-10-21 22:28:21 -04:00