Skip to main content

A Python wrapper around the NLPIR/ICTCLAS Chinese segmentation software.

Project description

https://badge.fury.io/py/pynlpir.png https://travis-ci.org/tsroten/pynlpir.png?branch=develop

PyNLPIR is a Python wrapper around the NLPIR/ICTCLAS Chinese segmentation software.

About

Easily segment text using NLPIR, one of the most widely-regarded Chinese text analyzers:

import pynlpir
pynlpir.open()

s = '欢迎科研人员、技术工程师、企事业单位与个人参与NLPIR平台的建设工作。'
pynlpir.segment(s)

[('欢迎', 'verb'), ('科研', 'noun'), ('人员', 'noun'), ('、', 'punctuation mark'), ('技术', 'noun'), ('工程师', 'noun'), ('、', 'punctuation mark'), ('企事业', 'noun'), ('单位', 'noun'), ('与', 'conjunction'), ('个人', 'noun'), ('参与', 'verb'), ('NLPIR', 'noun'), ('平台', 'noun'), ('的', 'particle'), ('建设', 'verb'), ('工作', 'verb'), ('。', 'punctuation mark')]

Features

  • Helper functions for common use cases

  • English/Chinese part of speech mapping

  • Support for UTF-8, GBK, and BIG5 encoded strings (and unicode of course!)

  • Access to NLPIR’s C functions via ctypes

  • No third-party dependencies (PyNLPIR includes a copy of NLPIR)

  • Runs on Python 2.7 and 3

  • Supports Linux and Windows (no OS X support until NLPIR supports it)

Getting Started

Change Log

0.2.1 (2015-01-02)

  • Packages NLPIR version 20141230. Fixes #18.

0.2 (2014-12-18)

  • Packages NLPIR version 20140926. Restores pynlpir.get_key_words functionality. Fixes #11, #14, and #15.

  • Updates part of speech map for new NLPIR version. Fixes #17.

  • Fixes a typo in api.rst. Fixes #16.

  • Fixes a bug involving uppercase part of speech codes. Fixes #10.

  • Adds Python 3.4 test to tox and travis.

  • Notes Python 3.4 support in setup.py and CONTRIBUTING.rst.

  • Fixes the doubleslash unit test so that it works with the new NLPIR version.

  • Adds a missing comma. Fixes #8.

  • Fixes indentation in pynlpir.get_key_words.

  • Adds condition for empty key word result. Fixes #9.

0.1.3 (2014-06-12)

  • Fixes typo in docs. Fixes #4.

  • Adds license_code argument to pynlpir.open. Fixes #6.

  • Packages NLPIR version 20131219 and removes version 20140324. Fixes a NLPIR expired license issue. Fixes #5.

  • Fixes bug with double slashes in input. Fixes #7.

0.1.2 (2014-05-01)

  • Adds version information to __init__.py.

  • Adds Travis CI configuration information.

  • Reformats README.rst.

  • Adds documentation about contributing.

  • Fixes #2. Fixes segmenting text with whitespace.

  • Fixes #3. Fixes _encode()/_decode default encoding error.

0.1.1 (2014-04-07)

  • Fixes installation problem with package data.

0.1.0 (2014-04-07)

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyNLPIR-0.2.1.tar.gz (26.9 kB view details)

Uploaded Source

File details

Details for the file PyNLPIR-0.2.1.tar.gz.

File metadata

  • Download URL: PyNLPIR-0.2.1.tar.gz
  • Upload date:
  • Size: 26.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for PyNLPIR-0.2.1.tar.gz
Algorithm Hash digest
SHA256 09390d5cd145d5644bf58e22b063ce8f2b4b742e9a563636b8f548655e324c00
MD5 0f36976901b4e3c6b7c23f4315c9c304
BLAKE2b-256 bbad8ae96959cbebb0ae3c93fa305fc196cfae0fb012dd1f6085d95de8daa942

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page