Skip to content

Commit

Permalink
remove space character causing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
KDercksen committed Nov 14, 2023
1 parent 2facb82 commit 67d156a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/e2e_entity_linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Alternatively, one may choose to integrate the package into an existing pipeline
with inputting multiple documents at the same time. This can especially be useful when batch loading multiple documents
using their own or our Mention Detection system. To do this we once more import the required packages and define the folder name that contains our Wikipedia corpus files.

```python
```python
from REL.mention_detection import MentionDetection
from REL.utils import process_results
from REL.entity_disambiguation import EntityDisambiguation
Expand Down

0 comments on commit 67d156a

Please sign in to comment.