diff --git a/README-ja.md b/README-ja.md index 034df7e..41596f1 100644 --- a/README-ja.md +++ b/README-ja.md @@ -6,6 +6,7 @@ Vaporetto は、高速で軽量な点予測に基づくトークナイザです [![Crates.io](https://img.shields.io/crates/v/vaporetto)](https://crates.io/crates/vaporetto) [![Documentation](https://docs.rs/vaporetto/badge.svg)](https://docs.rs/vaporetto) ![Build Status](https://github.com/daac-tools/vaporetto/actions/workflows/rust.yml/badge.svg) +[![Slack](https://img.shields.io/badge/join-chat-brightgreen?logo=slack)](https://join.slack.com/t/daac-tools/shared_invite/zt-1pwwqbcz4-KxL95Nam9VinpPlzUpEGyA) [English document](README.md) @@ -222,6 +223,13 @@ Vaporetto は KyTea に比べて 8.7 倍速く動作します。 ![](./figures/comparison.svg) +## Slack + +開発者やユーザーの方々が質問したり議論するためのSlackワークスペースを用意しています。 + + * https://daac-tools.slack.com/ + * [こちら](https://join.slack.com/t/daac-tools/shared_invite/zt-1pwwqbcz4-KxL95Nam9VinpPlzUpEGyA)から招待を受けてください. + ## 文献情報 Vaporettoにおける単語分割の仕組みについては、以下の論文またはブログ記事を参照してください。 diff --git a/README.md b/README.md index b406f5d..6bbd482 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This repository includes both a Rust crate that provides APIs for Vaporetto and [![Crates.io](https://img.shields.io/crates/v/vaporetto)](https://crates.io/crates/vaporetto) [![Documentation](https://docs.rs/vaporetto/badge.svg)](https://docs.rs/vaporetto) ![Build Status](https://github.com/daac-tools/vaporetto/actions/workflows/rust.yml/badge.svg) +[![Slack](https://img.shields.io/badge/join-chat-brightgreen?logo=slack)](https://join.slack.com/t/daac-tools/shared_invite/zt-1pwwqbcz4-KxL95Nam9VinpPlzUpEGyA) [日本語のドキュメント](README-ja.md) @@ -224,6 +225,13 @@ Details can be found [here](https://github.com/daac-tools/vaporetto/wiki/Speed-C ![](./figures/comparison.svg) +## Slack + +We have a Slack workspace for developers and users to ask questions and discuss a variety of topics. + + * https://daac-tools.slack.com/ + * Please get an invitation from [here](https://join.slack.com/t/daac-tools/shared_invite/zt-1pwwqbcz4-KxL95Nam9VinpPlzUpEGyA). + ## License Licensed under either of