Metadata-Version: 2.1
Name: cetem-publico
Version: 0.0.10
Summary: Python wrapper for the CETEMPublico corpus
Home-page: https://github.com/andrefs/cetem_publico
Author: André Santos
Author-email: afs@inesctec.pt
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/andrefs/cetem_publico/issues
Project-URL: Source, https://github.com/andrefs/cetem_publico/
Description: cetem_publico
        =============
        
        `cetem_publico` is a Python wrapper for the CETEMPublico corpus. It
        takes care of downloading, storing and importing the corpus into NLTK.
        
        Installing
        ----------
        
        Install and update using `pip`:
        
        .. code-block:: text
        
            pip install [--user] cetem_publico
        
        
        A Simple Example
        ----------------
        
        .. code-block:: python
        
            import cetem_publico
        
            cetem_publico.download() # downloads small 10KB file
            # or
            cetem_publico.download(full=True) # downloads full 12GB file
        
            cp = cetem_publico.load()
        
            print(cp.tagged_sents())
        
        
        
Platform: UNKNOWN
Description-Content-Type: text/x-rst
