# Issues in Parsing Skills

**Parsing itself poses several problems**<br>

* **People stuff their resumes with lots of irrelevant or less pertinent information.** Most software developer resumes are stuffed with details on the company or the projects they have worked on which have all kinds of skills. The actual work that the person may have done may have been a small part of the project so they only used a few actual skills. However, the parser will not be able to differentiate and will pick all the skills whether the skill belongs to that of the company or the project or the person. This is misleading.
* **Contextual reference can be obtained with semantic rules but such rules can run into millions.** For example we could write a rule to normalise the following:

I am into Project Management (skill = Project Management)\
I have been managing projects (skill = Project Management)\
My activities included managing people, finance and projects (skill = Project Management)\
I have managed projects (skill = Project Management)\
I manage finance and projects (skill = Project Management)<br>

* **Pronouns themselves are easy to capture, but pronouns are actually not skills.** Pronouns with verbs become a skill. Oracle itself is not a skill. Oracle administration, oracle development, oracle support, selling oracle, providing training in oracle are skills. This is the problem of issues with verbs (stated above) coming into play.

  In areas where nouns and pronouns are less relevant as in IT, for example, and where verbs are more common like in management, parsing faces even higher difficulty.

While these may be problems related to semantics we have other problems that also need to be addressed particularly when we want to improve efficiency in talent development and talent management.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.itsyourskills.com/skills-thoughts/issues-in-parsing-skills.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
