None-Such

Results 6 issues of None-Such

As per **#2407** (https://github.com/flairNLP/flair/issues/2407) the Tagger complains that some input tokens are not in the dictionary (despite add_unk=True). This can easily be recreated by having a tag exist in your...

bug

At present Flair provides wonderful metrics (i.e. F1 Scores) on the Test data set at completion. However, it would be quite useful for those building out their own training data...

Hello, Thank you very much for making this project available - really enjoying it =) Question: I am curious about the disparity in version numbers between GitHub and PyPi: 1....

When doing sequence tagging for Named Entities, Flair is injecting spaces around punctuation inside the Span itself (which I suspect this is due to the tokenization being applied). I previously...

bug

When doing sequence tagging for Named Entities, Flair is injecting spaces around punctuation inside the Span itself (which I suspect this is due to the tokenization being applied). It would...

question

### Question I just noticed a paper that came out this month on arxiv titled: **xLSTM: Extended Long Short-Term Memory** It looks like the **Algorithm** that was the original success...

question