damfle commited on
init: initial commit
Browse files- README.md +71 -0
- lojban.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Lojban Dataset
|
| 2 |
+
|
| 3 |
+
This is a curated collection of Lojban language resources merged from multiple sources including finewiki, fineweb2, finepdf, and official Lojban resources.
|
| 4 |
+
|
| 5 |
+
## Overview
|
| 6 |
+
|
| 7 |
+
**Lojban** is a constructed language designed to be more logically precise and unambiguous than natural languages. This dataset brings together various Lojban texts and resources in a unified format for machine learning, linguistic research, and language model training.
|
| 8 |
+
|
| 9 |
+
## Data Sources
|
| 10 |
+
|
| 11 |
+
This dataset is a merge of:
|
| 12 |
+
|
| 13 |
+
- **finewiki** - Wikipedia-derived content adapted for Lojban
|
| 14 |
+
- **fineweb2** - Web-sourced Lojban texts and documentation
|
| 15 |
+
- **finepdf** - PDF documents converted to text format
|
| 16 |
+
- **Official Lojban Resources** - Materials from the official Lojban website and community resources
|
| 17 |
+
|
| 18 |
+
## Dataset Format
|
| 19 |
+
|
| 20 |
+
The dataset is provided in Parquet format (`lojban.parquet`) for efficient storage and processing.
|
| 21 |
+
|
| 22 |
+
## Usage
|
| 23 |
+
|
| 24 |
+
```python
|
| 25 |
+
from datasets import load_dataset
|
| 26 |
+
|
| 27 |
+
dataset = load_dataset("huggingface", "lojban")
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
## Features
|
| 31 |
+
|
| 32 |
+
- **Language**: Lojban (la .lojban.)
|
| 33 |
+
- **Format**: Parquet (columnar storage format)
|
| 34 |
+
- **Size**: See dataset card for specific statistics
|
| 35 |
+
- **Quality**: Curated from multiple authoritative sources
|
| 36 |
+
|
| 37 |
+
## About Lojban
|
| 38 |
+
|
| 39 |
+
Lojban is a logical language created in the 1980s, designed to test the linguistic relativity hypothesis by removing grammatical ambiguities found in natural languages. Key characteristics:
|
| 40 |
+
|
| 41 |
+
- **Logical Structure**: Grammar is fully specified with no ambiguities
|
| 42 |
+
- **Unambiguous**: Each utterance has exactly one parse tree
|
| 43 |
+
- **Constructed**: Artificially created (not a natural language)
|
| 44 |
+
- **Active Community**: Maintained by dedicated speakers worldwide
|
| 45 |
+
|
| 46 |
+
## Use Cases
|
| 47 |
+
|
| 48 |
+
- Linguistic research and computational linguistics
|
| 49 |
+
- Training language models for low-resource languages
|
| 50 |
+
- Studying constructed languages
|
| 51 |
+
- Logical language processing
|
| 52 |
+
- Natural language ambiguity research
|
| 53 |
+
|
| 54 |
+
## License
|
| 55 |
+
|
| 56 |
+
Please refer to the original source licenses for finewiki, fineweb2, and finepdf components, as well as the official Lojban resources license terms.
|
| 57 |
+
|
| 58 |
+
## Resources
|
| 59 |
+
|
| 60 |
+
- [Official Lojban Website](https://www.lojban.org/)
|
| 61 |
+
- [Lojban Community](https://la-lojban.livejournal.com/)
|
| 62 |
+
- [Language Specification](https://lojban.github.io/cll/)
|
| 63 |
+
|
| 64 |
+
## Contributing
|
| 65 |
+
|
| 66 |
+
For issues, suggestions, or contributions related to this dataset, please open an issue on the Hugging Face dataset hub.
|
| 67 |
+
|
| 68 |
+
---
|
| 69 |
+
|
| 70 |
+
**Version**: 1.0
|
| 71 |
+
**Last Updated**: February 2026
|
lojban.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2689fe443bf1d7781ddd41809e843e48811234d646cf37bacf44f4251c3ee9fa
|
| 3 |
+
size 3451553
|