Tensorflow.NET chatbot label?? and Tensorflow.NET.Text
I know SciSharp has chatbot repositories. e.g. BotSharp etc. However, Tensorflow.NET repository has a chatbot label.

Is there a plan to port tensorflow chatbot code (e.g. transformer) to tensorflow.NET?
Currently, it seems the Tensorflow.NET.Text project has not planned yet.
Any feedback? On possible milestone towards Deep NLP using tensorflow.NET e.g. recent merge for Text preprocessing? I also notice Seq2SeqSharp has been selected. Is there a plan to integrate Seq2SeqSharp to Tensorflow.NET or in whatever form?
@GeorgeS2019 Current master branch is foucsed on make NLP/ NLU related task be runnable. The ultimate goal is to support BotSharp to use the state of art NLP model .NET.
@Oceania2018 Do you see a path how the NLU codes in Seq2SeqSharp, especially the .NET transformer framework, could be useful in speeding up the NLP/NLU Keras implementation in Tensorflow.NET?