Skip to content

Commit

Permalink
last round of small bugfixes for chinese resources
Browse files Browse the repository at this point in the history
  • Loading branch information
jzell committed Apr 2, 2014
1 parent 763e514 commit d592d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"世纪","century"

"年","year"
"时期","Decades"
"时期","decade"
"小时","hour"
"时","hour"
"分钟","minute"
Expand Down
2 changes: 1 addition & 1 deletion resources/chinese/rules/resources_rules_daterules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ RULENAME="date_month_c5",EXTRACTION="%reMonthWord%rePartWords",NORM_VALUE="UNDEF
RULENAME="date_month_c5a",EXTRACTION="(%reMonthNumber月)%rePartWords",NORM_VALUE="UNDEF-year-%normMonth(group(2))",NORM_MOD="%normPartWords(group(3))"
RULENAME="date_month_c5b",EXTRACTION="%reThisNextLast年%reMonthWord%rePartWords",NORM_VALUE="UNDEF-%normThisNextLast(group(1))-year-%normMonth(group(2))",NORM_MOD="%normPartWords(group(3))"
RULENAME="date_month_c6",EXTRACTION="%reThisNextLast%reMonthWord",NORM_VALUE="UNDEF-%normThisNextLast(group(1))-%normMonth(group(2))"
RULENAME="date_month_c7",EXTRACTION="%reThisNextLast%reMonthWord%reDayWord日",NORM_VALUE="UNDEF-%normThisNextLast(group(1))-(group(2))-%normDay(group(3))"
RULENAME="date_month_c7",EXTRACTION="%reThisNextLast%reMonthWord%reDayWord日",NORM_VALUE="UNDEF-year-%normMonth(group(2))-%normDay(group(3))"
RULENAME="date_month_c8",EXTRACTION="(%reMonthNumber月)",NORM_VALUE="UNDEF-year-%normMonth(group(2))"
RULENAME="date_month_c9",EXTRACTION="(%reMonthNumber月)份",NORM_VALUE="UNDEF-year-%normMonth(group(2))"
RULENAME="date_month_c10a",EXTRACTION="%reMonthNumber月?(-|和|或|至)(%reMonthNumber月)份?",NORM_VALUE="UNDEF-year-%normMonth(group(1))",OFFSET="group(1)-group(1)"
Expand Down

0 comments on commit d592d19

Please sign in to comment.