Skip to content

Commit

Permalink
Update API coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Sep 23, 2019
1 parent 9798e81 commit 9a2bfd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,10 @@ CTranslate2 addresses these issues in several ways:

### What is the state of this project?

The code has been generously tested in production settings so people can rely on it in their application. The following APIs are covered by backward compatibility guarantees (enforced after the 1.0 release):
The code has been generously tested in production settings so people can rely on it in their application. The following APIs are covered by backward compatibility guarantees:

* Converted models
* Python converters options
* Python symbols:
* `ctranslate2.Translator`
* `ctranslate2.converters.OpenNMTPyConverter`
Expand All @@ -356,6 +357,7 @@ The code has been generously tested in production settings so people can rely on
* `ctranslate2::TranslationResult`
* `ctranslate2::Translator`
* `ctranslate2::TranslatorPool`
* C++ translation client options

Other APIs are expected to evolve to increase efficiency, genericity, and model support.

Expand Down

0 comments on commit 9a2bfd2

Please sign in to comment.