Skip to content

Commit

Permalink
deploy: 1e5ad9a
Browse files Browse the repository at this point in the history
  • Loading branch information
eiennohito committed Dec 14, 2023
1 parent 0d72293 commit 546acb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions python/api/sudachipy.html
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ <h2>Morpheme<a class="headerlink" href="#morpheme" title="Link to this heading">
<dt class="sig sig-object py" id="sudachipy.Morpheme.raw_surface">
<span class="sig-name descname"><span class="pre">raw_surface</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">$self</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="pre">str</span></span></span><a class="headerlink" href="#sudachipy.Morpheme.raw_surface" title="Link to this definition"></a></dt>
<dd><p>–</p>
<p>Returns the substring of input text corresponding to the morpheme</p>
<p>Returns the substring of input text corresponding to the morpheme regardless the configured projection</p>
</dd></dl>

<dl class="py method">
Expand Down Expand Up @@ -511,7 +511,7 @@ <h2>Morpheme<a class="headerlink" href="#morpheme" title="Link to this heading">
<dt class="sig sig-object py" id="sudachipy.Morpheme.surface">
<span class="sig-name descname"><span class="pre">surface</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">$self</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="pre">str</span></span></span><a class="headerlink" href="#sudachipy.Morpheme.surface" title="Link to this definition"></a></dt>
<dd><p>–</p>
<p>Returns the substring of input text corresponding to the morpheme</p>
<p>Returns the substring of input text corresponding to the morpheme, or a projection if one is configured</p>
</dd></dl>

<dl class="py method">
Expand Down
4 changes: 2 additions & 2 deletions python/api/sudachipy.morpheme.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h2>Note<a class="headerlink" href="#note" title="Link to this heading"></a><
<dt class="sig sig-object py" id="sudachipy.morpheme.Morpheme.raw_surface">
<span class="sig-name descname"><span class="pre">raw_surface</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">$self</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="pre">str</span></span></span><a class="headerlink" href="#sudachipy.morpheme.Morpheme.raw_surface" title="Link to this definition"></a></dt>
<dd><p>–</p>
<p>Returns the substring of input text corresponding to the morpheme</p>
<p>Returns the substring of input text corresponding to the morpheme regardless the configured projection</p>
</dd></dl>

<dl class="py method">
Expand Down Expand Up @@ -227,7 +227,7 @@ <h2>Note<a class="headerlink" href="#note" title="Link to this heading"></a><
<dt class="sig sig-object py" id="sudachipy.morpheme.Morpheme.surface">
<span class="sig-name descname"><span class="pre">surface</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">$self</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="pre">str</span></span></span><a class="headerlink" href="#sudachipy.morpheme.Morpheme.surface" title="Link to this definition"></a></dt>
<dd><p>–</p>
<p>Returns the substring of input text corresponding to the morpheme</p>
<p>Returns the substring of input text corresponding to the morpheme, or a projection if one is configured</p>
</dd></dl>

<dl class="py method">
Expand Down
Loading

0 comments on commit 546acb1

Please sign in to comment.