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 https://gitlab.com/bradley.richins/nmslib/-/tree/develop#usage
This commit is contained in:
@@ -37,8 +37,9 @@ func main() {
|
|||||||
|
|
||||||
nmslib.CreateBanner(portalcode, "NewLennon.png", 0)
|
nmslib.CreateBanner(portalcode, "NewLennon.png", 0)
|
||||||
|
|
||||||
fmt.Println(nmslib.Korvax2Eng("eapoluch"))
|
fmt.Println(Translate{"KIHTYOMOLES"}.Kor2Eng())
|
||||||
fmt.Println(nmslib.Eng2Korvax("emergency"))
|
korvax := Translate{"Contraband"}
|
||||||
|
fmt.Println(korvax.Eng2Kor())
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user