From a746759a72bd22bfb1e29271f5167c949aa161be Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 29 Jun 2016 15:58:34 -0400 Subject: [PATCH] [numex] adding '.' for Hungarian ordinal indicator (Roman numerals handled in address config) --- resources/numex/hu.yaml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/resources/numex/hu.yaml b/resources/numex/hu.yaml index b799e0f0..783787a3 100644 --- a/resources/numex/hu.yaml +++ b/resources/numex/hu.yaml @@ -302,7 +302,29 @@ type: "ordinal" left: "multiply" right: "add" + ordinal_indicators: + - + suffixes: + "0": + - "." + "1": + - "." + "2": + - "." + "3": + - "." + "4": + - "." + "5": + - "." + "6": + - "." + "7": + - "." + "8": + - "." + "9": + - "." stopwords: - "és" - "es" -