Skip to content

Thessal/excRef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

excRef

Automatic reference tracking.

Converts bibliography into summarized and translated text

Please note that this script processes pdf files from untrusted sources.

Usage

Check out main.py

bibliography = {
    "some_index_1": "Some title, Author, Journal, Kewords,... ",
    "some_index_2": "Some title, Author, Journal, Kewords,... ",
    "some_index_3": "Some title, Author, Journal, Kewords,... "
}
gather(bibliography, target_lang="ko")

Dependency

  • Python 3.9.0
  • scholarly
  • title2bib
  • scidownl
  • bibtexparser
  • textract
  • pysummarization
  • googletrans==4.0.0-rc1
pip install scholarly title2bib scidownl bibtexparser textract pysummarization googletrans==4.0.0-rc1

About

Automatic reference tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages