Contents Menu Expand Light mode Dark mode Auto light/dark mode
skillNer 1.0.0 documentation
skillNer 1.0.0 documentation
  • Getting started
  • Tutorials
  • API references
    • skillNer.skill_extractor_class.SkillExtractor
    • skillNer.cleaner.Cleaner
    • skillNer.text_class.Text
  • Low API references
    • skillNer.matcher_class.SkillsGetter
    • skillNer.utils.Utils
    • skillNer.visualizer.html_elements
    • skillNer.visualizer.phrase_class
  • Contribute

API references¶

Here is a detailed API description of SkillNer and some of its main building blocks.

The docs include a description of arguments as well as examples of usage.

skillNer.skill_extractor_class.SkillExtractor(...)

Main class to annotate skills in a given text and visualize them.

skillNer.cleaner.Cleaner([to_lowercase, ...])

A class to build pipelines to clean text.

skillNer.text_class.Text(text, nlp)

The main object to store/preprocess a raw text.

Next
skillNer.skill_extractor_class.SkillExtractor
Previous
Tutorials
Copyright © 2021, Anas AIT AOMAR & Badr MOUFAD | Created using Sphinx and @pradyunsg's Furo theme. | Show Source