From fc6c524b26cb5d95b66609bb8324791c5ac50339 Mon Sep 17 00:00:00 2001 From: jacksonllee Date: Fri, 14 May 2021 00:12:48 -0500 Subject: [PATCH] DOC refresh docs --- CHANGELOG.md | 2 +- docs/.buildinfo | 2 +- docs/_modules/index.html | 87 +++--- docs/_modules/pycantonese/corpus.html | 87 +++--- .../pycantonese/jyutping/characters.html | 87 +++--- .../pycantonese/jyutping/parse_jyutping.html | 87 +++--- docs/_modules/pycantonese/jyutping/tipa.html | 87 +++--- docs/_modules/pycantonese/jyutping/yale.html | 87 +++--- .../pos_tagging/hkcancor_to_ud.html | 87 +++--- .../pycantonese/pos_tagging/tagger.html | 87 +++--- docs/_modules/pycantonese/stop_words.html | 87 +++--- .../pycantonese/word_segmentation.html | 87 +++--- docs/_modules/pylangacq/chat.html | 87 +++--- docs/_sources/changelog.rst.txt | 16 ++ docs/_static/documentation_options.js | 2 +- docs/api.html | 111 ++++---- docs/archives.html | 87 +++--- docs/changelog.html | 259 ++++++++++-------- docs/data.html | 87 +++--- docs/generated/pycantonese.CHATReader.html | 89 +++--- .../pycantonese.CHATReader.search.html | 87 +++--- .../pycantonese.characters_to_jyutping.html | 87 +++--- docs/generated/pycantonese.hkcancor.html | 87 +++--- .../pycantonese.jyutping_to_tipa.html | 87 +++--- .../pycantonese.jyutping_to_yale.html | 87 +++--- .../generated/pycantonese.parse_jyutping.html | 87 +++--- docs/generated/pycantonese.pos_tag.html | 87 +++--- ...ycantonese.pos_tagging.hkcancor_to_ud.html | 87 +++--- docs/generated/pycantonese.read_chat.html | 87 +++--- docs/generated/pycantonese.segment.html | 87 +++--- docs/generated/pycantonese.stop_words.html | 87 +++--- ...cantonese.word_segmentation.Segmenter.html | 87 +++--- docs/genindex.html | 87 +++--- docs/index.html | 87 +++--- docs/jyutping.html | 87 +++--- docs/objects.inv | Bin 1361 -> 1361 bytes docs/pos_tagging.html | 87 +++--- docs/quickstart.html | 87 +++--- docs/reader.html | 87 +++--- docs/search.html | 87 +++--- docs/searches.html | 87 +++--- docs/searchindex.js | 2 +- docs/source/changelog.rst | 16 ++ docs/stop_words.html | 87 +++--- docs/word_segmentation.html | 87 +++--- 45 files changed, 1891 insertions(+), 1653 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecdef33..6611155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [3.3.0] - 2021-05-14 ### Changed -- Allow PyLangAcq v0.14.*, adding the new features of the `filter` method to `CHATReader` +- Allow PyLangAcq v0.14.*, thereby adding the new features of the `filter` method to `CHATReader` and optional parallelization for CHAT data processing. ### Fixed diff --git a/docs/.buildinfo b/docs/.buildinfo index ab8d418..5e317e7 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: bcaf27e0daa67b087c97e3d5b2f4ee49 +config: cee6def581e35a17a1b21f5f9bc28b2d tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_modules/index.html b/docs/_modules/index.html index 477f839..8e0e261 100644 --- a/docs/_modules/index.html +++ b/docs/_modules/index.html @@ -7,7 +7,7 @@ - Overview: module code — PyCantonese 3.2.4 documentation + Overview: module code — PyCantonese 3.3.0 documentation @@ -64,7 +64,7 @@
- 3.2.4 + 3.3.0
@@ -171,77 +171,82 @@
  • Security
  • -
  • [3.2.4] - 2021-05-07