Skip to content

Commit

Permalink
updated entities
Browse files Browse the repository at this point in the history
- updated entities
- changed tabulation in entities to match monospace typefaces
- increased version number to 1.0.7
  • Loading branch information
sedthh committed May 3, 2018
1 parent da1b22e commit 98eb9fb
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion lara/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Lara - Lingusitic Aim Recognizer API

__all__ = 'nlp','parser','stemmer','entities'
__version__ = '1.0.6'
__version__ = '1.0.7'
__version_info__ = tuple(int(num) for num in __version__.split('.'))

import sys
Expand Down
Loading

0 comments on commit 98eb9fb

Please sign in to comment.