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>.
Project 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.
Superalloy Data Extractor Code
This code extracts data of property from TXT files. These TXT files need to be supplied by the researcher. The code is written in Python3. To run the code:
1. Fork this repository
2. Download the word embeddings and dictionary.ini:
- Available here: https:
3. Download all 5 files and place in the superalloydataextractor/bin folder
4. Place all files in superalloydataextractor/data
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
or if you are an Anaconda user, run:
conda install -c superalloydataextractor superalloydataextractor
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file SuperalloyDataExtractor-0.0.6.tar.gz.
File metadata
- Download URL: SuperalloyDataExtractor-0.0.6.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01014efb735e0d25ef23e13b79483e41dc43f3e0e6f81c3ff2ceef15e75844d4
|
|
| MD5 |
eb6bd5ea7bc5bbcc66e94d12234b2aa0
|
|
| BLAKE2b-256 |
352d0c0830946f0776af19dce6de424edf0355b3e7b733bbb82cd0c4233ea070
|