haru / cfrd_features.py
gaon12's picture
Publish Haru Transformers model
e0d6e3f verified
Raw
History Blame Contribute Delete
175 Bytes
"""Shared dimensions for CFRD's Korean orthographic feature schema."""
N_CHO = 19
N_JUNG = 21
N_JONG = 28
N_EXTRA = 8
SURFACE_FEATURE_DIM = N_CHO + N_JUNG + N_JONG + N_EXTRA