Description Usage Arguments See Also Examples
View source: R/ner_german_large.R
wt_predict_labels_ner_german_large
returns a tidy data frame
of tokens classified as named entities including probabilities.
1 | wt_predict_labels_ner_german_large(sentence)
|
sentence |
A character vector with a sentence compatible with the model. |
https://huggingface.co/flair/ner-german-large for further information about this model.
1 2 3 4 5 6 7 8 | ## Not run:
wt_load_model("ner-german-large")
# example sentence
sentence_example <- "Santesuisse und Curaviva fordern eine Umverteilung"
# get predictions
wt_predict_labels_ner_german_large(sentence = sentence_example)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.