ersoykadir / Requirement-Traceability-Analysis

MIT License
2 stars 0 forks source link

Keyword Extraction : Dependency Parsing Links #13

Closed codingAku closed 1 year ago

codingAku commented 1 year ago

Issue Description

With Issue #11, the keywords of requirements for tracing is extracted. However, the initial trace results are noisy to operate. The noise needs to be reduced with more relevant keywords. One way to provide this is with dependency parsing links.

Step Details

Steps that will be performed:

Final Actions

The findings need to be documented in Wiki page.

Deadline of the Issue

10.04.2023 - 23.59

codingAku commented 1 year ago

The dependency parser program has been implemented, and the Results for the requirements of BUcademy have been added. The comparison and analysis of the usage will be discussed in Meeting 7.

Additionally, word frequency program was implemented, to extend the stopword list.

codingAku commented 1 year ago

Update: The results of word frequency for 5 keywords and 10 keywords on BUcademy requirements are as follows:

wrods

codingAku commented 1 year ago

Using the dependency links and Part-of-Speech Tagging, enhanced keyword extractor pipeline implemented.

ersoykadir commented 1 year ago

First results with new keywords added to repo. First impressions:

codingAku commented 1 year ago

UPDATE: Keyword lemmatizer implemented in PR #17

codingAku commented 1 year ago

Keyword extraction completed.