flairNLP / flair

A very simple framework for state-of-the-art Natural Language Processing (NLP)
https://flairnlp.github.io/flair/
Other
13.7k stars 2.08k forks source link

Incorporate hunflair2 docs to docpage #3442

Closed helpmefindaname closed 1 month ago

helpmefindaname commented 2 months ago

This PR adds the new hunflair2 tutorials to our docpage and switches from code that downloads ab3p from bioner to pyab3p that not released yet but will follow.

This PR is in draft until pyab3p is released on pypi. For testing, you can already use the version from the testing-pypi via pip install --index-url https://test.pypi.org/simple/ pyab3p

pyab3p got released, hence you can now install it with pip install pyab3p

alanakbik commented 1 month ago

@helpmefindaname thanks a lot for adding this!