Skip to content

Commit

Permalink
carrot 2 hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Oct 14, 2021
1 parent ce642d0 commit 19f5e7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Patent2Net/P2N-Indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
DataBrevet = LoadBiblioFile(Bib, ndf)
LstBrevet = DataBrevet['brevets']
elif 'Description' + ndf.title() in os.listdir(
Bib): # NEW 12/12/15 new gatherer append data to pickle file in order to consume less memory
Bib): # NEW 12/12/15 new gatherer append da
# ta to pickle file in order to consume less memory
DataBrevet = LoadBiblioFile(Bib, ndf.title())
LstBrevet = DataBrevet['brevets']
else: # Retrocompatibility
Expand Down
2 changes: 2 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ chmod +x update.sh
chmod +x run-all.sh
cp -f dex.sav dex.js
rm dex.sav
cp Patent2Net/Carrot2/main.4974e0c5.chunk.js /home/p2n/carrot2/carrot2-4.2.1/dcs/web/frontend/static/js


0 comments on commit 19f5e7e

Please sign in to comment.