The Wayback Machine - https://web.archive.org/web/20200421012058/https://github.com/topics/japanese
Skip to content
#

japanese

Here are 773 public repositories matching this topic...

TheDauntless
TheDauntless commented Mar 27, 2020

The controls are worded in a few different ways right now.

Most of them are affirmative:

No sensitive data is written to application logs.

But some are conditional:

The app’s local storage should be wiped after an excessive number of failed authentication attempts.

I propose to rewrite the second type to the first type:

The app’s local storage is wiped after an excessive nu

siikamiika
siikamiika commented Mar 8, 2020

There has already been some comments and discussion about this such as FooSoft/yomichan#322, but I'll open it as a new issue for better tracking.

I think the project is becoming so large that it would help new developers and our future selves if we documented the core components and their relationships so that it can be referenced while reading the source code and disc

Milly
Milly commented Jun 14, 2018
doc/autocmd.jax:あるコマンドを実行するときだけ自動コマンドをスキップしたい場合は、修飾子
doc/autocmd.jax:1つのコマンドを実行する間だけ自動コマンドを無効にするには修飾子 ":noautocmd"
doc/cmdline.jax:                   Note 関数内で <sfile> が使われている場合、ファイル名修飾子
doc/cmdline.jax:ファイル名修飾子は "%", "#", "#n", "<cfile>", "<sfile>", "<afile>", "<abuf>"
doc/cmdline.jax:が |+modify_fname| 機能付きでコンパイルされていなければ、これらの修飾子を使う
doc/cmdline.jax:これらの修飾子は次の順で指定できる。
doc/cmdline.jax:   
DoumanAsh
DoumanAsh commented Jan 4, 2018

For Juman++ to be widely usable, we want to have a documented and stable C API and an option to have a dynamically linked library.
That library probably should use -fvisibility=hidden and explicit visibility on exported symbols on Unixes and __declspec(dllimport/dllexport) on Windows.

The minimal API should be:

  1. Loading a model using a config file
  2. Analyzing a sentence
  3. Accessing
azu
azu commented Mar 4, 2019

4.0.0のリリースを管理するIssue

ベータ版をインストールする

次のコマンドで4.0.0のベータ版をインストールできます。

npm install textlint-rule-preset-ja-technical-writing@beta

試してみて問題や誤検知がありましたらこのIssueに報告してください。


更新内容

🆕 追加されたルール

textlint-rule-ja-unnatural-alphabet

https://github.com/textlint-ja/textlint-rule-ja-unnatural-alphabet

  • 入力ミスなどで追加された不自然なアルファベットを検知するルール

textlint-rule-no-

Improve this page

Add a description, image, and links to the japanese topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the japanese topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.