Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🗞️ A tool for downloading and parsing Reuters-21578. These are a collection of documents that appeared on Reuters newswire back in 1987.

License

NotificationsYou must be signed in to change notification settings

cawfree/reuters-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗞️ A tool for downloading and parsing Reuters-21578. These are a collection of documents that appeared on Reuters newswire back in 1987.

code style: prettier

🔥 Features

  • Asynchronously caches the full dataset to your temporary directory.
    • This reduces your project size.
  • Prettifies the results.
    • Uses proper JSON naming conventions and common-sense values.

🚀 Getting Started

Usingnpm:

npm install --save reuters-dataset

Usingyarn:

yarn add reuters-dataset

✍️ Usage

importgetReutersDatasetfrom'reuters-dataset';(async()=>{const{ exchanges, orgs, people, places, topics, articles}=awaitgetReutersDataset();})();

📌 Example

{"$": {"topics":true,"lewissplit":"TRAIN","cgisplit":"TRAINING-SET","oldid":"5544","newid":"1"  },"topics": ["cocoa"],"places": ["el-salvador","usa","uruguay"],"people": [],"orgs": [],"exchanges": [],"companies": [],"text": {"title":"BAHIA COCOA REVIEW","dateline":"SALVADOR, Feb 26 -","body":"Showers continued throughout [...]"  },"date":"1987-02-26T15:01:01.790Z"}

✌️ License

MIT

Buy @cawfree a coffee

About

🗞️ A tool for downloading and parsing Reuters-21578. These are a collection of documents that appeared on Reuters newswire back in 1987.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp