Updated README.md
https://gitlab.com/bradley.richins/nmslib/-/tree/develop#translate-korvax-to-english-with-korvax2eng https://gitlab.com/bradley.richins/nmslib/-/tree/develop#translate-english-to-korvax-with-eng2korvax
This commit is contained in:
@@ -104,12 +104,12 @@ This function takes only 1 parameter and returns a string
|
||||
**Example:**
|
||||
|
||||
```golang
|
||||
fmt.Println(Korvax2Eng("eapoluch"))
|
||||
fmt.Println(Translate{"KIHTYOMOLES"}.Kor2Eng())
|
||||
```
|
||||
|
||||
Output:
|
||||
|
||||
``emergency``
|
||||
``CONTRABAND``
|
||||
|
||||
### Translate English to Korvax with Eng2Korvax()
|
||||
|
||||
@@ -120,12 +120,13 @@ This function takes only 1 parameter and returns a string
|
||||
**Example:**
|
||||
|
||||
```golang
|
||||
fmt.Println(Eng2Korvax("emergency"))
|
||||
korvax := Translate{"Contraband"}
|
||||
fmt.Println(korvax.Eng2Kor())
|
||||
```
|
||||
|
||||
Output:
|
||||
|
||||
``eapoluch``
|
||||
``Zelidovoso``
|
||||
|
||||
## License
|
||||
[MIT](COPYING)
|
||||
|
||||
Reference in New Issue
Block a user