This commit is contained in:
Go 2020-12-21 04:06:36 +09:00 committed by GitHub
parent fa1f930c99
commit f617569760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ to assist natural language translation based on translation memory.
Lets take a simple example of finding minimum edit distance between
strings `ME` and `MY`. Intuitively you already know that minimum edit distance
here is `1` operation and this operation. And it is replacing `E` with `Y`. But
here is `1` operation, which is replacing `E` with `Y`. But
lets try to formalize it in a form of the algorithm in order to be able to
do more complex examples like transforming `Saturday` into `Sunday`.