Skip to content

Commit

Permalink
change oscar-io path for GlotCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
kargaranamir committed Oct 23, 2024
1 parent 1866bc7 commit fb5b15d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ authors = [
edition = "2021"
name = "oscar-tools"
version = "0.4.0"
repository = "https://github.com/oscar-project/oscar-tools"
description = "Tools for processing OSCAR Corpora"
repository = "https://github.com/cisnlp/oscar-tools"
description = "Tools for processing GlotCC/OSCAR Corpora"
license = "Apache-2.0"

[[bin]]
Expand All @@ -26,7 +26,7 @@ env_logger = "0.9.0"
flate2 = "1.0.22"
itertools = "0.11.0"
log = "0.4.14"
oscar-io = "0.1.3"
oscar-io = { git = "https://github.com/cisnlp/oscar-io.git", branch = "main" }
rand = "0.8.5"
rayon = "1.5.1"
runiq-lib = "1.2.2"
Expand All @@ -40,7 +40,7 @@ features = ["derive"]
version = "3.0.14"

[dev-dependencies]
oscar-io = "0.1.3"
oscar-io = { git = "https://github.com/cisnlp/oscar-io.git", branch = "main" }
tempfile = "3.3.0"

[profile.release]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OSCAR-tools
# cisnlp/OSCAR-tools

This is a new set of tools to do common tasks on the [OSCAR corpus](https://oscar-corpus.com)
This is a new set of tools to do common tasks on the GlotCC/OSCAR.

The program has a different set of tools for each corpus version:
- `v1`: OSCAR 2019-like, text only (.txt files)
Expand Down

0 comments on commit fb5b15d

Please sign in to comment.