Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
big5prober.py
Go to the documentation of this file.
27
28from .chardistribution import Big5DistributionAnalysis
29from .codingstatemachine import CodingStateMachine
30from .mbcharsetprober import MultiByteCharSetProber
31from .mbcssm import BIG5_SM_MODEL
32
33
35 def __init__(self) -> None:
36 super().__init__()
37 self.coding_sm = CodingStateMachine(BIG5_SM_MODEL)
39 self.resetreset()
40
41 @property
42 def charset_name(self) -> str:
43 return "Big5"
44
45 @property
46 def language(self) -> str:
47 return "Chinese"
for i