From 99e454421013986ab6d852e28b742c324a9038cb Mon Sep 17 00:00:00 2001 From: jacksonllee Date: Tue, 23 Mar 2021 12:17:56 -0500 Subject: [PATCH] VER bump to v3.2.2, refresh docs --- CHANGELOG.md | 6 + docs/.buildinfo | 2 +- docs/_modules/index.html | 72 +++--- docs/_modules/pycantonese/corpus.html | 72 +++--- .../pycantonese/jyutping/characters.html | 72 +++--- .../pycantonese/jyutping/parse_jyutping.html | 72 +++--- docs/_modules/pycantonese/jyutping/tipa.html | 72 +++--- docs/_modules/pycantonese/jyutping/yale.html | 72 +++--- .../pos_tagging/hkcancor_to_ud.html | 72 +++--- .../pycantonese/pos_tagging/tagger.html | 72 +++--- docs/_modules/pycantonese/stop_words.html | 72 +++--- .../pycantonese/word_segmentation.html | 72 +++--- docs/_modules/pylangacq/chat.html | 74 +++--- docs/_sources/changelog.rst.txt | 10 + docs/_static/documentation_options.js | 2 +- docs/api.html | 96 ++++---- docs/changelog.html | 212 ++++++++++-------- docs/data.html | 72 +++--- docs/generated/pycantonese.CHATReader.html | 74 +++--- .../pycantonese.CHATReader.search.html | 72 +++--- .../pycantonese.characters_to_jyutping.html | 72 +++--- docs/generated/pycantonese.hkcancor.html | 72 +++--- .../pycantonese.jyutping_to_tipa.html | 72 +++--- .../pycantonese.jyutping_to_yale.html | 72 +++--- .../generated/pycantonese.parse_jyutping.html | 72 +++--- docs/generated/pycantonese.pos_tag.html | 72 +++--- ...ycantonese.pos_tagging.hkcancor_to_ud.html | 72 +++--- docs/generated/pycantonese.read_chat.html | 72 +++--- docs/generated/pycantonese.segment.html | 72 +++--- docs/generated/pycantonese.stop_words.html | 72 +++--- ...cantonese.word_segmentation.Segmenter.html | 72 +++--- docs/genindex.html | 72 +++--- docs/index.html | 72 +++--- docs/jyutping.html | 72 +++--- docs/objects.inv | 2 +- docs/papers.html | 72 +++--- docs/pos_tagging.html | 72 +++--- docs/reader.html | 72 +++--- docs/search.html | 72 +++--- docs/searches.html | 72 +++--- docs/searchindex.js | 2 +- docs/source/changelog.rst | 10 + docs/stop_words.html | 72 +++--- docs/word_segmentation.html | 72 +++--- setup.py | 2 +- 45 files changed, 1526 insertions(+), 1342 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebc8f03..e342753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ### Fixed ### Security +## [3.2.2] - 2021-03-23 + +### Fixed +* Fixed a CHAT parsing issue when correction and repetition are combined, + by bumping the pylangacq dependency from v0.13.0 to v0.13.1. + ## [3.2.1] - 2021-03-21 ### Fixed diff --git a/docs/.buildinfo b/docs/.buildinfo index 616a937..3d98f73 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: 76d7be4743f134d1ecb28043ff0666d5 +config: 66ba78caa05bd60a4c5f104b5d04baa1 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_modules/index.html b/docs/_modules/index.html index 91b8010..b67ab7a 100644 --- a/docs/_modules/index.html +++ b/docs/_modules/index.html @@ -7,7 +7,7 @@ - Overview: module code — PyCantonese 3.2.1 documentation + Overview: module code — PyCantonese 3.2.2 documentation @@ -64,7 +64,7 @@
- 3.2.1 + 3.2.2
@@ -170,65 +170,69 @@
  • Security
  • -
  • [3.2.1] - 2021-03-21