Skip to content

Commit 83b88f6

Browse files
committed
Update README.md
1 parent 27f4ecd commit 83b88f6

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 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/) | (https://hex.pm/packages/paasaa)
1111

1212
## Installation
1313

@@ -85,15 +85,9 @@ iex> Paasaa.detect("Привет", min_length: 6)
8585

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

88-
## Update Language Data
89-
90-
```shell
91-
mix run script/generate_language_data.exs
92-
```
93-
9488
## Contributing
9589

96-
Contributions are welcome\! Please feel free to open an issue or submit a pull request on [GitHub](https://github.com/minibikini/paasaa).
90+
Contributions are welcome! Please feel free to open an issue or submit a pull request on [GitHub](https://github.com/minibikini/paasaa).
9791

9892
If you are updating the language data, you can regenerate the necessary modules with the following command:
9993

0 commit comments

Comments
 (0)