Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractRecipes ¶
func IsEntirelyUppercase ¶
func IsPotentialRecipeUrl ¶
func NewDirectionClassifier ¶
func NewDirectionClassifier() *fuz.Classifier
func NewIngredientClassifier ¶
func NewIngredientClassifier() *fuz.Classifier
Types ¶
type ConfidenceLevel ¶
type ConfidenceLevel int
const ( Negative ConfidenceLevel = iota None Possible Likely Perfect )
type Match ¶
type Match struct { Confidence ConfidenceLevel Rationale string }
type Matcher ¶
type Matcher struct {
// contains filtered or unexported fields
}
func NewMatcher ¶
func NewMatcher() *Matcher
func (*Matcher) MatchDirection ¶
func (*Matcher) MatchIngredient ¶
func (*Matcher) MatchIngredientSubhead ¶
Click to show internal directories.
Click to hide internal directories.