All Projects → adbar → trafilatura

adbar / trafilatura

Licence: GPL-3.0 license
Python & command-line tool to gather text on the Web: web crawling/scraping, extraction of text, metadata, comments

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to trafilatura

extractnet
A Dragnet that also extract author, headline, date, keywords from context
Stars: ✭ 52 (-92.69%)
Mutual labels:  text-mining, news, web-scraping, text-cleaning
Text-Analysis
Explaining textual analysis tools in Python. Including Preprocessing, Skip Gram (word2vec), and Topic Modelling.
Stars: ✭ 48 (-93.25%)
Mutual labels:  text-mining, web-scraping
restaurant-finder-featureReviews
Build a Flask web application to help users retrieve key restaurant information and feature-based reviews (generated by applying market-basket model – Apriori algorithm and NLP on user reviews).
Stars: ✭ 21 (-97.05%)
Mutual labels:  text-mining, web-scraping
Awesome Hungarian Nlp
A curated list of NLP resources for Hungarian
Stars: ✭ 121 (-82.98%)
Mutual labels:  text-mining, corpus
Neural-Scam-Artist
Web Scraping, Document Deduplication & GPT-2 Fine-tuning with a newly created scam dataset.
Stars: ✭ 18 (-97.47%)
Mutual labels:  web-scraping, readability
text-mining-corona-articles
Text Mining for Indonesian Online News Articles About Corona
Stars: ✭ 15 (-97.89%)
Mutual labels:  text-mining, web-scraping
Learning Social Media Analytics With R
This repository contains code and bonus content which will be added from time to time for the book "Learning Social Media Analytics with R" by Packt
Stars: ✭ 102 (-85.65%)
Mutual labels:  text-mining, news
Nlp chinese corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
Stars: ✭ 6,656 (+836.15%)
Mutual labels:  news, corpus
Texthero
Text preprocessing, representation and visualization from zero to hero.
Stars: ✭ 2,407 (+238.54%)
Mutual labels:  text-mining, text-preprocessing
Breadability
Reworked https://www.readability.com/ parsing library (now https://mercury.postlight.com/ is living alternative)
Stars: ✭ 186 (-73.84%)
Mutual labels:  text-mining, text-extraction
readability
Fast readability scores for text data
Stars: ✭ 22 (-96.91%)
Mutual labels:  text-mining, readability
malay-dataset
Text corpus for Bahasa Malaysia, https://malaya.readthedocs.io/en/latest/Dataset.html
Stars: ✭ 189 (-73.42%)
Mutual labels:  text-mining, corpus
Newspaper
News, full-text, and article metadata extraction in Python 3. Advanced docs:
Stars: ✭ 11,545 (+1523.77%)
Mutual labels:  news, news-aggregator
General News Extractor Js
🤔一个新闻网页正文通用抽取器,包括标题、作者和日期。
Stars: ✭ 55 (-92.26%)
Mutual labels:  news, readability
readability-cli
A CLI for Mozilla Readability. Get clean, uncluttered, ready-to-read HTML from any webpage!
Stars: ✭ 41 (-94.23%)
Mutual labels:  scraping, readability
Uc Davis Cs Exams Analysis
📈 Regression and Classification with UC Davis student quiz data and exam data
Stars: ✭ 33 (-95.36%)
Mutual labels:  text-mining, web-scraping
HungryHippo
🦛 scrapes websites and generates rss feeds
Stars: ✭ 33 (-95.36%)
Mutual labels:  news, rss-feed
newspaperjs
News extraction and scraping. Article Parsing
Stars: ✭ 59 (-91.7%)
Mutual labels:  news, news-aggregator
Khcoder
KH Coder: for Quantitative Content Analysis or Text Mining
Stars: ✭ 126 (-82.28%)
Mutual labels:  text-mining, corpus
PythonScrapyBasicSetup
Basic setup with random user agents and IP addresses for Python Scrapy Framework.
Stars: ✭ 57 (-91.98%)
Mutual labels:  scraping, web-scraping

A Python package & command-line tool to gather text on the Web

Logo as PNG image


Python package Python versions Documentation Status Code Coverage Downloads Reference DOI: 10.18653/v1/2021.acl-demo.15

Demo as GIF image

Description

Trafilatura is a Python package and command-line tool designed to gather text on the Web. It includes discovery, extraction and text processing components. Its main applications are web crawling, downloads, scraping, and extraction of main texts, metadata and comments. It aims at staying handy and modular: no database is required, the output can be converted to various commonly used formats.

