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)
|
||||
|
||||
fmt.Println(nmslib.Korvax2Eng("eapoluch"))
|
||||
fmt.Println(nmslib.Eng2Korvax("emergency"))
|
||||
fmt.Println(Translate{"KIHTYOMOLES"}.Kor2Eng())
|
||||
korvax := Translate{"Contraband"}
|
||||
fmt.Println(korvax.Eng2Kor())
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user