Navigation Menu

Skip to content

Commit

Permalink
Update document
Browse files Browse the repository at this point in the history
  • Loading branch information
Masafumi Yokoyama committed Jun 29, 2018
1 parent d691efe commit f29b138
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/news.html
Expand Up @@ -112,10 +112,10 @@ <h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">
<li>[<a class="reference internal" href="reference/functions/sub_filter.html"><span class="doc">sub_filter</span></a>] Fixed too much score with a too filtered case.</li>
<li>Fixed build error if KyTea is installed.</li>
<li>[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] Fixed output channel.</li>
<li>[query-log][show-condition] Maybe fixed a crash bug.
We need to check scan_info that doesn’t have corresponding expr_code.</li>
<li>[query-log][show-condition] Maybe fixed a crash bug.</li>
<li>[highlighter][lexicon] Fixed a not highlighted bug.
If keyword is less than N, the keyword wasn’t highlighted.</li>
The keyword wasn’t highlighted if keyword length is less than N (“N”-gram.
In many cases, it’s Bigram so “less than 2”).</li>
<li>[windows] Fixed a base path detection bug.
If system locale DLL path includes 0x5c (<code class="docutils literal notranslate"><span class="pre">\</span></code> in ASCII) such as “U+8868
CJK UNIFIED IDEOGRAPH-8868” in CP932, the base path detection is buggy.</li>
Expand Down
Binary file modified docs/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions ja/docs/news.html
Expand Up @@ -72,9 +72,9 @@ <h1>お知らせ<a class="headerlink" href="#news" title="このヘッドライ
<div class="section" id="improvements">
<h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク"></a></h3>
<ul class="simple">
<li>[log] <a href="#id1"><span class="problematic" id="id2">``</span></a>[ii][update][one]``のエラーメッセージにサブエラーを追加しました。</li>
<li>Added a new API: <code class="docutils literal notranslate"><span class="pre">grn_highlighter_clear_keywords()</span></code>.</li>
<li>Added a new predicate: <code class="docutils literal notranslate"><span class="pre">grn_obj_is_number_family_bulk()</span></code>.</li>
<li>[log] <code class="docutils literal notranslate"><span class="pre">[ii][update][one]</span></code> のエラーメッセージにサブエラーを追加しました。</li>
<li>新しいAPI <code class="docutils literal notranslate"><span class="pre">grn_highlighter_clear_keywords()</span></code> を追加しました。</li>
<li>新しいpredicate <code class="docutils literal notranslate"><span class="pre">grn_obj_is_number_family_bulk()</span></code> を追加しました。</li>
<li>新しいAPI <code class="docutils literal notranslate"><span class="pre">grn_plugin_proc_get_value_mode()</span></code> を追加しました。</li>
<li>[<a class="reference internal" href="reference/functions/vector_find.html"><span class="doc">vector_find</span></a>] 新しい関数 <code class="docutils literal notranslate"><span class="pre">vector_find()</span></code> を追加しました。</li>
<li>msgpackでのmemcpyの警告を抑制しました。</li>
Expand Down Expand Up @@ -108,10 +108,10 @@ <h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへ
<li>[<a class="reference internal" href="reference/functions/sub_filter.html"><span class="doc">sub_filter</span></a>] 十分にフィルターされたケースで、スコアが多すぎる問題を修正</li>
<li>KyTeaがインストールされているとビルドに失敗する問題を修正しました。</li>
<li>[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] 出力チャネルを修正しました。</li>
<li>[query-log][show-condition] (おそらく)クラッシュバグを修正しました</li>
<li>[highlighter][lexicon] ハイライトされないバグを修正しました。If keyword is less than N, the keyword wasn't highlighted.</li>
<li>[windows] base path検出時の問題を修正しました。If system locale DLL path includes 0x5c (<code class="docutils literal notranslate"><span class="pre">\</span></code> in ASCII) such as &quot;U+8868 CJK UNIFIED IDEOGRAPH-8868&quot; in CP932, the base path detection is buggy.</li>
<li>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">トークナイザー</span></a>][TokenNgram] 最初の文字の長さの誤りを修正しました。It's caused for &quot;PARENTHESIZED IDEOGRAPH&quot; characters such as &quot;U+3231 PARENTHESIZED IDEOGRAPH STOCK&quot;.</li>
<li>[query-log][show-condition] クラッシュするバグを修正しました(まだ残っている可能性があります)</li>
<li>[highlighter][lexicon] ハイライトされないバグを修正しました。キーワードの長さがN未満(N-gramのN。多くの場合はBigramなので2未満)の場合、キーワードがハイライトされていませんでした。</li>
<li>[windows] base path検出時の問題を修正しました。システムロケールのDLLパスが、CP932での「U+8868 CJK UNIFIED IDEOGRAPH-8868」のように0x5c (ASCIIでの <code class="docutils literal notranslate"><span class="pre">\</span></code> )を含む場合に問題がありました。</li>
<li>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">トークナイザー</span></a>][TokenNgram] 最初の文字の長さの誤りを修正しました。この問題は、「U+3231 PARENTHESIZED IDEOGRAPH STOCK」のような「PARENTHESIZED IDEOGRAPH」文字で起きていました。</li>
</ul>
</div>
</div>
Expand Down
Binary file modified ja/docs/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion ja/docs/searchindex.js

Large diffs are not rendered by default.

0 comments on commit f29b138

Please sign in to comment.