https://github.com/tvc12/tiengviet
Convert vietnamese sign to unsign easily.
https://github.com/tvc12/tiengviet
hacktoberfest hacktoberfest2023 vietnamese
Last synced: 6 months ago
JSON representation
Convert vietnamese sign to unsign easily.
- Host: GitHub
- URL: https://github.com/tvc12/tiengviet
- Owner: tvc12
- License: bsd-3-clause
- Created: 2019-04-21T14:14:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T07:47:39.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T22:53:04.583Z (6 months ago)
- Topics: hacktoberfest, hacktoberfest2023, vietnamese
- Language: Dart
- Homepage: https://pub.dev/packages/tiengviet
- Size: 48.8 KB
- Stars: 22
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tiengviet
Convert vietnamese sign to unsign easily like eat 🥞🥞🥞.



[](https://hitsofcode.com/view/github/tvc12/tiengviet?style=flat-square)
🇻🇳 Công cụ chuyển đổi Tiếng Việt có dấu sang không dấu dễ hơn là ăn bánh 🥞🥞🥞🥞.
### Getting Started
#### Install
```yml
dependencies:
tiengviet: ^1.0.0
```You can install packages from the command line:
```bash
pub get
-- or --
flutter pub get
```#### Usage
```dart
import 'package:tiengviet/tiengviet.dart';print(TiengViet.parse('Xin chào việt nam')); // Xin chao viet nam
```### Performance
-------------------------------
| Words | VietnameseParserEngine (µs) | VietnameseParserEngine2 (µs) |
|:-----------------:|:---------------------------:|:----------------------------:|
| 172 (~814 chars) | 18,751 | 2,362 |
| 1k (~6860 chars) | 25,421 | 10,538 |
| 2k (~9269 chars) | 91,743 | 19,600 |
| 4.5k (~21k chars) | 137,592 | 30,577 |### You might also like
- [vietnamese](https://github.com/harrytran103/vietnamese) - ✂️🇻🇳 A helpful tool for removing Vietnamese accents.
- [tiengviet-rust](https://github.com/tvc12/tiengviet-rust) - 🦀 Vietnamese parser engine written by Rust### Contributors
| [](https://github.com/tvc12) |
|:----------------------------------------------------------------------------------:|
| [Vi Chi Thien](https://github.com/tvc12) |### License
[BSD 3-Clause @tvc12](./LICENSE)