Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
web64 committed Jan 16, 2019
1 parent af4074a commit d4b54e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nlpserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def spacy_entities():
data['entities'][ ent.label_ ][ counters[ent.label_] ] = ent.text
#data['entities'][ent.label_].add( ent.text )

print( data['entities'] )
return jsonify(data)


Expand Down

0 comments on commit d4b54e1

Please sign in to comment.