Added arn to the main repository
This commit is contained in:
8
arn/JapaneseTokenizer.go
Normal file
8
arn/JapaneseTokenizer.go
Normal file
@ -0,0 +1,8 @@
|
||||
package arn
|
||||
|
||||
import "github.com/animenotifier/japanese/client"
|
||||
|
||||
// JapaneseTokenizer tokenizes a sentence via the HTTP API.
|
||||
var JapaneseTokenizer = &client.Tokenizer{
|
||||
Endpoint: "http://127.0.0.1:6000/",
|
||||
}
|
Reference in New Issue
Block a user