Use allennlp to develop some nlp tasks (for our own projects usage) Part-of-speech Tagging This part is demo code from allennlp. to explain how this framework works and the main develop process. Named Entity Recognition Use bi-LSTM(not include CRF). Next step we will port the BERT based model. Abstractive Summarzaiton based on Copynet. Define CNN/Daily Mail reader for long-term usage.