Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Commit

Permalink
old => new style md
Browse files Browse the repository at this point in the history
  • Loading branch information
jawahar273 committed Jun 21, 2017
1 parent c84228c commit 93a3c2f
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ practNLPTools is a pythonic library over [SENNA](http://ronan.collobert.com/senn



Functionality
=============
# Functionality

* Semantic Role Labeling
* Syntactic Parsing
* Part of Speech Tagging (POS Tagging)
Expand All @@ -23,15 +23,15 @@ Functionality
* Shallow Chunking
* Skip-gram(in-case)

Future work
==========
# Future work

* ~~automatic takes senna path if it install in system~~
* copying stanford parser and depPaser file into installed direction
* creating depParser for corresponding os environment
* custome input format for stanford parser insted of tree format

Features
=============
# Features

1. Fast: [SENNA](http://ronan.collobert.com/senna/) is written is C. So it is Fast.
2. We use only dependency Extractor Component of Stanford Parser, which takes in Syntactic Parse from SENNA and applies dependency Extraction. So there is no need to load parsing models for Stanford Parser, which takes time.
3. Easy to use.
Expand All @@ -44,8 +44,8 @@ Features
system specific binary should be rebuilt. Otherwise this could introduce
misalignment errors.

Installation
=============
# Installation


Requires:
A computer with 500mb memory, Java Runtime Environment (1.7 preferably, works with 1.6 too, but didnt test.) installed and python.
Expand All @@ -62,8 +62,8 @@ run this commands as administrator:
python setup.py install
```

Bench Mark comparsion
=====================
# Bench Mark comparsion

By using the `time` command in ubuntu on running the `testsrl.py` on this [link](https://github.com/jawahar273/SRLTagger) and along with `tools.py` on `pntl`

| | pntl | NLTK-senna |
Expand All @@ -81,8 +81,8 @@ By using the `time` command in ubuntu on running the `testsrl.py` on this [link]
ububtu 4Gb RAM and i3 process. If I find another good benchmark techinque then I will change to it.
</div>

Dependency
=====================
# Dependency

* Sphinx 1.5+ [only need it for building doc html]

```
Expand All @@ -91,10 +91,11 @@ make html
```
The about command is used to generate html from docstring

Visulize
=========
# Visulize

* [conllu](https://github.com/EmilStenstrom/conllu) (To make visulize possible with only CoNLLU format)


<style>
.blockquote-jon{
border-left-color: #42b983;
Expand Down

0 comments on commit 93a3c2f

Please sign in to comment.