Changes between Version 1 and Version 2 of CzechCorpus


Ignore:
Timestamp:
Jan 18, 2017, 10:56:06 AM (7 years ago)
Author:
xsuchom2
Comment:

Created

Legend:

Unmodified
Added
Removed
Modified
  • CzechCorpus

    v1 v2  
    11= D2.3: A new Czech corpus, sized 10 billion words =
     2
     3== Building the Czech Web corpus ==
     4We have used crawler !SpiderLing [1] to crawl Czech sites on the Web. URLs of documents obtained in previous years by adopting the Corpus factory method [2] were used as starting points for the crawler.
     5
     6The following language models were created:
     7 - Character trigram model for language detection. 59 KB of text from documents obtained in previous years and manually checked was used to train the model.
     8 - Byte trigram model for character encoding detection. The model was trained using web pages obtained by the Corpus factory method.
     9 - 2659 most frequent Czech words from the texts obtained in previous years were used as a wordlist to check the language of a running text by boilerplate removal tool jusText [3].
     10 - These models were also created for Slovak and English to filter out unwanted language content from the corpus data while crawling the Web.
     11
     12The crawler was set to harvest web domains in the national top level domain of the Czech Republic (cz) and other general TLDs (eu, com, org, net, gov, info, edu).
     13
     142,117 GB of http responses was gathered in the process. HTML tags and boilerplate paragraphs were removed from the raw data by jusText. Then, Czech texts obtained by similar means in 2015 were added. Duplicate or near duplicate paragraphs were identified and removed using tool onion [3]. The final size of the corpus is 80 GB and 9.3 billion tokens.
     15
     16== Corpus properties ==
     17Basic properties of corpus sources are summarised below.
     18
     19The size of corpus structures:
     20||=Document count    =||    32,739,545||
     21||=Paragraph count   =||   185,942,419||
     22||=Sentence count    =||   591,149,939||
     23||=Token count       =|| 9,307,153,731||
     24
     25== Corpus query interface ==
     26The corpus has been indexed by corpus manager and query system Sketch Engine [4]. The corpus can be searched at http://corpora.fi.muni.cz/habit/run.cgi/first_form?corpname=cztenten16_0.
     27
     28== References ==
     29 - [1] -- Suchomel, Vít, and Jan Pomikálek. "Efficient web crawling for large text corpora." In Proceedings of the seventh Web as Corpus Workshop (WAC7), pp. 39-43. 2012.
     30 - [2] -- Kilgarriff, Adam, Siva Reddy, Jan Pomikálek, and P. V. S. Avinesh. "A Corpus Factory for Many Languages." In LREC. 2010.
     31 - [3] -- Pomikálek, Jan. "Removing boilerplate and duplicate content from web corpora." Disertační práce, Masarykova univerzita, Fakulta informatiky (2011).
     32 - [4] -- Kilgarriff, Adam, Vít Baisa, Jan Bušta, Miloš Jakubíček, Vojtěch Kovář, Jan Michelfeit, Pavel Rychlý, and Vít Suchomel. "The Sketch Engine: ten years on." Lexicography 1, no. 1 (2014): 7-36.