From e746fd35bec439f7a8bc83a3cea27b28a5fe4ce9 Mon Sep 17 00:00:00 2001 From: jacksonllee Date: Sat, 20 Mar 2021 09:24:19 -0500 Subject: [PATCH] VER bump to v3.2.0 --- CHANGELOG.md | 12 +- README.rst | 1 - docs/.buildinfo | 2 +- docs/_modules/index.html | 65 +++--- docs/_modules/pycantonese/corpus.html | 65 +++--- .../pycantonese/jyutping/characters.html | 65 +++--- .../pycantonese/jyutping/parse_jyutping.html | 66 +++--- docs/_modules/pycantonese/jyutping/tipa.html | 65 +++--- docs/_modules/pycantonese/jyutping/yale.html | 65 +++--- .../pos_tagging/hkcancor_to_ud.html | 65 +++--- .../pycantonese/pos_tagging/tagger.html | 65 +++--- docs/_modules/pycantonese/stop_words.html | 65 +++--- .../pycantonese/word_segmentation.html | 65 +++--- docs/_modules/pylangacq/chat.html | 65 +++--- docs/_sources/changelog.rst.txt | 27 ++- docs/_sources/reader.rst.txt | 39 +++- docs/_static/documentation_options.js | 2 +- docs/api.html | 65 +++--- docs/changelog.html | 216 ++++++++++-------- docs/data.html | 65 +++--- docs/generated/pycantonese.CHATReader.html | 65 +++--- .../pycantonese.CHATReader.search.html | 65 +++--- .../pycantonese.characters_to_jyutping.html | 65 +++--- docs/generated/pycantonese.hkcancor.html | 65 +++--- .../pycantonese.jyutping_to_tipa.html | 65 +++--- .../pycantonese.jyutping_to_yale.html | 65 +++--- .../generated/pycantonese.parse_jyutping.html | 65 +++--- docs/generated/pycantonese.pos_tag.html | 65 +++--- ...ycantonese.pos_tagging.hkcancor_to_ud.html | 65 +++--- docs/generated/pycantonese.read_chat.html | 65 +++--- docs/generated/pycantonese.segment.html | 65 +++--- docs/generated/pycantonese.stop_words.html | 65 +++--- ...cantonese.word_segmentation.Segmenter.html | 65 +++--- docs/genindex.html | 65 +++--- docs/index.html | 68 +++--- docs/jyutping.html | 65 +++--- docs/objects.inv | 2 +- docs/papers.html | 65 +++--- docs/pos_tagging.html | 65 +++--- docs/reader.html | 102 ++++++--- docs/search.html | 65 +++--- docs/searches.html | 65 +++--- docs/searchindex.js | 2 +- docs/source/changelog.rst | 27 ++- docs/source/reader.rst | 39 +++- docs/stop_words.html | 65 +++--- docs/word_segmentation.html | 65 +++--- setup.py | 2 +- 48 files changed, 1579 insertions(+), 1173 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4169946..bc6a260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [3.2.0] - 2021-03-20 + Note: The underlying CHAT parser, the PyLangAcq package, has been bumped to v0.13.0. All of the updates of PyLangAcq's CHAT reader apply to this PyCantonese release as well. The details are in @@ -31,12 +40,9 @@ The changelog entries below only document updates specific to PyCantonese. - `tagged` (use `by_tokens` instead) - `sents` (use `by_utterances` instead) -### Removed ### Fixed * Fixed the character issues in the built-in HKCanCor data: 𠺢, 𠺝, 𡁜, 𧕴, 𥊙, 𡃓, 𠴕, 𡀔 -### Security - ## [3.1.1] - 2021-03-18 ### Fixed diff --git a/README.rst b/README.rst index 9e023bc..b88e96a 100644 --- a/README.rst +++ b/README.rst @@ -97,7 +97,6 @@ With PyCantonese imported: Download and Install -------------------- -PyCantonese requires Python 3.6 or above. To download and install the stable, most recent version:: $ pip install --upgrade pycantonese diff --git a/docs/.buildinfo b/docs/.buildinfo index 51af78e..6b129ee 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: e2ce3b1b15a78089ebb65d4eae880b78 +config: f9cf05d75d303d74889bec845d2bf729 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_modules/index.html b/docs/_modules/index.html index b907d77..e9b1113 100644 --- a/docs/_modules/index.html +++ b/docs/_modules/index.html @@ -7,7 +7,7 @@ - Overview: module code — PyCantonese 3.1.1 documentation + Overview: module code — PyCantonese 3.2.0 documentation @@ -64,7 +64,7 @@
- 3.1.1 + 3.2.0
@@ -170,54 +170,61 @@
  • Security
  • -
  • [3.1.1] - 2021-03-18