apmoore1 / target-extraction

Target based extraction
https://apmoore1.github.io/target-extraction/
Apache License 2.0
4 stars 1 forks source link

Upgrading to pre allennlp 1.0.0 #20

Closed apmoore1 closed 4 years ago

apmoore1 commented 4 years ago

Upgrading to Allennlp 1.0.0. This requires a lot of changes:

  1. Moving away from WorkTokenizers

See these release notes for full details

apmoore1 commented 4 years ago

Another thing that should be changed is the TargetTaggerPredictor _tokenizer should be defined in the arguments.

apmoore1 commented 4 years ago

Another thing that should be changed is the TargetTaggerPredictor _tokenizer should be defined in the arguments.

This probably should be moved to a separate issue as it currently works fine and has a bit of custom POS tagging code.