clamsproject / mmif-summarizer

Apache License 2.0
0 stars 0 forks source link

Update for new implementation of spaCy #6

Open marcverhagen opened 1 year ago

marcverhagen commented 1 year ago

The new version of spaCy can reuse an existing tokenization layer. This greatly simplifies alignment so the code should be changed for that. Unfortunately it is not a good idea to throw out the old complicated code since spaCY can still run in standalone mode.