Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
balthasars committed Apr 12, 2021
1 parent e7dee65 commit d824992
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions R/ner_german_large.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ load_ner_german_large <- function() {
import_python_module_to_globalenv(module_name = "flair")

# download and initialize sequence tagger
cli::cli_h1("Now loading flair/ner-german-large")
ner_german_large_tagger <<- reticulate::py_run_string(
"
from flair.data import Sentence
Expand Down
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ reticulate::use_condaenv(condaenv = "myenv")

## Using the models

### `flair/german-ner-large`

### `flair/german-ner-large`

Here's how to use the NER tagger:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ reticulate::use_condaenv(condaenv = "myenv")

## Using the models

\#\#\# `flair/german-ner-large`
### `flair/german-ner-large`

Here’s how to use the NER tagger:

Expand Down

0 comments on commit d824992

Please sign in to comment.