MCPcopy Create free account
hub / github.com/FLC777/GLAT / decode

Function decode

scripts/spm_decode.py:29–30  ·  view source on GitHub ↗
(l)

Source from the content-addressed store, hash-verified

27 if args.input_format == "piece":
28
29 def decode(l):
30 return "".join(sp.DecodePieces(l))
31
32 elif args.input_format == "id":
33

Callers 4

_inference_with_bleuMethod · 0.85
_inference_with_werMethod · 0.85
mainFunction · 0.85
_inference_with_bleuMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected