Use jmhodges fork of gocld2

This commit is contained in:
Las Zenow 2017-02-04 12:43:25 +00:00
parent 8e82ee3702
commit bcbabce401
2 changed files with 2 additions and 2 deletions

2
README
View file

@ -27,7 +27,7 @@ Yo also need to install go dependences:
github.com/gorilla/securecookie github.com/gorilla/mux \ github.com/gorilla/securecookie github.com/gorilla/mux \
github.com/nfnt/resize github.com/cihub/seelog \ github.com/nfnt/resize github.com/cihub/seelog \
golang.org/x/crypto/scrypt \ golang.org/x/crypto/scrypt \
github.com/rainycape/cld2 github.com/jmhodges/gocld2
== Installation == == Installation ==
=== For admins ("for developers" below) === === For admins ("for developers" below) ===

View file

@ -4,8 +4,8 @@ import (
"io/ioutil" "io/ioutil"
"strings" "strings"
"github.com/jmhodges/gocld2"
"github.com/meskio/epubgo" "github.com/meskio/epubgo"
"github.com/rainycape/cld2"
) )
func GuessLang(epub *epubgo.Epub, orig_langs []string) []string { func GuessLang(epub *epubgo.Epub, orig_langs []string) []string {