mirror of
https://github.com/facebook/duckling.git
synced 2024-11-28 00:31:28 +03:00
Duration/en: 5 additional minutes
Summary: Support more words in rule `ruleDurationNumeralMore` Reviewed By: patapizza Differential Revision: D15501197 fbshipit-source-id: feb12cd27dfb964e1e404b1d902828000c9fa4f7
This commit is contained in:
parent
e54cbe3165
commit
a9438734c9
@ -44,6 +44,11 @@ allExamples = concat
|
|||||||
[ "2 mins"
|
[ "2 mins"
|
||||||
, "two minutes"
|
, "two minutes"
|
||||||
, "2'"
|
, "2'"
|
||||||
|
, "2 more minutes"
|
||||||
|
, "two additional minutes"
|
||||||
|
, "2 extra minutes"
|
||||||
|
, "2 less minutes"
|
||||||
|
, "2 fewer minutes"
|
||||||
]
|
]
|
||||||
, examples (DurationData 30 Day)
|
, examples (DurationData 30 Day)
|
||||||
[ "30 days"
|
[ "30 days"
|
||||||
|
@ -88,7 +88,7 @@ ruleDurationNumeralMore = Rule
|
|||||||
{ name = "<integer> more <unit-of-duration>"
|
{ name = "<integer> more <unit-of-duration>"
|
||||||
, pattern =
|
, pattern =
|
||||||
[ Predicate isNatural
|
[ Predicate isNatural
|
||||||
, regex "more|less"
|
, regex "more|additional|extra|less|fewer"
|
||||||
, dimension TimeGrain
|
, dimension TimeGrain
|
||||||
]
|
]
|
||||||
, prod = \case
|
, prod = \case
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
@ -319,10 +320,10 @@ classifiers
|
|||||||
unseen = -4.31748811353631,
|
unseen = -4.31748811353631,
|
||||||
likelihoods =
|
likelihoods =
|
||||||
HashMap.fromList
|
HashMap.fromList
|
||||||
[("<integer> (latent time-of-day)", -0.9718605830289657),
|
[("<integer> (latent time-of-day)", -0.9718605830289658),
|
||||||
("intersect by \"di\", \"della\", \"del\"", -3.20545280453606),
|
("intersect by \"di\", \"della\", \"del\"", -3.20545280453606),
|
||||||
("day", -2.3581549441488563), ("Lunedi", -3.6109179126442243),
|
("day", -2.3581549441488563), ("Lunedi", -3.6109179126442243),
|
||||||
("hour", -0.9718605830289657),
|
("hour", -0.9718605830289658),
|
||||||
("two time tokens separated by `di`", -3.20545280453606),
|
("two time tokens separated by `di`", -3.20545280453606),
|
||||||
("Domenica", -3.6109179126442243)],
|
("Domenica", -3.6109179126442243)],
|
||||||
n = 33}}),
|
n = 33}}),
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
-- This source code is licensed under the BSD-style license found in the
|
-- This source code is licensed under the BSD-style license found in the
|
||||||
-- LICENSE file in the root directory of this source tree.
|
-- 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
|
-- Auto-generated by regenClassifiers
|
||||||
|
Loading…
Reference in New Issue
Block a user