Skip to content

Instantly share code, notes, and snippets.

@xycui
Last active August 10, 2018 07:46
Show Gist options
  • Save xycui/a84f2583361b4e20b58461653d6457ed to your computer and use it in GitHub Desktop.
Save xycui/a84f2583361b4e20b58461653d6457ed to your computer and use it in GitHub Desktop.
  • 信号优先级?

  • 信号产生者

  • 接收多种信号

  • 被动?主动?

  • 信号的不同的消费者 : 人的走神行为(不消费信号)

  • 信号管道?

  • 状态转移

  • 状态context

  • 接收到事件后的行为

  • 长期短期记忆?

  • session 内信息的持续(userid...)

  • 信号产生器的接口统一

  • 信号接收器的接口统一

Plain text -> ssml

  1. 如何定义接口支持对文本信息的字级别的分析?
  2. 如何定义最小单元(unit) 用于标记分析结果?将plaintext 拆分成list of string (用什么方法拆成 unit) string -> List
  3. 根据拆分出来的最小单元标记分析结果
    a. List + origin string -> List<Dictionary<int,AnalyzeResult>>
    b. List + origin string -> List
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment