lindera-core 0.8.1

A morphological analysis core library.
Documentation
# Lindera Core

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Join the chat at https://gitter.im/lindera-morphology/lindera](https://badges.gitter.im/lindera-morphology/lindera.svg)](https://gitter.im/lindera-morphology/lindera?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

A morphological analysis core library for [Lindera](https://github.com/lindera-morphology/lindera). This project fork from fulmicoton's [kuromoji-rs](https://github.com/fulmicoton/kuromoji-rs).

This package contains dictionary structures and the viterbi algorithm.

## Build

The following products are required to build:

- Rust >= 1.46.0

```text
% cargo build --release
```

## API reference

The API reference is available. Please see following URL:
- <a href="https://docs.rs/lindera-core" target="_blank">lindera-core</a>