Add dataset card
Browse files
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-3.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-text
|
| 5 |
+
tags:
|
| 6 |
+
- vision
|
| 7 |
+
- ocr
|
| 8 |
+
- trocr
|
| 9 |
+
- handwriting-recognition
|
| 10 |
+
- document-processing
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Tzefa Word OCR Dataset
|
| 14 |
+
|
| 15 |
+
Training data for the Tzefa TrOCR word recognition model.
|
| 16 |
+
|
| 17 |
+
## Related Datasets
|
| 18 |
+
This dataset consolidates references to the training data used for the Tzefa word OCR model:
|
| 19 |
+
- [Words-for-Ocr](https://huggingface.co/datasets/WARAJA/Words-for-Ocr) - Word crop images
|
| 20 |
+
- [WORDS-ANNOTATIONS](https://huggingface.co/datasets/WARAJA/WORDS-ANNOTATIONS) - Annotation data
|
| 21 |
+
|
| 22 |
+
## Task
|
| 23 |
+
Single-word handwritten text recognition for Tzefa programming language keywords.
|
| 24 |
+
|
| 25 |
+
## Vocabulary
|
| 26 |
+
The model recognizes uppercase Tzefa keywords:
|
| 27 |
+
- **Commands:** MAKEINTEGER, MAKESTR, MAKELIST, MAKEBOOL, PRINTINTEGER, PRINTSTR, ADD, SUBTRACT, MULTIPLY, DIVIDE, WHILETRUE, IFTRUE, ENDFUNC, etc.
|
| 28 |
+
- **Number words:** ZERO, ONE, TWO, THREE ... ONEHUNDRED
|
| 29 |
+
- **Comparisons:** EQUALS, BIGGER, BIGEQUALS
|
| 30 |
+
- **Control flow:** BREAK, WHILETRUE, IFTRUE, ELSEIFTRUE, ELSE, ENDIF
|
| 31 |
+
- **User-defined variable names** (arbitrary uppercase strings)
|
| 32 |
+
|
| 33 |
+
## Related
|
| 34 |
+
- [Word OCR Model (TrOCR)](https://huggingface.co/WARAJA/Tzefa-Word-OCR-TrOCR)
|
| 35 |
+
- [Full Tzefa Pipeline](https://huggingface.co/spaces/WARAJA/Tzefa)
|