From 9bd0d740af0be4f3dc231337069c4066d466dbe6 Mon Sep 17 00:00:00 2001 From: jacksonllee Date: Sun, 21 Mar 2021 11:47:40 -0500 Subject: [PATCH] VER bump to v3.2.1, update changelog --- CHANGELOG.md | 5 + 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 | 84 +++---- docs/_modules/pycantonese/stop_words.html | 72 +++--- .../pycantonese/word_segmentation.html | 72 +++--- docs/_modules/pylangacq/chat.html | 72 +++--- docs/_sources/changelog.rst.txt | 9 + docs/_sources/data.rst.txt | 2 +- docs/_static/documentation_options.js | 2 +- docs/api.html | 72 +++--- docs/changelog.html | 207 ++++++++++-------- docs/data.html | 74 ++++--- docs/generated/pycantonese.CHATReader.html | 72 +++--- .../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 | 9 + docs/stop_words.html | 72 +++--- docs/word_segmentation.html | 72 +++--- setup.py | 2 +- 46 files changed, 1515 insertions(+), 1333 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6a260..ebc8f03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ### Fixed ### Security +## [3.2.1] - 2021-03-21 + +### Fixed +* Fixed character issues in the built-in HKCanCor data: 𠮩𠹌, 𠻗 + ## [3.2.0] - 2021-03-20 Note: The underlying CHAT parser, the PyLangAcq package, has been bumped to v0.13.0. diff --git a/docs/.buildinfo b/docs/.buildinfo index 6b129ee..756f522 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: f9cf05d75d303d74889bec845d2bf729 +config: 1b2c69900a20a5e6d404547532dec06c tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_modules/index.html b/docs/_modules/index.html index e9b1113..76d757a 100644 --- a/docs/_modules/index.html +++ b/docs/_modules/index.html @@ -7,7 +7,7 @@ - Overview: module code — PyCantonese 3.2.0 documentation + Overview: module code — PyCantonese 3.2.1 documentation @@ -64,7 +64,7 @@
- 3.2.0 + 3.2.1
@@ -170,61 +170,65 @@
  • Security
  • -
  • [3.2.0] - 2021-03-20