Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuhao Zhang <zyh@stanford.edu>2020-03-12 04:23:32 +0300
committerYuhao Zhang <zyh@stanford.edu>2020-03-12 04:23:32 +0300
commit405d2b7549f232061135d3b427660baed304ffbe (patch)
treeef77cc1a392d97877846bbf6514a9ab1641170dc /README.md
parentd6b82137d82cb9891b622ff84c11eaf1d6ec8305 (diff)
Center title and icons in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 14 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3d9ccddd..82d17925 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,19 @@
<p align="center"><img src="images/stanza-logo.png" height="100px"/></p>
-## Stanza: A Python NLP Library for Many Human Languages
-
-[![Travis Status](https://travis-ci.com/stanfordnlp/stanza.svg?token=RPNzRzNDQRoq2x3J2juj&branch=master)](https://travis-ci.com/stanfordnlp/stanfordnlp)
-[![PyPI Version](https://img.shields.io/pypi/v/stanza.svg?colorB=blue)](https://pypi.org/project/stanfordnlp/)
-![Python Versions](https://img.shields.io/pypi/pyversions/stanza.svg?colorB=blue)
+<h2 align="center">
+ <p>Stanza: A Python NLP Library for Many Human Languages</p>
+</h2>
+
+<p align="center">
+ <a href="https://travis-ci.com/stanfordnlp/stanfordnlp">
+ <img alt="Travis Status" src="https://travis-ci.com/stanfordnlp/stanza.svg?token=RPNzRzNDQRoq2x3J2juj&branch=master">
+ </a>
+ <a href="https://pypi.org/project/stanfordnlp/">
+ <img alt="PyPI Version" src="https://img.shields.io/pypi/v/stanza.svg?colorB=blue">
+ </a>
+ <img alt="Conda Versions" src="https://img.shields.io/conda/vn/yuhaozhang/stanza?color=blue&label=conda">
+ <img alt="Python Versions" src="https://img.shields.io/pypi/pyversions/stanza.svg?colorB=blue">
+</p>
The Stanford NLP Group's official Python NLP library. It contains support for running various accurate natural language processing tools on 60+ languages and for accessing the Java Stanford CoreNLP software from Python. For detailed information please visit our [official website](https://stanfordnlp.github.io/stanza/).