Skip to content

Commit 00b6d0e

Browse files
committed
Update README.md
1 parent 83b88f6 commit 00b6d0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Paasaa is an Elixir library for robust natural language and script detection. It achieves this through statistical analysis of character n-grams and Unicode script properties, without relying on AI. It helps in tasks like text processing, natural language understanding, or internationalization by accurately identifying the writing system and human language of a given text.
99

10-
[API Documentation](https://hexdocs.pm/paasaa/) | (https://hex.pm/packages/paasaa)
10+
[API Documentation](https://hexdocs.pm/paasaa/) | [Hex Package](https://hex.pm/packages/paasaa)
1111

1212
## Installation
1313

@@ -83,7 +83,7 @@ iex> Paasaa.detect("Привет", min_length: 6)
8383

8484
## Supported Languages
8585

86-
For a full list of supported languages, please see [LANGUAGES.md](https://www.google.com/search?q=LANGUAGES.md).
86+
For a full list of supported languages, please see [LANGUAGES.md](LANGUAGES.md).
8787

8888
## Contributing
8989

0 commit comments

Comments
 (0)