Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonllee committed Sep 6, 2015
1 parent 6473a5c commit 0f2e13c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
9 changes: 3 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ search functionalities for built-in or custom corpus data.
The official documentation describes the latest release and is here:
[http://pycantonese.github.io/](http://pycantonese.github.io/)

The latest release is version 1.0dev.
The latest release is version 1.0.

## Installation

Expand All @@ -32,12 +32,9 @@ More from the documentation on [downloading and installing PyCantonese]
## Bug fixes and new features

Bugs fixes, as well as new features
(all at the GitHub source here;
they may or may not be currently included in the release on PyPI):
(available at the GitHub source here, not yet in the release on PyPI):

* Fixed the Yale conversion issue with "yu"
* Added `number_of_words` and `number_of_characters` methods for corpus access
* part-of-speech tags are all forced to be in caps
* N/A


## Author
Expand Down
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
from setuptools import (setup, find_packages)

setup(name="pycantonese",
version="1.0dev",
description="PyCantonese",
version="1.0",

description="""
PyCantonese is a Python library for working with Cantonese corpus data. While it is under active development and many other features and functions are forthcoming, it currently includes JyutPing parsing and conversion tools as well as general search functionalities for built-in or custom corpus data.
Documentation: http://pycantonese.github.io/
""",

url="http://pycantonese.github.io/",
author="Jackson Lee",
author_email="jsllee.phon@gmail.com",
Expand Down

0 comments on commit 0f2e13c

Please sign in to comment.