MCPcopy Index your code
hub / github.com/modelscope/FunASR / get_emo

Function get_emo

funasr/utils/postprocess_utils.py:442–448  ·  view source on GitHub ↗

Get emo. Args: s: TODO.

(s)

Source from the content-addressed store, hash-verified

440 s: TODO.
441 """
442 def get_emo(s):
443 """Get emo.
444
445 Args:
446 s: TODO.
447 """
448 return s[-1] if s[-1] in emo_set else None
449
450 def get_event(s):
451 """Get event.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…