Metadata-Version: 1.2
Name: funcverbnet
Version: 0.1.18
Summary: Provides a knowledge system constructed from functionality categories, verbs, and phrase patterns, as well as functionality for fine-grained analysis of functionality descriptions based on this knowledge system
Home-page: https://github.com/FudanSELab/funcverbnet
Author: Software Engineering Laboratory of Fudan University
Author-email: lmwtclmwtc@outlook.com
License: BSD license
Description: ===========
        FuncVerbNet
        ===========
        
        
        .. image:: https://img.shields.io/pypi/v/funcverbnet.svg
                :target: https://pypi.python.org/pypi/funcverbnet
        
        .. image:: https://img.shields.io/travis/FudanSELab/funcverbnet.svg
                :target: https://travis-ci.com/FudanSELab/funcverbnet
        
        .. image:: https://readthedocs.org/projects/funcverbnet/badge/?version=latest
                :target: https://funcverbnet.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Provides a knowledge system constructed from functionality categories, verbs, and phrase patterns, as well as functionality for fine-grained analysis of functionality descriptions based on this knowledge system
        
        
        * Free software: BSD license
        * Documentation: https://funcverbnet.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        1. Obtain all functionality categories, functionality verbs and phase patters.
        2. Given a functionality description sentence, identify its functionality category, functionality verbs and phase patters.
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2020-10-15)
        ------------------
        * First release on PyPI.
        
        0.1.1 (2020-11-10)
        ------------------
        * [add] add basic data and methods
        
        0.1.2 (2020-11-10)
        ------------------
        * [add] add basic data and methods
        
        0.1.3 (2020-11-12)
        ------------------
        * [modify] modify the problem of JSON data upload
        
        0.1.3 (2020-11-17)
        ------------------
        * [modify] modify some methods and f_verb.json
        
        0.1.4 (2020-12-1)
        ------------------
        * [add] add sentences
        
        0.1.5 (2020-12-1)
        ------------------
        * [add] add dependency
        
        0.1.6 (2020-12-1)
        ------------------
        * [add] add dependency
        
        0.1.10 (2020-12-1)
        ------------------
        * [add] add package_data
        
        0.1.10 (2020-12-1)
        ------------------
        * [add] add package_data
        
        0.1.11 (2020-12-1)
        ------------------
        * [add] add package_data
        
        0.1.12 (2020-12-10)
        -------------------
        * [add] add sentence classification
        
        0.1.13 (2020-12-10)
        -------------------
        * [update] update model path
        
        0.1.14 (2020-12-12)
        -------------------
        * [modify] modify error
        
        0.1.15 (2020-12-15)
        -------------------
        * [error] modify error
        
        0.1.16 (2020-12-15)
        -------------------
        * [error] modify error
        
        0.1.17 (2020-12-15)
        -------------------
        * [update] update train data
        
        0.1.18 (2020-12-15)
        -------------------
        * [update] update train data
        
Keywords: funcverbnet
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
