mirror of
https://github.com/welpo/tabi.git
synced 2026-06-13 23:07:36 +02:00
📝 misc(projects): add bunbu project
This commit is contained in:
parent
3d5dc1baf1
commit
d617318ae6
5 changed files with 96 additions and 0 deletions
32
content/projects/bunbu/index.md
Normal file
32
content/projects/bunbu/index.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
+++
|
||||
title = "bunbu"
|
||||
description = "Word frequency analysis of Japanese text."
|
||||
weight = 34
|
||||
|
||||
[taxonomies]
|
||||
tags = ["Japanese", "web app", "web", "JavaScript", "PWA"]
|
||||
|
||||
[extra]
|
||||
local_image = "projects/bunbu/bunbu_logo.webp"
|
||||
canonical_url = "https://osc.garden/projects/bunbu/"
|
||||
social_media_card = "social_cards/projects_bunbu.jpg"
|
||||
+++
|
||||
|
||||
**bunbu** is a Progressive Web App to analyse word frequency in Japanese text. Paste or load any Japanese text and bunbu will break it down into individual words, showing you how often each one appears.
|
||||
|
||||
#### [Try it now](https://bunbu.osc.garden) • [GitHub](https://github.com/welpo/bunbu) {.centered-text}
|
||||
|
||||
## Features
|
||||
|
||||
- Morphological analysis of Japanese text powered by [Goya](https://github.com/Leko/goya)
|
||||
- Word frequency table with counts, percentages, and parts of speech
|
||||
- Furigana for kanji
|
||||
- Links to online dictionaries (Jisho, Weblio, Kotobank, Goo, Wiktionary)
|
||||
- Pronunciation references (Forvo, YouGlish, ImmersionKit) and text-to-speech
|
||||
- Filter results by part of speech (nouns, verbs, adjectives…)
|
||||
- Multiple input methods: paste, type, or import files
|
||||
- 100% local processing—your text never leaves your device
|
||||
- Works offline as a Progressive Web App
|
||||
- Installable on mobile and desktop
|
||||
|
||||
[](https://bunbu.osc.garden)
|
||||
Loading…
Add table
Add a link
Reference in a new issue