Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

SuperalloyDataExtractor

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

SuperalloyDataExtractor

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>.

  • 0.0.6
  • PyPI
  • Socket score

Maintainers
1

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc