Metadata-Version: 2.1
Name: nlpaeg
Version: 0.0.3
Summary: Artificial Error Generation (AEG) for Natural Language Processing
Home-page: https://github.com/praveentn/nlpaeg
Author: Praveen Narayan
Author-email: sigmoidptn@gmail.com
License: MIT
Description: # Generata - Generate Data
        
        A Python package for Artificial Error Generation!
        
        ## <i> work-in-progress
        
        ### Dependencies:
        
        + Python (3.8+)
        
        
        Install `nlpaeg` on your system using:
        
        ```
        pip install nlpaeg
        ```
        
        
        ### Usage:
        
        Importing the library: 
        
        ```
        import nlpaeg
        from nlpaeg import generator as gr
        ```
        
        
        Instantiate the class:
        
        ```
        g = gr.Generator()
        ```
        
        
        Initialize the parameters:
        
        ```
        params = {
        
               }
        ```
        
        
        Create your dataframe:
        
        ```
        df = g.get_dataframe(params)
        ```
        
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
