Skip to content

Commit 9efe088

Browse files
authored
Update README.md
1 parent 79a1b5f commit 9efe088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ index = InMemoryIndex(tokens, vocab=5)
117117

118118
Larger corpora must use a MemmapIndex.
119119

120-
Many systems struggle with memory mapping extremely large tables (e.g. 40 billion tokens), causing unexpected bus errors. To prevent this split the corpus into shards then use a ShardedMemmapIndex to sort and query the table shard by shard:
120+
Some systems struggle with memory mapping extremely large tables (e.g. 40 billion tokens), causing unexpected bus errors. To prevent this split the corpus into shards then use a ShardedMemmapIndex to sort and query the table shard by shard:
121121

122122
```python
123123
from tokengrams import ShardedMemmapIndex

0 commit comments

Comments
 (0)