Skip to content

Commit 3fdc1e4

Browse files
authored
docs: update README.md
1 parent 8101e36 commit 3fdc1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Crates.io](https://img.shields.io/crates/v/genedex.svg?style=flat-square&logo=rust)](https://crates.io/crates/genedex)
55
[![Documentation](https://img.shields.io/docsrs/genedex?style=flat-square&logo=rust)](https://docs.rs/genedex)
66

7-
The [FM-Index] is a full-text index data structure that allows efficiently counting and retrieving all occurrenes of short sequences in very large texts. It is widely used in sequence analysis and bioinformatics.
7+
The [FM-Index] is a full-text index data structure that allows efficiently counting and retrieving the positions of all occurrenes of short sequences in very large texts. It is widely used in sequence analysis and bioinformatics.
88

99
The implementation of this library is based on an encoding for the text with rank support data structure (a.k.a. occurrence table)
1010
by Simon Gene Gottlieb, who also was a great help while developing the library. This data structure is central to the inner workings of

0 commit comments

Comments
 (0)