Going from raw HTML to essential parts can alleviate many problems related to text quality, first by avoiding the noise caused by recurring elements (headers, footers, links/blogroll etc.) and second by including information such as author and date in order to make sense of the data. The extractor tries to strike a balance between limiting noise (precision) and including all valid parts (recall). It also has to be robust and reasonably fast, it runs in production on millions of documents.

This tool can be useful for quantitative research in corpus linguistics, natural language processing, computational social science and beyond: it is relevant to anyone interested in data science, information extraction, text mining, and scraping-intensive use cases like search engine optimization, business analytics or information security.

Features

  • Web crawling and text discovery:
    • Focused crawling and politeness rules
    • Support for sitemaps (TXT, XML) and feeds (ATOM, JSON, RSS)
    • URL management (blacklists, filtering and de-duplication)
  • Seamless and parallel processing, online and offline:
    • URLs, HTML files or parsed HTML trees usable as input
    • Efficient and polite processing of download queues
    • Conversion of previously downloaded files
  • Robust and efficient extraction:
    • Main text (with LXML, common patterns and generic algorithms: jusText, fork of readability-lxml)
    • Metadata (title, author, date, site name, categories and tags)
    • Formatting and structural elements: paragraphs, titles, lists, quotes, code, line breaks, in-line text formatting
    • Comments (if applicable)
  • Output formats:
    • Text (minimal formatting or Markdown)
    • CSV (with metadata, tab-separated values)
    • JSON (with metadata)
    • XML (with metadata, text formatting and page structure) and TEI-XML
  • Optional add-ons:
    • Language detection on extracted content
    • Graphical user interface (GUI)
    • Speed optimizations

Evaluation and alternatives

For more detailed results see the benchmark and evaluation script. To reproduce the tests just clone the repository, install all necessary packages and run the evaluation script with the data provided in the tests directory.

750 documents, 2236 text & 2250 boilerplate segments (2022-05-18), Python 3.8
Python Package Precision Recall Accuracy F-Score Diff.
html_text 0.5.2 0.529 0.958 0.554 0.682 2.2x
inscriptis 2.2.0 (html to txt) 0.534 0.959 0.563 0.686 3.5x
newspaper3k 0.2.8 0.895 0.593 0.762 0.713 12x
justext 3.0.0 (custom) 0.865 0.650 0.775 0.742 5.2x
boilerpy3 1.0.6 (article mode) 0.814 0.744 0.787 0.777 4.1x
baseline (text markup) 0.757 0.827 0.781 0.790 1x
goose3 3.1.9 0.934 0.690 0.821 0.793 22x
readability-lxml 0.8.1 0.891 0.729 0.820 0.801 5.8x
news-please 1.5.22 0.898 0.734 0.826 0.808 61x
readabilipy 0.2.0 0.877 0.870 0.874 0.874 248x
trafilatura 1.2.2 (standard) 0.914 0.904 0.910 0.909 7.1x

Other evaluations:

Usage and documentation

For more information please refer to the documentation:

For video tutorials see this Youtube playlist:

License

Trafilatura is distributed under the GNU General Public License v3.0. If you wish to redistribute this library but feel bounded by the license conditions please try interacting at arms length, multi-licensing with compatible licenses, or contacting me.

See also GPL and free software licensing: What's in it for business?

Context

Contributing

Contributions are welcome! See CONTRIBUTING.md for more information. Bug reports can be filed on the dedicated page.

Many thanks to the contributors who submitted features and bugfixes!

Roadmap

For planned enhancements and relevant milestones see issues page.

Author

This effort is part of methods to derive information from web documents in order to build text databases for research (chiefly linguistic analysis and natural language processing). Extracting and pre-processing web texts to the exacting standards of scientific research presents a substantial challenge for those who conduct such research. Web corpus construction involves numerous design decisions, and this software package can help facilitate text data collection and enhance corpus quality.

Reference DOI: 10.18653/v1/2021.acl-demo.15 Zenodo archive DOI: 10.5281/zenodo.3460969
@inproceedings{barbaresi-2021-trafilatura,
  title = {{Trafilatura: A Web Scraping Library and Command-Line Tool for Text Discovery and Extraction}},
  author = "Barbaresi, Adrien",
  booktitle = "Proceedings of the Joint Conference of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing: System Demonstrations",
  pages = "122--131",
  publisher = "Association for Computational Linguistics",
  url = "https://aclanthology.org/2021.acl-demo.15",
  year = 2021,
}

You can contact me via my contact page or on GitHub.

Software ecosystem

Software ecosystem

Trafilatura: Italian word for wire drawing.

Known uses of the software.

Corresponding posts on Bits of Language (blog).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].