Skip to content

Commit

Permalink
Merge branch 'main' into docker
Browse files Browse the repository at this point in the history
  • Loading branch information
wkyoshida committed Sep 21, 2024
2 parents 201f1f5 + 53688c2 commit b2fea2c
Show file tree
Hide file tree
Showing 40 changed files with 4,978,358 additions and 7,606 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Emojis for the following are chosen based on [gitmoji](https://gitmoji.dev/).

- Wikidata query process stages no longer trigger the tqdm progress bar when they're unsuccessful ([#155](https://github.com/scribe-org/Scribe-Data/issues/155)).

### ✅ Tests

- Tests have been written for the CLI to assure that it's functionality remains consistent.

### 📝 Documentation

- The CLI's functionality has been fully documented ([#152](https://github.com/scribe-org/Scribe-Data/issues/152)).
Expand Down Expand Up @@ -101,15 +105,15 @@ Emojis for the following are chosen based on [gitmoji](https://gitmoji.dev/).
- A process has been created to check and update words that can be translated for each Scribe language ([#44](https://github.com/scribe-org/Scribe-Data/issues/44)).
- The baseline data returned from Wikidata queries is now removed once a formatted data file is created.

### 🐞 Bug Fixes

- Tensorflow was removed from the download wiki process to fix build problems on Macs.

### ✅ Tests

- A full testing suite has been added to run on GitHub Actions ([#37](https://github.com/scribe-org/Scribe-Data/issues/37)).
- Unit tests have been added for Wikidata queries ([#48](https://github.com/scribe-org/Scribe-Data/issues/48)) and utility functions ([#50](https://github.com/scribe-org/Scribe-Data/issues/50)).

### 🐞 Bug Fixes

- Tensorflow was removed from the download wiki process to fix build problems on Macs.

### ♻️ Code Refactoring

- The Anaconda based virtual environment was removed and documentation was updated to reflect this.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[![mastodon](https://img.shields.io/badge/Mastodon-6364FF.svg?logo=mastodon&logoColor=ffffff)](https://wikis.world/@scribe)
[![matrix](https://img.shields.io/badge/Matrix-000000.svg?logo=matrix&logoColor=ffffff)](https://matrix.to/#/#scribe_community:matrix.org)

## Wikidata and Wikipedia language data extraction
### Wikidata, Wiktionary and Wikipedia language data extraction

**Scribe-Data** is a convenient command-line interface (CLI) for extracting and formatting language data from [Wikidata](https://www.wikidata.org/) and [Wikipedia](https://www.wikipedia.org/). Functionality includes allowing users to list, download, and manage language data directly from the terminal.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"Scribe-Data Documentation",
author,
"Scribe-Data",
"Wikidata and Wikipedia data extraction for Scribe applications",
"Wikidata, Wiktionary and Wikipedia language data extraction",
"Miscellaneous",
)
]
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
.. |matrix| image:: https://img.shields.io/badge/Matrix-000000.svg?logo=matrix&logoColor=ffffff
:target: https://matrix.to/#/#scribe_community:matrix.org

**Wikidata and Wikipedia language data extraction**
**Wikidata, Wiktionary and Wikipedia language data extraction**

Installation
============
Expand Down
Loading

0 comments on commit b2fea2c

Please sign in to comment.