GithubHelp home page GithubHelp logo

uwasystemhealth / maintenance_work_order_processing_pipeline_public Goto Github PK

View Code? Open in Web Editor NEW
2.0 8.0 0.0 23 KB

A repository for the maintenance work order processing pipeline (PUBLIC)

License: MIT License

Python 100.00%
tlp

maintenance_work_order_processing_pipeline_public's Introduction

Maintenance_Work_Order_Processing_Pipeline_Public

A repository for the maintenance work order processing pipeline (PUBLIC)

IMPORTANT! THIS REPOSITORY REPRESENTS A MOMENT IN TIME (FEB 2020) AND WILL NOT BE CHANGED. Additional work has been planned for this pipeline and will be published at a later date.

The NLP pipeline takes raw maintenance work orders, and tags then according to their symptom/state, maintenance activity and maintenance item. These three stages are downstream dependant and must be run in the correct order. The correct order of execution is shown in the src/run.py file.

To run this code, you will need to use Python 3 and have the following packages installed:

  • pandas
  • pattern
  • nltk
  • gensim
  • fuzzywuzzy
  • pyspellchecker
  • xlrd
  • openpyxl

To execute this code, you will need to create a data/static folder and a data/fluid folder. In the data/static folder you will need three files, these are:

  • wo-large.xlsx: A file containing a list of work orders in a column named "ShortText".
  • maintenance-activity-dict.xlsx: A file containing a list of maintenance activity terms in a column named "words".
  • maintenance-item-dict.xlsx: A file containing a list of maintenance item terms in a column named "words".

To run the full pipeline on windows, run the "run.py" script. On OSX, use the "run_osx.py" script.

After running the pipeline, the final output will be stored in a file named data/fluid/output-maintenance-item.xlsx.

maintenance_work_order_processing_pipeline_public's People

Contributors

caitlin2694 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.