-
It may take too much time, but seems like MAP might produce a better result
-
Research the internet about different implementations of the Viterbi algorithm.
- [ ] Research what the Viterbi Algorithm is.
- [ ] Choose a variation of the algorithm to implement.
- [ ] Researc…
-
Thanks for this package. I am trying to work through it, and am wondering why you chose to rewrite the viterbi_decoder rather than use one from the gnuradio trellis coding package. Could you take a lo…
-
Hi,
Would you please provide the source code of tops-viterbi_decoding for users to compile themselves, as glibc version are different in different systems.
Best,
Kun
-
Use the (presumed slow) list memo combinators, and no more suffering with indices.
-
When looking at the code I saw the viterbi state is held inside the context and mutated. This prevents the tagger from running multiple calls to tag concurrently and limits performance for users where…
-
Viterbi
-
Hi @shaunpwilkinson ,
I've been reading [your post on aphid](https://shaunpwilkinson.github.io/post/aphid-vignette/), but it's sparse on information on how to train using multiple cores.
I have …
-
当需要分词的是一个文本段落时,viterbi函数中的max函数报错
Traceback (most recent call last):
File "D:\code\python_test\test\start.py", line 11, in
print(str(list(res)))
File "D:\code\python_test\test\hmm.py", …
-
## Expected Behavior
MAC realignment algorithm is enabled by default in hhsearch/hhblits/hhalign and
it's expected to improve the quality of hits' alignments.
## Current Behavior
In some c…