https://github.com/sooftware/generate-sec-dataset
Generate space error correction dataset
https://github.com/sooftware/generate-sec-dataset
Last synced: 8 months ago
JSON representation
Generate space error correction dataset
- Host: GitHub
- URL: https://github.com/sooftware/generate-sec-dataset
- Owner: sooftware
- License: mit
- Created: 2021-03-28T15:19:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T16:21:51.000Z (about 5 years ago)
- Last Synced: 2025-04-09T23:51:33.762Z (about 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generate-sec-dataset
Generate space error correction (SEC) dataset.
## Example
- Input sentence
```
My dream is to make artificial intelligence like Jarvis in the movie Iron Man
```
- Generate sentence
```
My dre am isto make art i ficialintelligencel ike Jarvis in the movi eIron Man
```
## Usage
```
$ python3 main.py --filepath data/example.txt --generate_filepath data/generated.txt
```
## Output
- generated.txt
|Inputs|Targets|
|:----:|:-----:|
|Wear elooking fortalented colleagues towork with.|We are looking for talented colleagues to work with. |
|My d reamistoma k ear tificialintelligence like Jarvisin the movie Ir onMan|My dream is to make artificial intelligence like Jarvis in the movie Iron Man|
|Ifyouare interested,ple ase don't hesitateto contact me.|If you are interested, please don't hesitate to contact me.|
## Author
* Soohwan Kim [@sooftware](https://github.com/sooftware)
* Contacts: sh951011@gmail.com