MCPcopy Create free account
hub / github.com/ASLP-lab/OSUM / width

Function width

OSUM/tools/compute-cer.py:250–251  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

248
249
250def width(string):
251 return sum(1 + (unicodedata.east_asian_width(c) in "AFW") for c in string)
252
253
254def default_cluster(word):

Callers 1

compute-cer.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected