From a7b160c593f0d13b9e9967431c9493e024767f8b Mon Sep 17 00:00:00 2001 From: Aleksandr Fedchin Date: Tue, 30 Jul 2024 11:47:34 +0200 Subject: [PATCH] Dummy commit to trigger action rerun --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a5ed68..675a38e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You can read more about the methodology in our upcoming paper ([link to preprint ## What languages does AcrosticSleuth support? AcrosticSleuth currently support **English, French, Russian, and Latin**. The only language-specific component of AcrosticSleuth is the unigram language model produced by [sentencepiece](https://github.com/google/sentencepiece). -Support for new languages can, therefore, be easily added -- please [make an issue](https://github.com/acrostics/acrostic-sleuth/issues/new) here on GitHub if you wish to use AcrosticSleuth with another language. +Support for new languages can, therefore, be easily added -- please [make an issue](https://github.com/acrostics/acrostic-sleuth/issues/new) here on GitHub if you would like to use AcrosticSleuth with another language. ## How to install and use AcrosticSleuth?