Skip to content

Commit

Permalink
add 週間後 counter
Browse files Browse the repository at this point in the history
fixes issue #33
  • Loading branch information
tshatrov committed Jan 1, 2024
1 parent ce0727d commit 2a62233
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dict-counters.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,10 @@
(defparameter *special-counters* (make-hash-table))

(defparameter *counter-suffixes* '((:kan "" "かん" "[duration]")
(:kango "間後" "かんご" "[after ...]")
(:chuu "" "ちゅう" "[among/out of ...]")))

(defparameter *counter-accepts* '((1194480 :kan) (1490430 :kan) (1333450 :kan)))
(defparameter *counter-accepts* '((1194480 :kan) (1490430 :kan) (1333450 :kan :kango)))

(defparameter *counter-foreign* '(1120410))

Expand Down

0 comments on commit 2a62233

Please sign in to comment.