Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wavesonics authored Dec 5, 2024
1 parent 9924c80 commit 5619ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SymSpellKtFdic/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SymSpellKt Fdic
These are sime extension functions for loading [fdic](../Fdic/README.md) dictionary files into a SymSpell spell checker.
These are some extension functions for loading [fdic](../Fdic/README.md) dictionary files into a SymSpell spell checker.

## Getting started
Add to your project from Maven Central:
Expand All @@ -15,4 +15,4 @@ checker.dictionary.loadFdicFile(Res.readBytes("files/en-80k.fdic"))
checker.dictionary.loadFdicFile("path/to/en-80k.fdic")
```
_**Note:** Unigram VS Bigram dictionaries are handled automatically for you, no need to specify which this particular
dictionary is._
dictionary is._

0 comments on commit 5619ca8

Please sign in to comment.