.The demand trend detect of client conversation with employees
.Demand extraction and apply for future agents reminder under task handle circumstance or automatically Robot Q&A
-> Data preprocessing
-> Built StopWord dict and AddWord dict
-> Original Text cut words into list (base on two dicts)
-> Keyword Extraction (base on tfidf or TextRank)
-> Rule dictionary built (like {"Tag":[k1,k2,k3]} currently by manual)
-> Sentences Text import and Judge module apply
.N_gram method for high probability rule dictionary update
.N_gram to N_follow judge fix match to dynamic match, aiming to provide a wider demand construction
.Low Recall on all terms especially on Covid term
.Futrue Plan: Add more realted terms to fill the gap, About short term trend. considering single words bags to detect. As for long term trend, considering realted words bags for detection.
Automatic Model to detect high probability words match