Skip to content

Commit b5a43ce

Browse files
committed
typos
1 parent c0b630a commit b5a43ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CTranslate2 addresses these issues in several ways:
1616

1717
Here are some scenarios where this project could be used:
1818

19-
* You want to accelarate Transformer models for production usage, especially on CPUs.
19+
* You want to accelerate Transformer models for production usage, especially on CPUs.
2020
* You need to embed models in an existing C++ application without adding large dependencies.
2121
* Your application requires custom threading and memory usage control.
2222
* You want to reduce the model size on disk and/or memory.

docs/translation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ It is a text file where each line has the following format:
8181
src_1 src_2 ... src_N<TAB>tgt_1 tgt_2 ... tgt_K
8282
```
8383

84-
If the source N-gram is empty (N = 0), the assiocated target tokens will always be included in the reduced vocabulary.
84+
If the source N-gram is empty (N = 0), the associated target tokens will always be included in the reduced vocabulary.
8585

8686
```{hint}
8787
See [here](https://github.com/OpenNMT/papers/tree/master/WNMT2018/vmap) for an example on how to generate this file.

0 commit comments

Comments
 (0)