paper-with-me

홈 › Papers

Building a 70 billion word corpus of English from ClueWeb

2012-05-01 · LREC 2012 5 · Jan Pomik{\'a}lek, Milo{\v{s}} Jakub{\'\i}{\v{c}}ek, Pavel Rychl{\'y}

This work describes the process of creation of a 70 billion word text corpus of English. We used an existing language resource, namely the ClueWeb09 dataset, as source for the corpus data. Processing such a vast amount of data presented several challenges, mainly associated with pre-processing (boilerplate cleaning, text de-duplication) and post-processing (indexing for efficient corpus querying using the CQL -- Corpus Query Language) steps. In this paper we explain how we tackled them: we describe the tools used for boilerplate cleaning (jusText) and for de-duplication (onion) that was performed not only on full (document-level) duplicates but also on the level of near-duplicate texts. Moreover we show the impact of each of the performed pre-processing steps on the final corpus size. Furthermore we show how effective parallelization of the corpus indexation procedure was employed within the Manatee corpus management system and during computation of word sketches (one-page, automatic, corpus-derived summaries of a word's grammatical and collocational behaviour) from the resulting corpus.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationManagementPart-Of-Speech TaggingSpeech Recognition

Similar Papers 제목 키워드 기반

Building Retrieval Systems for the ClueWeb22-B Corpus

2024-02-06 · Harshit Mehrotra, Jamie Callan, Zhen Fan

The ClueWeb22 dataset containing nearly 10 billion documents was released in 2022 to support academic and industry research. The goal of this project was to build retrieval baselines for the English section of the "super…

Retrieval

ClueWeb22: 10 Billion Web Documents with Visual and Semantic Information

2022-11-29 · Arnold Overwijk, Chenyan Xiong, Xiao Liu, Cameron VandenBerg 외

ClueWeb22, the newest iteration of the ClueWeb line of datasets, provides 10 billion web pages affiliated with rich information. Its design was influenced by the need for a high quality, large scale web corpus to support…

document understandingRetrieval

Building a Web-Scale Dependency-Parsed Corpus from CommonCrawl

2017-10-04 · LREC 2018 5 · Alexander Panchenko, Eugen Ruppert, Stefano Faralli, Simone Paolo Ponzetto 외

We present DepCC, the largest-to-date linguistically analyzed corpus in English including 365 million documents, composed of 252 billion tokens and 7.5 billion of named entity occurrences in 14.3 billion sentences from a…

Open Information ExtractionQuestion AnsweringWord Embeddings

Announcing CzEng 2.0 Parallel Corpus with over 2 Gigawords

2020-07-06 · Tom Kocmi, Martin Popel, Ondrej Bojar

We present a new release of the Czech-English parallel corpus CzEng 2.0 consisting of over 2 billion words (2 "gigawords") in each language. The corpus contains document-level information and is filtered with several tec…

Development of a Web-Scale Chinese Word N-gram Corpus with Parts of Speech Information

2012-05-01 · LREC 2012 5 · Chi-Hsin Yu, Yi-jie Tang, Hsin-Hsi Chen

Web provides a large-scale corpus for researchers to study the language usages in real world. Developing a web-scale corpus needs not only a lot of computation resources, but also great efforts to handle the large variat…

Information RetrievalLanguage Modelling