Metadata-Version: 1.1
Name: hausastemmer
Version: 1.0
Summary: Hausa language stemmer (Bimba et al., 2015)
Home-page: https://github.com/berkmancenter/mediacloud-hausastemmer
Author: Andrew Bimba, Norisma Idris, Norazlina Khamis, Nurul Fazmidar Mohd Noor, Linas Valiukas
Author-email: andrewbimba@gmail.com, lvaliukas@cyber.law.harvard.edu
License: BSD
Description: Hausa language stemmer reference implementation by Bimba et al., 2015. Uses Hausa affix-rules
        and reference lookup to stem words in Hausa language.
        
        Paper: Bimba, A., Idris, N., Khamis, N. and Noor, N.F.M. (2015) ‘Stemming Hausa text: Using affix-stripping rules and
        reference look-up’, Language Resources and Evaluation, 50(3), pp. 687–703. doi: 10.1007/s10579-015-9311-x.
        URL: https://bit.ly/hausa-stemming-bimba.
        
        Based on modifications to the implementation of the Porter's Stemming Algorithm by Vivake Gupta (2001).
        
        Copyright (C) 2013 Bimba Andrew Thomas <andrewbimba@gmail.com>, Department of Artificial Intelligence,
        FSKTM Universiti Malaya, Kuala Lumpur, Malaysia.
        
        Adapted as a Python module by Linas Valiukas <lvaliukas@cyber.law.harvard.edu>.
        
Keywords: hausa stemmer bimba
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Database
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Text Processing :: Indexing
Classifier: Topic :: Text Processing :: Linguistic
