project renamed to enry

This commit is contained in:
Máximo Cuadros
2017-06-08 09:27:27 +02:00
parent c37fe182d4
commit 3a470f617c
33 changed files with 42 additions and 35 deletions

View File

@ -3,7 +3,7 @@ package slinguist
import (
"math"
"gopkg.in/src-d/simple-linguist.v1/internal/tokenizer"
"gopkg.in/src-d/enry.v1/internal/tokenizer"
)
// Classifier is the interface that contains the method Classify which is in charge to assign scores to the possibles candidates.