You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td><p>(Not implemented - the upstream <codeclass="docutils literal notranslate"><spanclass="pre">ipsyn</span></code> method works for English only.)</p></td>
<codeclass="sig-name descname">ipsyn</code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n">participant</span><spanclass="o">=</span><spanclass="default_value">'CHI'</span></em><spanclass="sig-paren">)</span> → List<spanclass="p">[</span><aclass="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.9)">int</a><spanclass="p">]</span><aclass="headerlink" href="#pycantonese.CHATReader.ipsyn" title="Permalink to this definition">¶</a></dt>
871
-
<dd><p>Return the indexes of productive syntax (IPSyn).</p>
872
-
<dlclass="field-list simple">
873
-
<dtclass="field-odd">Parameters</dt>
874
-
<ddclass="field-odd"><dlclass="simple">
875
-
<dt><strong>participant</strong><spanclass="classifier">str, optional</span></dt><dd><p>Participant of interest, which defaults to the typical use case of <codeclass="docutils literal notranslate"><spanclass="pre">"CHI"</span></code>
876
-
for the target child.</p>
877
-
</dd>
878
-
</dl>
879
-
</dd>
880
-
<dtclass="field-even">Returns</dt>
881
-
<ddclass="field-even"><dlclass="simple">
882
-
<dt>List[float]</dt><dd></dd>
883
-
</dl>
884
-
</dd>
885
-
</dl>
870
+
<codeclass="sig-name descname">ipsyn</code><spanclass="sig-paren">(</span><spanclass="sig-paren">)</span><aclass="reference internal" href="_modules/pycantonese/corpus.html#CHATReader.ipsyn"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#pycantonese.CHATReader.ipsyn" title="Permalink to this definition">¶</a></dt>
871
+
<dd><p>(Not implemented - the upstream <codeclass="docutils literal notranslate"><spanclass="pre">ipsyn</span></code> method works for English only.)</p>
Copy file name to clipboardExpand all lines: docs/changelog.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -345,6 +345,8 @@ <h3>Fixed<a class="headerlink" href="#id3" title="Permalink to this headline">¶
345
345
<li><p>Fixed the previously inoperational methods <codeclass="docutils literal notranslate"><spanclass="pre">append</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">append_left</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">extend</span></code>, and <codeclass="docutils literal notranslate"><spanclass="pre">extend_left</span></code>
346
346
of the class <codeclass="docutils literal notranslate"><spanclass="pre">CHATReader</span></code> through the upstream PyLangAcq package.</p></li>
347
347
<li><p>Retrained the part-of-speech tagger, after the minor character fix from v3.2.3.</p></li>
348
+
<li><p>Raised <codeclass="docutils literal notranslate"><spanclass="pre">NotImplementedError</span></code> for the method <codeclass="docutils literal notranslate"><spanclass="pre">ipsyn</span></code> of <codeclass="docutils literal notranslate"><spanclass="pre">CHATReader</span></code>,
349
+
since the upstream method works only for English.</p></li>
<td><p>(Not implemented - the upstream <codeclass="docutils literal notranslate"><spanclass="pre">ipsyn</span></code> method works for English only.)</p></td>
<td><p>(Not implemented - the upstream <codeclass="docutils literal notranslate"><spanclass="pre">ipsyn</span></code> method works for English only.)</p></td>
0 commit comments