mirror of
https://github.com/facebook/duckling.git
synced 2024-11-28 08:34:46 +03:00
a9438734c9
Summary: Support more words in rule `ruleDurationNumeralMore` Reviewed By: patapizza Differential Revision: D15501197 fbshipit-source-id: feb12cd27dfb964e1e404b1d902828000c9fa4f7
22 lines
828 B
Haskell
22 lines
828 B
Haskell
-- 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.ML_XX (classifiers) where
|
|
import Data.String
|
|
import Prelude
|
|
import qualified Data.HashMap.Strict as HashMap
|
|
import Duckling.Ranking.Types
|
|
|
|
classifiers :: Classifiers
|
|
classifiers = HashMap.fromList [] |