How does this compare to word2vec or fasttext?
word2vec and fasttext are specialized tools for creating word embeddings, this is a more generalist library. It's more comparable to PyText, AllenNLP or Flair, the main difference appearing to be that the other three use PyTorch, not Tensorflow.
Re: NLP Architect by Intel AI Lab
#11with the recent change for TF 2.0. If you would design something similar, will you use TF or Pytorch?
What I am trying to ask here is, Is TF 2.0 is comparable to Pytorch when it comes to ease of use?