ACE_Australian_Corpus_of_English
收藏资源简介:
澳大利亚英语语料库(ACE)是为了匹配1986年的澳大利亚数据与20世纪60年代的标准美国和英国语料库(Brown和LOB)而编制的。该语料库包含100万个单词的已发表文本,来自15个类别的非小说和小说,共500个样本。关键词包括澳大利亚英语和语料库语言学。数据来源是麦考瑞大学研究数据,并根据CC BY 4.0许可进行授权。数据集结构包括数据文件夹中的1718个.txt文件(包含纯文本和原始文本两种格式)和Manul文件夹中的18个.HTM文件(包含源字幕和作者信息)。下载方式可以通过直接下载链接或运行download.py脚本。
The Australian Corpus of English (ACE) was compiled to align the 1986 Australian data with the standard 1960s American and British corpora (Brown and LOB). This corpus comprises one million words of published text, consisting of 500 samples across 15 categories of non-fiction and fiction. Key terms include Australian English and corpus linguistics. The dataset is sourced from Macquarie University research data and is licensed under CC BY 4.0. The dataset structure includes 1,718 .txt files (available in both plain text and raw text formats) in the data folder, and 18 .HTM files containing source subtitles and author information in the Manul folder. Downloads can be accessed via direct download links or by running the download.py script.
澳大利亚英语语料库(ACE)
概述
澳大利亚英语语料库(ACE)是为了匹配1986年以来的澳大利亚数据与20世纪60年代的标准美国和英国语料库(Brown和LOB)而编制的。它包括100万个单词的已发表文本,来自500个样本,涵盖15个类别的非虚构和虚构作品。
关键词:澳大利亚英语,语料库语言学。
数据来源
原始数据集来自麦考瑞大学研究数据 - 澳大利亚英语语料库(ACE),并根据CC BY 4.0许可进行授权。
数据集结构
解压ACE.zip后,数据集包含在ACE目录下:
data目录包含1718个.txt文件,每个文档包含纯文本和原始两种格式。Manul目录包含18个.HTM文件,提供每个文档的来源标题和作者信息。
下载
您可以直接从麦考瑞大学研究数据 - 澳大利亚英语语料库(ACE)下载。
您也可以通过在终端运行download.py来下载:
bash
$ python3 download.py --help
usage: download.py [-h] [--save_path SAVE_PATH] [--unzip]
Download a file and optionally unzip it.
options: -h, --help show this help message and exit --save_path SAVE_PATH Path to save the downloaded file. --unzip Unzip the file if its a zip archive.
例如:
python3 download.py --save_path my_data --unzip将在my_data目录下下载并解压数据集ACE.zip。python3 download.py将仅在当前目录下下载。
许可
本仓库根据MIT许可进行授权。




