suggestion by Daniël

This commit is contained in:
svlandeg 2024-01-26 11:15:55 +01:00
parent 3c60175361
commit f2fc9808b6

View File

@ -1296,7 +1296,7 @@ input formats are:
When a directory is provided it is traversed recursively to collect all files. When a directory is provided it is traversed recursively to collect all files.
When loading a .spacy file, any potential annotations stored on the `Doc` will be preserved. When loading a .spacy file, any potential annotations stored on the `Doc` that are not overwritten by a pipe will be preserved.
If you want to evaluate the pipeline on raw text only, make sure that the .spacy file does not contain any annotations. If you want to evaluate the pipeline on raw text only, make sure that the .spacy file does not contain any annotations.
```bash ```bash