MikeHopcroft / ShortOrder

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

Make TokenizerFunction async #48

Closed drub0y closed 5 years ago

drub0y commented 5 years ago

This makes the TokenizerFunction return a Promise<IterableIterator<AnyToken>> now which enables the impl to be async if you need it to be.

This includes changes to propagate the async up through:

MikeHopcroft commented 5 years ago

I rebased this on top of mhop-alpha1. It will make it into master and npm once I evaluate all of the changes made last week in mhop-alpha1.

dchouren commented 5 years ago

@MikeHopcroft any ETA for evaluating mhop-alpha1 and merging this into master? Looking at experimenting with other LUIS intents once this is in.

MikeHopcroft commented 5 years ago

@dchouren: I'll try to do it this evening.

MikeHopcroft commented 5 years ago

Merged. Pushed to short-order@v0.0.31.