Skip to content

Commit

Permalink
Fixed link to external resource download in README
Browse files Browse the repository at this point in the history
  • Loading branch information
akb89 committed May 3, 2019
1 parent 8f50897 commit 1c1ae4b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,22 @@ parser, please create an [issue](https://github.com/akb89/pyfn/issues) on Github

### Download
To run the preprocessing and frame semantic parsing scripts, first download:
- [data.7z](https://github.com/akb89/pyfn/releases/download/v1.0.0/data.7z) containing all the FrameNet splits for FN 1.5 and FN 1.7
- [lib.7z](https://github.com/akb89/pyfn/releases/download/v1.0.0/lib.7z) containing all the different external softwares (taggers, parsers, etc.)
- [resources.7z](https://github.com/akb89/pyfn/releases/download/v1.0.0/resources.7z) containing all the required resources
- [scripts.7z](https://github.com/akb89/pyfn/releases/download/v1.0.0/scripts.7z) containing the set of bash scripts to call the different parsers and preprocessing toolkits
- `data.7z` containing all the FrameNet splits for FN 1.5 and FN 1.7
```shell
wget http://129.194.21.122/~kabbach/pyfn/data.7z
```
- `lib.7z` containing all the different external softwares (taggers, parsers, etc.)
```shell
wget http://129.194.21.122/~kabbach/pyfn/lib.7z
```
- `resources.7z` containing all the required resources
```shell
wget http://129.194.21.122/~kabbach/pyfn/resources.7z
```
- `scripts.7z` containing the set of bash scripts to call the different parsers and preprocessing toolkits
```shell
wget http://129.194.21.122/~kabbach/pyfn/scripts.7z
```

Extract the content of all the archives under a
directory named `pyfn`. Your pyfn folder structure should look like:
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.5',
version='1.2.6',
url='https://gitlab.com/akb89/pyfn',
download_url='https://pypi.org/project/pyfn/#files',
license='MIT',
Expand Down

0 comments on commit 1c1ae4b

Please sign in to comment.