Skip to content

Commit

Permalink
directory structure changed for setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
boat-builder committed Jul 31, 2016
1 parent 98fe206 commit bb0761b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions MANIFEST

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pyco
# corenlp_pywrap
##CoreNLP v3.6.0
###Powerfull python wrapper for Stanford CoreNLP project
- If user did not mention output format, use json - notify
Expand Down
1 change: 1 addition & 0 deletions corenlp_pywrap/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from corenlp_pywrap.pywrap import CoreNLP
1 change: 1 addition & 0 deletions pyco/pyco.py → corenlp_pywrap/pywrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def __init__(self, url=url, annotator_list=annotator_full_list):
root.info('Using all the annotators')
self.annotator_list = annotator_list


def basic(self, data, out_format='json'):
s_string = '/?properties={"annotators": "'
anot_string = ','.join(self.annotator_list)
Expand Down
1 change: 0 additions & 1 deletion pyco/__init__.py

This file was deleted.

0 comments on commit bb0761b

Please sign in to comment.