MikeHopcroft / ShortOrder

A natural language conversational agent for ordering and organizing items from a catalog.
MIT License
13 stars 7 forks source link

Factor out tokenizer #38

Closed MikeHopcroft closed 5 years ago

MikeHopcroft commented 6 years ago

Tokenizer code should move to token-flow project. The short-order project will then take a dependency on token-flow. The design intent is that short-order is a conversational agent that uses token-flow for low-level tokenization.