Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codemayq/chinese-chatbot-corpus
/ __init__
Method
__init__
language/langconv.py:187–190 ·
view source on GitHub ↗
(self, to_encoding)
Source
from the content-addressed store, hash-verified
185
186
class
Converter(object):
187
def
__init__(self, to_encoding):
188
self.to_encoding = to_encoding
189
self.map = MAPS[to_encoding]
190
self.start()
191
192
def
feed(self, char):
193
branches = []
Callers
nothing calls this directly
Calls
1
start
Method · 0.95
Tested by
no test coverage detected