https://github.com/blowin/wordprocessor
https://github.com/blowin/wordprocessor
fluentvalidation mahapps netcore3 reactiveui ui wpf
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blowin/wordprocessor
- Owner: blowin
- Created: 2020-01-11T17:57:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T17:39:37.000Z (over 5 years ago)
- Last Synced: 2024-12-25T12:20:27.764Z (6 months ago)
- Topics: fluentvalidation, mahapps, netcore3, reactiveui, ui, wpf
- Language: C#
- Size: 6.15 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordProcessor
Support language:
- English
- RussianAlgorithms:
- Shuffle letter
> 'cat' -> 'atc'- Replace letter
>'hello' -> 'he_lo'
- Shuffle translate
>**input:**
>'cat' - 'кот'
>'home' - 'дом'
>**result:**
>'cat' - 'дом'
>'home' -'кот'
`Separators:
- New Line
- CustomInterface:

Fill all required fields:

Result after process shuffle algorithm:
