编程遇到瓶颈?别再看Stack Overflow了!「论文矿工」帮你快速找到论文
新智元
共 2405字,需浏览 5分钟
·
2021-06-02 17:29
新智元报道
新智元报道
来源:Reddit
编辑:好困
【新智元导读】让自己的代码告别告别「融合怪」,网友亲情推荐全新工具「论文矿工」!经过同行评审的权威论文是你最好的老师。(大部分时候)
pip install -r git+https://github.com/valayDave/arxiv-miner
pip install arxiv-miner
sh setup_latex_parsing.sh
sh cso_setup.sh
python scripts/scrape_papers.py --with-config default_config.ini daily-harvest
python scripts/scrape_papers.py --with-config default_config.ini date-range --start_date '2020-05-29' --end_date '2020-06-30'
python scripts/mine_papers.py --with-config default_config.ini start-miner
streamlit run scripts/arxiv_search_dash.py -- --config default_config.ini
从论文中提取方程,以便用于进一步的研究和挖掘。 整理来自 Twitter、Reddit 等关于评论、喜欢、转发、讨论等的信息,为需要进一步挖掘或分析的论文提供更多有趣的内容。 创建测试用例。
少不了的赞
「我爱这个搜索!曾经也在做类似的项目,但是一个又快又好的搜索很难做!」
参考资料:
https://arxiv-miner.turing-bot.com/#/README
https://github.com/valayDave/arxiv-miner
https://sci-genie.com
https://www.reddit.com/r/MachineLearning/comments/nn9q8s/p_arxivminer_a_toolkit_for_scraping_parsing_and/
评论