Metadata-Version: 2.1
Name: braidacq_exec
Version: 0.1.0
Summary: Toy version of Braid
Home-page: https://https://gitlab.com/braid-acq/BRAID-Acq
Author: Alexandra Steinhilber
Author-email: alexandra.st@free.fr
License: UNKNOWN
Description: # BraidPy
        
        Python implementation of BRAID model.
        Learning, Reading, Visual word recognition and lexical Decision
        
        ## Installation of the toy version (fast)
        
        In the root directory, run the following command :
        
        ```bash
        pip install braidacq_exec
        ```
        
        ## Installation of the full software
        
        If you want more parameters or to modify the source code, use instead (you should have conda installed):
        
        ```bash
        git clone https://gitlab.com/braid-acq/BRAID-Acq.git
        cd braidacq_exec
        make install
        conda activate braidacq_exec_env
        ```
        
        ## Current Features
        
        The current implementation performs simulations of:
        
        - Letter perception 
        - Visual Word recognition
        - Lexical Decision
        - Word reading (decoding)
        - Novel Word Acquisition
        
        ## Usage
        
        Independently on how you installed the package you now can run the toy version with:
        
        ```bash
        braidacq_exec
        ```
        
        ## Contact
        
        email  
        
        Alexandra Steinhilber : alexandra.st@free.fr / alexandra.steinhilber@univ-grenoble-alpes.fr  
        Julien Diard : julien.diard@univ-grenoble-alpes.fr
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8.5
Description-Content-Type: text/markdown
