Skip to main content

Heuristic based boilerplate removal tool

Project description

jusText

https://github.com/miso-belica/jusText/actions/workflows/run-tests.yml/badge.svg

Program jusText is a tool for removing boilerplate content, such as navigation links, headers, and footers from HTML pages. It is designed to preserve mainly text containing full sentences and it is therefore well suited for creating linguistic resources such as Web corpora. You can try it online.

This is a fork of original (currently unmaintained) code of jusText hosted on Google Code.

Adaptations of the algorithm to other languages:

Some libraries using jusText:

Some currently (Jan 2020) maintained alternatives:

Installation

Make sure you have Python 2.7+/3.5+ and pip (Windows, Linux) installed. Run simply:

$ [sudo] pip install justext

Dependencies

lxml (version depends on your Python version)

Usage

$ python -m justext -s Czech -o text.txt http://www.zdrojak.cz/clanky/automaticke-zabezpeceni/
$ python -m justext -s English -o plain_text.txt english_page.html
$ python -m justext --help # for more info

Python API

import requests
import justext

response = requests.get("http://planet.python.org/")
paragraphs = justext.justext(response.content, justext.get_stoplist("English"))
for paragraph in paragraphs:
  if not paragraph.is_boilerplate:
    print paragraph.text

Testing

Run tests via

$ py.test-2.7 && py.test-3.5 && py.test-3.6 && py.test-3.7 && py.test-3.8 && py.test-3.9

Acknowledgements

This software has been developed at the Natural Language Processing Centre of Masaryk University in Brno with a financial support from PRESEMT and Lexical Computing Ltd. It also relates to PhD research of Jan Pomikálek.

Changelog for jusText

3.0.2 (2025-02-25)

  • BUG FIX: Handle urllib imports in Python 2 and 3 correctly #51.

3.0.1 (2024-05-09)

  • BUG FIX: Fix issue with new version of lxml #48.

3.0.0 (2021-10-21)

  • INCOMPATIBLE CHANGE: Dropped support for Python 3.4 and below.

  • BUG FIX: Don’t join words separated only by <br> tag.

  • BUG FIX: List available stop-lists alphabetically.

2.2.0 (2016-03-06)

  • INCOMPATIBLE CHANGE: Stop words are case insensitive.

  • INCOMPATIBLE CHANGE: Dropped support for Python 3.2

  • BUG FIX: Preserve new lines from original text in paragraphs.

2.1.1 (2014-05-27)

  • BUG FIX: Function decode_html now respects parameter errors when falling to default_encoding #9.

2.1.0 (2014-01-25)

  • FEATURE: Added XPath selector to the paragrahs. XPath selector is also available in detailed output as xpath attribute of <p> tag #5.

2.0.0 (2013-08-26)

  • FEATURE: Added pluggable DOM preprocessor.

  • FEATURE: Added support for Python 3.2+.

  • INCOMPATIBLE CHANGE: Paragraphs are instances of justext.paragraph.Paragraph.

  • INCOMPATIBLE CHANGE: Script ‘justext’ removed in favour of command python -m justext.

  • FEATURE: It’s possible to enter an URI as input document in CLI.

  • FEATURE: It is possible to pass unicode string directly.

1.2.0 (2011-08-08)

  • FEATURE: Character counts used instead of word counts where possible in order to make the algorithm work well in the language independent mode (without a stoplist) for languages where counting words is not easy (Japanese, Chinese, Thai, etc).

  • BUG FIX: More robust parsing of meta tags containing the information about used charset.

  • BUG FIX: Corrected decoding of HTML entities &#128; to &#159;

1.1.0 (2011-03-09)

  • First public release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

justext-3.0.2.tar.gz (828.5 kB view details)

Uploaded Source

Built Distribution

justext-3.0.2-py2.py3-none-any.whl (837.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file justext-3.0.2.tar.gz.

File metadata

  • Download URL: justext-3.0.2.tar.gz
  • Upload date:
  • Size: 828.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for justext-3.0.2.tar.gz
Algorithm Hash digest
SHA256 13496a450c44c4cd5b5a75a5efcd9996066d2a189794ea99a49949685a0beb05
MD5 a15a7ef1702eb864f4007b7e8cb0362f
BLAKE2b-256 49f345890c1b314f0d04e19c1c83d534e611513150939a7cf039664d9ab1e649

See more details on using hashes here.

File details

Details for the file justext-3.0.2-py2.py3-none-any.whl.

File metadata

  • Download URL: justext-3.0.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 837.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for justext-3.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 62b1c562b15c3c6265e121cc070874243a443bfd53060e869393f09d6b6cc9a7
MD5 ffe66f89c8f6f3c6cd69c09ed8407368
BLAKE2b-256 f2ac52f4e86d1924a7fc05af3aeb34488570eccc39b4af90530dd6acecdf16b5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page