An open API service indexing awesome lists of open source software.

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

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