Metadata-Version: 2.1
Name: semantic_tree
Version: 1.0.3
Summary: Creates a visualization of the semantic neighborhood of a word in a Gensim's Word2Vec vector space model using the Gource visualization tool
Home-page: https://github.com/pyscaffold/pyscaffold/
Author: Flávio Codeço Coelho
Author-email: fccoelho@gmail.com
License: mit
Project-URL: Documentation, https://pyscaffold.org/
Description: 
        # Semantic Tree
        
        
        
        This package provide a semanticTree command, which generates a visualization of the semantic neighborhood of a work in a Gensim Word2vec vector space.
        
        
        ## Installation
        
        
        This package requires that [Gource](https://gource.io/) is installed locally. On ubuntu it can be apt installed.
        
        SemanticTree itself can be installed from PyPI with `pip`.
        
         ```
         pip install -U semantic_tree
         ```
        
        ![Screenshot](screen.png)
        ## Note
        
        
        This project has been set up using PyScaffold 3.2.3. For details and usage
        information on PyScaffold see https://pyscaffold.org/.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.6
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: testing
