Skip to content

Commit eface77

Browse files
authored
README tidying and URL correcting (#30)
v1.0.1 corrected docs and tidied code * Large pickles (#24) * Added notes for large pickles #21 * Delete requirements.txt (#26) * Update README.md (#29) * Corrected USPTO all google file URL (fixes #28)
1 parent d34a122 commit eface77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The command ```python detect.py -ps=USPTO-random-10000``` instructs the program
9595
from a file located in ```data/USPTO-random-10000.pkl.bz2```. Hence ```-ps=NAME``` looks for ```data/NAME.pkl.bz2```.
9696

9797
We have hosted larger datasets on a google drive, as the files are too large for GitHub version control. We have made available:
98-
- All USPTO patents from 2004 (477Mb): [USPTO-all.pkl.bz2](https://drive.google.com/drive/folders/1d47pizWdKqtORS1zoBzsk3tLk6VZZA4N)
98+
- All USPTO patents from 2004 (477Mb): [USPTO-all.pkl.bz2](https://drive.google.com/open?id=1m7-_b7-4U7jkNSj4eBt2vE9wol2YAnJJ)
9999

100100
To use additional files, follow the link and download the pickle file into the data folder. Access the new data
101101
with ```-ps=NameWithoutFileExtension```; for example, ```USPTO-all.pkl.bz2``` would be loaded with ```-ps=USPTO-all```.

0 commit comments

Comments
 (0)