https://github.com/landonepps/mecabdemo
https://github.com/landonepps/mecabdemo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/landonepps/mecabdemo
- Owner: landonepps
- Created: 2021-10-10T00:25:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T21:13:39.000Z (over 4 years ago)
- Last Synced: 2025-02-09T19:50:20.475Z (over 1 year ago)
- Language: Swift
- Size: 12.7 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MeCab Demo for iOS 15 and SPM
Sample project for MeCab, a Japanese tokenizer/morphological analyzer. Updated for iOS 15 and SPM.
Successor to [landonepps/mecab-ios-sample](https://github.com/landonepps/mecab-ios-sample)

## UniDic and Git LFS
This project recenlty switched from ipadic to UniDic.
UniDic is a more modern dictionary, but it's also significantly larger and cannot be hosted on GitHub directly.
To download all the files, use [Git LFS](https://git-lfs.github.com/).
Install Git LFS with Homebrew
```bash
brew install git-lfs
```
Then, run the fetch command inside the repo
```bash
git lfs fetch
```
## Swift Package Manager
Uses [landonepps/mecab](https://github.com/landonepps/mecab) SPM package to make setup easier.
See the package repo for instructions on setting up MeCab in your own project.