Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taishi-i committed Jun 12, 2018
1 parent c9df290 commit baa51bb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<img src='/nagisa/data/nagisa_image.jpg' width='240'>

========

[![Build Status](https://travis-ci.org/taishi-i/nagisa.svg?branch=master)](https://travis-ci.org/taishi-i/nagisa)
[![Documentation Status](https://readthedocs.org/projects/nagisa/badge/?version=latest)](https://nagisa.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/nagisa.svg)](https://pypi.python.org/pypi/nagisa)
Expand All @@ -20,7 +18,8 @@ This tool has the following features.


Installation
========
============

Nagisa is compatible with: Python 2.7-3.6.
This tool uses [DyNet](https://github.com/clab/dynet) (Dynamic Neural Network Toolkit) to calcucate neural networks.

Expand All @@ -37,7 +36,7 @@ python setup.py install
```

Usage
====
=====

```python
import nagisa
Expand All @@ -58,7 +57,7 @@ print(words.postags)
```

Functions
====
=========

- Output words can be controlled by POS-tags.
```python
Expand Down

0 comments on commit baa51bb

Please sign in to comment.