1. 首页
  2. 数据库
  3. 其它
  4. informers:Ruby的最新自然语言处理 源码

informers:Ruby的最新自然语言处理 源码

上传者: 2021-04-08 23:22:16上传 ZIP文件 785.32KB 热度 12次
告密者 :slightly_smiling_face: Ruby的最新自然语言处理 支持: 情绪分析 问题回答 命名实体识别 文本生成-开发中 总结-开发中 翻译-开发中 安装 将此行添加到您的应用程序的Gemfile中: gem 'informers' 入门 情绪分析 首先,下载。 预测情绪 model = Informers :: SentimentAnalysis . new ( "sentiment-analysis.onnx" ) model . predict ( "This is super cool" ) 这返回 { label : "positive" , score : 0.999855186578301 } 一次预测多个 model . predict ( [ "This is super cool" , "I didn't like it" ] ) 问题回答 首先,下载经过,并将Numo添加到应用程序的G
用户评论