-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add University of Leipzig French corpus to kalamine (#195)
* Add Leipzig University 2012 Corpus * Fix shebangs in corpus generation binaries
- Loading branch information
Showing
4 changed files
with
6,113 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Corpus for layout analysis | ||
|
||
## `fr` / `en` | ||
|
||
Those corpora and stats come from Don Quixote | ||
|
||
## `fra_mixed-typical_2012_1M-sentences` | ||
|
||
These stats come from [University of Leipzig](https://wortschatz.uni-leipzig.de/en/download/French#fra_mixed_2012) | ||
|
||
### Sources | ||
French Mixed-Typical 2012, 1M sentences file has been extracted, and the | ||
sentence indices have been stripped with `awk '!($1="")' | ||
fra_mixed-typical_2012_1M/fra_mixed-typical_2012_1M-sentences.txt > | ||
fra_mixed-typical_2012_1M-sentences.txt` | ||
|
||
### Bibtex | ||
|
||
```tex | ||
@misc{fra_mixed_2012, | ||
author = {Leipzig Corpora Collection}, | ||
title = {French mixed corpus based on material from 2012}, | ||
howpublished = {https://corpora.uni-leipzig.de?corpusId=fra_mixed_2012}, | ||
note = {Accessed: 2024-11-09} | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.