Skip to content

Commit c5ba170

Browse files
committed
Merge branch 'master' of github.com:CogComp/cogcomp-nlpy
2 parents 019bb55 + 9a607f0 commit c5ba170

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CogComp-NLPy
2-
[![Build Status](https://semaphoreci.com/api/v1/projects/dc68ab4d-d1b7-4405-adca-b0c6af2e1aa0/1972034/badge.svg)](https://semaphoreci.com/danyaljj/sioux-2)
2+
[![Build Status](https://semaphoreci.com/api/v1/projects/dc68ab4d-d1b7-4405-adca-b0c6af2e1aa0/1223617/badge.svg)](https://semaphoreci.com/danyaljj/sioux-2)
33

44
Run NLP tools such as Part-of-Speech tagging, Chunking, Named Entity Recognition, etc on your documents in Python with ease and breeze!
55

@@ -21,20 +21,20 @@ pip install ccg_nlpy
2121

2222
4. Enjoy!
2323

24-
**Note:** The package should be compatible with Python 2.6+ and Python 3.3+
24+
Here is the project page at [PyPI website](https://pypi.python.org/pypi/ccg-nlpy).
2525

26-
**Upgrading:** If you want to update your package:
26+
## Support
2727

28-
pip install --upgrade ccg_nlpy
28+
The package is compatible with Python 2.6+ and Python 3.3+. We highly recommend using Python 3.3+
2929

30-
If you want to upgrade upgrade it on a specific version replace `pip` in the command above with `pip2` or `pip3`.
30+
This package uses ```utf-8``` encoding.
31+
In Python 2.6+, all strings are stored as ```unicode``` objects.
32+
In Python 3.3+, all strings are stored as ```str``` objects.
3133

32-
**Note:** Here is the project page at [PyPI website](https://pypi.python.org/pypi/ccg-nlpy).
3334

3435
## Getting Started
3536
Here is a sample usage showing how easily you run our system:
3637

37-
3838
```python
3939
from ccg_nlpy import remote_pipeline
4040

0 commit comments

Comments
 (0)