Metadata-Version: 2.1
Name: Superalloydataextractor
Version: 0.0.2
Summary: A data extractor to get target information from superalloy documents. The functions include batch downloading documents in XML and TXT format from the Elsevier database, locating target sentences from the full text and automatically extracting triple information in the form of <material name, property specifier, value>.
Home-page: https://github.com/Weiren1996/superalloydataextractor
Author: Weiren_Wang
Author-email: 357329191@qq.com
License: MIT
Description: 
        **superalloydataextractor**
        ----------------------
        The functions of superalloydataextractor toolkit include batch downloading documents in XML and TXT format from the Elsevier database, locating target sentences from the full text and automatically extracting triple information in the form of <material name, property specifier, value>.
        
        This package is released under MIT License, please see the LICENSE file for details.
        
        **Features**
        ----------------------
        - Rule-based named entity recognition for superalloy.
        - An automated data extraction pipeline for superalloy.
        - Algorithm based on distance and number of entities, processing multiple relationship extraction without labeling samples.
        
        **USAGE**
        ----------------------
        Clone this github repository and run
        ```
        python3 setup.py install
        ```
        
        Or simply use the code in your own project.
        
        **LICENSE**
        ----------------------
        All source code is licensed under the MIT license.
        
        **Install**
        ----------------------
        ```
        pip install superalloydataextractor
        ```
        
Keywords: text-mining,mining,superalloy,informatics,nlp,txt,science,scientific
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Text Processing
Requires-Python: >=3.6
Description-Content-Type: text/markdown
