Update README.md
This commit is contained in:
parent
315ebc10f3
commit
34fb696599
29
README.md
29
README.md
|
@ -1,5 +1,30 @@
|
||||||
# Hakurei
|
# 🌸 Hakurei 🌸
|
||||||
|
|
||||||
|
Welcome to **Hakurei**, the ultimate Japanese tokenizer powered by cutting-edge technology! Whether you're crafting your next-gen anime subtitle processor, building an amazing manga reader, or just need a super-fast tokenizer, Hakurei has got you covered with unparalleled speed and accuracy. 🎌✨
|
||||||
|
|
||||||
<img src="https://ajattix.loophole.site/hashirama/Hakurei/raw/branch/main/res/img/hakurei_reimu.png" alt="cover" width="12%" height="12%">
|
<img src="https://ajattix.loophole.site/hashirama/Hakurei/raw/branch/main/res/img/hakurei_reimu.png" alt="cover" width="12%" height="12%">
|
||||||
|
|
||||||
A lightning fast japanese tokenizer with no dependencies !
|
|
||||||
|
## Table of Contents
|
||||||
|
|
||||||
|
- [Features](#features)
|
||||||
|
- [Installation](#installation)
|
||||||
|
- [Quick Start](#quick-start)
|
||||||
|
- [Usage](#usage)
|
||||||
|
- [Benchmarks](#benchmarks)
|
||||||
|
- [Contributing](#contributing)
|
||||||
|
- [License](#license)
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- 🚀 **Blazing Fast**: Harness the speed of the gods with our state-of-the-art algorithms.
|
||||||
|
- 🎯 **Ultra Accurate**: Slice through Japanese text with ninja-like precision.
|
||||||
|
- 🔧 **Easy Integration**: Plug and play with our CLI, perfect for all your projects.
|
||||||
|
- 💪 **Super Robust**: Handle massive datasets like a mecha warrior!
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Installing Hakurei is a breeze!:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ g++ src/hakurei.cpp -o hakurei
|
||||||
|
|
Loading…
Reference in a new issue