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