LittleYenMin / jieba-bot

NLP implement by Chinese segmentation and cosine-similarity
3 stars 0 forks source link

Read questions from CSV #10

Closed LittleYenMin closed 5 years ago

LittleYenMin commented 5 years ago

A module to read questions from CSV and A schema for the question and answer.

Ref: lib/csv

LittleYenMin commented 5 years ago

@dannypsnl As I think, this project offers people to compare the keyword(user-input) and questions to get intents(command_type) back. So we don't need to constrain or enumeration the command_type of the question.

The test case above, it just an example doesn't mean anything, and The only thing people needs to do it follow our data format of the CSV or table struct.

LittleYenMin commented 5 years ago

thanks god, finally.