From 54659186ef524cd5dafa89d32c012ee45fa02173 Mon Sep 17 00:00:00 2001 From: akb89 Date: Thu, 30 Aug 2018 17:58:51 -0400 Subject: [PATCH] Removed minor typos on README --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7793c27..b189171 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/setup.py b/setup.py index bd69abd..02ca7b5 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ author_email='akb@3azouz.net', 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',