Activity
Merge branch 'master' into advanced-tree-search-ctc
Merge branch 'master' into advanced-tree-search-ctc
Also disable blank loop before word boundary token
Also disable blank loop before word boundary token
Introduce parameter to force blank between two identical labels
Introduce parameter to force blank between two identical labels
Merge branch 'master' into lexiconfree_beam_search
Merge branch 'master' into lexiconfree_beam_search
Merge branch 'master' into lattice_traces
Merge branch 'master' into lattice_traces
Change init value of elapsedNanoseconds_ from double to size_t
Change init value of elapsedNanoseconds_ from double to size_t
Merge branch 'master' into stopwatch
Merge branch 'master' into stopwatch
Use steady_clock instead of TIMER_START and TIMER_STOP macros
Use steady_clock instead of TIMER_START and TIMER_STOP macros
Fix CTCTopologyGraphBuilder: use projectInput before removeEpsilons a…
Fix CTCTopologyGraphBuilder: use projectInput before removeEpsilons a…
Pull request merge
fix cerr due to unexpected fsa type without projectInput
fix cerr due to unexpected fsa type without projectInput
Move static type definitions to the top of CTC/RNA Treebuilder classes
Move static type definitions to the top of CTC/RNA Treebuilder classes
Add TODO concerning skip-transitions to AdvancedTreeSearch
Add TODO concerning skip-transitions to AdvancedTreeSearch
Apply suggestions from code review
Apply suggestions from code review
Adjust verify statements
Adjust verify statements
Merge remote-tracking branch 'origin/master' into clang-format
Merge remote-tracking branch 'origin/master' into clang-format
Move allow-label-loop parameter to CtcTreeBuilder and RnaTreeBuilder
Move allow-label-loop parameter to CtcTreeBuilder and RnaTreeBuilder
Move tree construction related code from AdvancedTreeSearch into Sear…
Move tree construction related code from AdvancedTreeSearch into Sear…
Pull request merge