Skip to content

Commit

Permalink
Removed minor typos on README
Browse files Browse the repository at this point in the history
  • Loading branch information
akb89 committed Aug 30, 2018
1 parent c20c8ec commit 5465918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ directory named `pyfn`. Your pyfn folder structure should look like:
| | |-- ...
```

**Please strictly follow this directory structure to avoid unexpected errors. `pyfn` relies on a lot of relative path resolutions to make scripts calls shorter, and changing this directory structure can brake everything**
**Please strictly follow this directory structure to avoid unexpected errors. `pyfn` relies on a lot of relative path resolutions to make scripts calls shorter, and changing this directory structure can break everything**

### Setup NLP4J for POS tagging

Expand Down Expand Up @@ -637,7 +637,7 @@ if __name__ == '__main__':
print('annoset with #id = {}'.format(annoset._id))
```

**Important** the `.bios` and `.sentences` files must have been generated
**Important!** the `.bios` and `.sentences` files must have been generated
with `pyfn convert ... --to bios ...` with the `--filter overlap_fes`
parameter.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author_email='[email protected]',
long_description=long_description,
long_description_content_type='text/markdown',
version='1.2.0',
version='1.2.1',
url='https://gitlab.com/akb89/pyfn',
download_url='https://pypi.org/project/pyfn/#files',
license='MIT',
Expand Down

0 comments on commit 5465918

Please sign in to comment.