mirror of
https://github.com/mii443/akaza.git
synced 2025-08-29 01:59:26 +00:00
add hiragana dictionary
This commit is contained in:
@ -19,7 +19,8 @@ from datetime import date
|
||||
|
||||
import re
|
||||
|
||||
TRAILING_CONSONANT_PATTERN = re.compile(r'^(.*?)([qwrtypsdfghjklzxcvbnm]+)$')
|
||||
# 子音だが、N は NN だと「ん」になるので処理しない。
|
||||
TRAILING_CONSONANT_PATTERN = re.compile(r'^(.*?)([qwrtypsdfghjklzxcvbm]+)$')
|
||||
|
||||
|
||||
class Candidate:
|
||||
|
Reference in New Issue
Block a user