Metadata-Version: 1.1
Name: ieml
Version: 0.2.17
Summary: Implementation of the artificial natural language IEML
Home-page: https://github.com/IEMLdev/ieml
Author: Louis van Beurden
Author-email: louis.vanbeurden@gmail.com
License: GPLv3
Description: # IEML python implementation
        
        IEML is an artificial natural language created by the french philosopher Pierre Levy [blog](https://pierrelevyblog.com/).
        The key idea is to define a unique representation for meaning, that is easily manipulated by an algorithm.
        First, a set of atomic basic meaning objects and theirs semantics relationship are defined in a dictionary.
        Then we use those terms to build more complex syntactic structures as word, sentence, super-sentence, text and hypertext.
        
        
Keywords: ieml semantic syntax relations
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Text Processing :: Indexing
