Code Monkey home page Code Monkey logo

text-annotation-tool-for-nlp's Introduction

Text-Annotation-tool-for-NLP

Getting the annotated data to train model to perform Natural Language Processing task is one of the most tiring and boring work. This tool has been created to ease that process. There are two versions of it. One where tkinter is used to build GUI for the tool and other is just a CLI.

This tools is specifically for Resume annotation. But it can always be changed to other domains as required.You just need to go and change the labels. The plan is to annotate each individual line in two different classes i.e. Line Type and Line Label. Line Type will give us the detail about the priority of data like whether it is header or meta-data(title) or only content (description about the title). Line Label categorizes the lines into different segments like Education, Skill set, Experience etc. This list will be saved as python dictionary in python and numbers will be used as keys as described below. This dictionary will be used wherever the reference is required to make everything in sync.

If any change is required in line classification, the direct change to this list will work. Please find below the description of each type and labels.

line_types =

{0:'header', 1:'title', 2:'content'} line_labels =

{0:'experience', 1:'skillset', 2: 'education', 3:'personal', 4:‘miscellaneous'} Line Types:

• Header (0): It is the title line which defines the beginning of any new section for. eg. "Experience", "Education", "Personal" etc. • Title (1): It is the sub-title which defines the sub-categories in sections, if any. For eg. "Research Assistant" could be the sub-title in "Education", "Sales Executive" could be the sub-title in "Experience" etc. • Content (2): This line will contain all the description about the particular segment.

Line Labels:

• Experience (0): It includes all the line describing any kind of experience. • Skillset (1): It includes all the technical or domain specific skills. • Education (2): It includes details about the educational background of candidate like year of passing, name of university, course etc. • Personal (3): It will contain all the information about the candidate including their email-id, social networking address like LinkedIn, GitHub profiles etc. • Miscellaneous (4): It will contain any other details which is not described in the above the labels.

text-annotation-tool-for-nlp's People

Contributors

yusuf287 avatar

Stargazers

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