Giter VIP home page Giter VIP logo

preprocessing's Introduction

preprocessing

This module transforms raw text resumes into matrices or vectors for training

============Folder structure==============

This module contains 2 main sub-directories

  • data
  • preprocessing

The sub-directory preprocessing contains the class Preprocessor which is designed to proprocess raw text resumes contained in the file (data/resume_samples.txt).

Dependencies :

  • Anaconda
  • numpy
  • nltk
  • gensim
  • spacy

Execution :

To preprocessed raw text resumes,

First, change the path to the output_dir in the file preprocessor.py (edit the property output_dir of the class Preprocessor)

Then run the command :

python process_data.py

This operation creates subdatasets corresponding to the resume length in the directory <output_dir>

The operation creates two additional files :

  • resumes_refs.py : which associates a sample data id to the path of the original resume.
  • resumes_words.py : which represents a dictionary where keys are hashed words'vectors and values are corresponding words

The resulting dataset is in form of a matrix :

The first column of the matrix is an integer representing the id of the resume.

The last 10 columns represent the classes of the resumes.

The columns between the id and the classes represent the flatten form of a resume matrix.

By default, each resume is encoded into a matrix of shape (500,100).

Cite this :

Jiechieu, K.F.F., Tsopze, N. Skills prediction based on multi-label resume classification using CNN with model predictions explanation. Neural Comput & Applic (2020). https://doi.org/10.1007/s00521-020-05302-x

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.