Skip to content

gayu/project_user_intent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project_user_intent

User intent recognition - sample tool

Project user_intent is a sample intent recognition command line tool. It recognises user intent by parsing through the input entered by user. This tool is based on the tag value approach,similar words are given with same tag value based on these tag value parsing will happen and the intent will be retrieved.

This project uses STL features available on C++ 17

How to build

mkdir build cd build cmake .. make

How to execute ./user_intent [binary resides inside the build directory]

About

User intent recognition - sample tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published