Skip to content

cqunlp/allen_nlp_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use allennlp to develop some nlp tasks (for our own projects usage)

Part-of-speech Tagging

  1. This part is demo code from allennlp.
  2. to explain how this framework works and the main develop process.

Named Entity Recognition

  1. Use bi-LSTM(not include CRF).
  2. Next step we will port the BERT based model.

Abstractive Summarzaiton

  1. based on Copynet.
  2. Define CNN/Daily Mail reader for long-term usage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages