-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,11 @@ | |
__copyright__ = "Copyright (c) 2014, Le Tuan Anh <[email protected]>" | ||
__credits__ = [] | ||
__license__ = "MIT License" | ||
__description__ = "a Python package for providing computational deep semantic analysis by combining structural semantics from construction grammars and ontology-based lexical semantics in a single representation" | ||
__description__ = "A Python 3 implementation of the Integrated Semantic Framework that provides computational deep semantic analysis by combining structural semantics from construction grammars and lexical semantics from ontologies in a single representation." | ||
__url__ = "https://github.com/letuananh/intsem.fx/" | ||
__issue__ = "https://github.com/letuananh/intsem.fx/" | ||
__maintainer__ = "Le Tuan Anh" | ||
__version_major__ = "0.2.3" # follow PEP-0440 | ||
__version__ = "{}beta".format(__version_major__) | ||
__version_long__ = "{} - Beta".format(__version_major__) | ||
__version__ = "{}b1".format(__version_major__) | ||
__version_long__ = "{} - Beta 1".format(__version_major__) | ||
__status__ = "4 - Beta" |