This repository was archived by the owner on Nov 8, 2022. It is now read-only.
NLP Architect v0.2
·
428 commits
to master
since this release
Release v0.2
New Solution
- Term Set Expansion - the task of expanding a given partial set of terms into a more complete set of terms that belong to the same semantic class. This solution demonstrates the usage of NLP Architect models (Word Chunker and NP2Vec) used in an application solution.
New models
- Unsupervised Crosslingual Embeddings model using a GAN to learn a mapping between languages - implemented in
Tensorflow - Language Model (LM) using Temporal Convolution Network (TCN) - implemented in
Tensorflow - Supervised Sentiment Classification - implemented in
Keras
Model improvements
- Reading comprehension - refactored to use
Tensorflow - End-to-end Memory Network for Goal Oriented Dialogue - refactored to use
Tensorflow - Word Chunker - refactored to use
tf.kerasand use state-of-art model - NP semantic segmentation - refactored to use
tf.keras - Updated
CONLL2000,Amazon_Review,PTB,Fasttext,Wikitext-103andWikipedia-dumpdataset loaders.
New features
- REST server refactored to use
hug, new streamlined the UI and improved documentation. See updated documentation for further details. - Noun Phrase annotator plug-in for
spaCypipeline - Publications page with relevant material demonstrating the usage of NLP Architect
- Tutorials page with a collection of
Jupyternotebook tutorials using NLP Architect models