2017-03-08 21:33:55 +03:00
|
|
|
-- Copyright (c) 2016-present, Facebook, Inc.
|
|
|
|
-- All rights reserved.
|
|
|
|
--
|
|
|
|
-- This source code is licensed under the BSD-style license found in the
|
|
|
|
-- LICENSE file in the root directory of this source tree. An additional grant
|
|
|
|
-- of patent rights can be found in the PATENTS file in the same directory.
|
|
|
|
|
|
|
|
-----------------------------------------------------------------
|
|
|
|
-- Auto-generated by regenClassifiers
|
|
|
|
--
|
|
|
|
-- DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
|
|
-- @generated
|
|
|
|
-----------------------------------------------------------------
|
|
|
|
{-# LANGUAGE OverloadedStrings #-}
|
|
|
|
module Duckling.Ranking.Classifiers.MY (classifiers) where
|
2017-04-24 17:19:34 +03:00
|
|
|
import Prelude
|
2017-03-08 21:33:55 +03:00
|
|
|
import Duckling.Ranking.Types
|
|
|
|
import qualified Data.HashMap.Strict as HashMap
|
2017-04-24 17:19:34 +03:00
|
|
|
import Data.String
|
2017-03-08 21:33:55 +03:00
|
|
|
|
|
|
|
classifiers :: Classifiers
|
2017-04-24 17:19:34 +03:00
|
|
|
classifiers = HashMap.fromList []
|