Skip to content
#

nlu

Here are 375 public repositories matching this topic...

rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants

  • Updated Feb 2, 2021
  • Python
gluon-nlp
preeyank5
preeyank5 commented Dec 3, 2020

Description

While using tokenizers.create with the model and vocab file for a custom corpus, the code throws an error and is not able to generate the BERT vocab file

Error Message

ValueError: Mismatch vocabulary! All special tokens specified must be control tokens in the sentencepiece vocabulary.

To Reproduce

from gluonnlp.data import tokenizers
tokenizers.create('spm', model_p

基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口

  • Updated Nov 22, 2020
Cadair
Cadair commented Jan 27, 2021

Somewhat related to #1724 but it's also useful for skills to be able to get a list of all joined (not just configured) rooms.

I am thinking a signature like:

def joined_rooms(self, encrypted_only=False):

which returns room_ids for the rooms. Richer nio room objects could then be obtained by doing connector.connection.rooms[room_id].

ArticutAPI

API of Articut 中文斷詞 (兼具語意詞性標記):「斷詞」又稱「分詞」,是中文資訊處理的基礎。Articut 不用機器學習,不需資料模型,只用現代白話中文語法規則,即能達到 SIGHAN 2005 F1-measure 94% 以上,Recall 96% 以上的成績。

  • Updated Jan 22, 2021
  • Python

Improve this page

Add a description, image, and links to the nlu topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nlu topic, visit your repo's landing page and select "manage topics."

Learn more