Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion probing/ud_parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ UD Parser can be provided with the directory with CONLLU files or directly with
```python
# You can provide a direct path to the folder with conllu files

splitter.convert(dir_conllu_path=<folder path>)
splitter.convert(path_dir_conllu=<folder path>)

# Or you can pass paths to each of three possible conllu files

Expand Down