You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package main
import (
"fmt""github.com/chrisport/go-lang-detector/langdet""github.com/chrisport/go-lang-detector/langdet/langdetdef"
)
vardetector langdet.Detectorfuncinit() {
detector=langdetdef.NewWithDefaultLanguages()
}
funcmain() {
testString:="do not care about quantity"result:=detector.GetClosestLanguage(testString)
fmt.Println(result)
}
Prints the following results:
> go run ./
hebrew
The text was updated successfully, but these errors were encountered:
No longer seems to work
Prints the following results:
> go run ./ hebrew
The text was updated successfully, but these errors were encountered: