From f2c943c2caf7c703aeabdabd020493a0f6ea0d2d Mon Sep 17 00:00:00 2001 From: Chris Seymour Date: Fri, 17 Apr 2020 18:35:14 +0100 Subject: [PATCH] pipe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87f8c4d..db7c9b4 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ pip install fast-ctc-decode | Implementation | Time (s) | URL | | -------------------- | -------- | --- | -! Viterbi (Rust) | 0.0003 | [nanoporetech/fast-ctc-decode](https://github.com/nanoporetech/fast-ctc-decode.git) | +| Viterbi (Rust) | 0.0003 | [nanoporetech/fast-ctc-decode](https://github.com/nanoporetech/fast-ctc-decode.git) | | Viterbi (Python) | 0.0022 | | | Beam Search (Rust) | 0.0033 | [nanoporetech/fast-ctc-decode](https://github.com/nanoporetech/fast-ctc-decode.git) | | Beam Search (C++) | 0.1034 | [parlance/ctcdecode](https://github.com/parlance/ctcdecode) |