Ungoliant Versions Save

:spider: The pipeline for the OSCAR corpus

v2.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/oscar-project/ungoliant/compare/v1.2.3...v2.0.0

v1.2.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/oscar-corpus/ungoliant/compare/v1.2.1...v1.2.3

v1.2.1

2 years ago

What's Changed

Full Changelog: https://github.com/oscar-corpus/ungoliant/compare/v1.1.1...v1.2.1

v1.1.1

2 years ago

v1.1.0

2 years ago

Ungoliant v1.1.0

This is the second release of Ungoliant, a project that provides tools to generate corpora from CommonCrawl. Ungoliant also includes already established pipeline(s), in particular to generate [OSCAR][oscar]-like corpora.

Ungoliant also replaces goclassy.

Get the release from the Releases tab or via cargo: cargo install ungoliant.

Features

Ungoliant v1.1.0 features a new pipeline that produces document oriented corpora instead of previous, line oriented corpora.

The changes include:

  • New corpus format where content and metadata are merged into a single, JSONLines-formatted file per language,
  • New multilingual corpus, with documents containing lines in different languages,
  • Annotations, enabling filtering of documents based on different criteria (adult content, noisy, short..)
  • (Unstable) Rebuilding of corpus, with AVRO-based rebuild files containing identifications and annotations. (Needs a copy of the related Common Crawl)

v1.0.0

2 years ago

Ungoliant v1.0.0

This is the first release of Ungoliant, a project that provides tools to generate corpora from CommonCrawl. Ungoliant also includes already established pipeline(s), in particular to generate OSCAR-like corpora.

Ungoliant also replaces goclassy.

Get the release from the Releases tab or via cargo: cargo install ungoliant.

Features

  • Feature: Downloading of CommonCrawl. Ungoliant features an asynchronous multithreaded downloader that is faster than the previous solution used for OSCAR.
  • Feature: Generation of both OSCAR v1 and OSCAR v1.1 corpora. The new OSCAR v1.1 is a backward compatible corpus including metadata.
  • Feature: Deduplication using runiq. Ungoliant currently uses a fork that enables library access.
  • Feature: Splitting, compression and packaging. These three operations facilitates generated corpora preparation for ulterior distribution. Note that these operations are not yet performed on the fly, and may need huge free space.

Changes

These changes are feature evolutions from goclassy

  • Pipelines and tools are available through the ungoliant command-line interface.
  • Downloading and compilation of fasttext is not needed anymore. Be sure to have cmake installed if you plan on compiling Ungoliant yourself.
  • General performance improvements when using implemented pipelines. This has been possible by using a multithreading of a finer granularity, using rayon.rs.