cd-dpk / concept_locator

Concept Locator is to search for the concept in source code. The input is a query representining a concept and output is the ranked list of code locations based on similarity of the concept and the code portion. The implementation is based on the works of Marcus et. al titled "An information retrieval approach to concept location in source code" on 2004 and Gregory et. al. titled "On the use of relevance feedback in IR-based concept location" on 2009.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concept Locator

Concept Locator is to search for the concept in source code. The input is a query representining a concept and output is the ranked list of code locations based on similarity of the concept and the code portion. The implementation is based on the works of Marcus et. al titled "An information retrieval approach to concept location in source code" on 2004 and Gregory et. al. titled "On the use of relevance feedback in IR-based concept location" on 2009.

About

Concept Locator is to search for the concept in source code. The input is a query representining a concept and output is the ranked list of code locations based on similarity of the concept and the code portion. The implementation is based on the works of Marcus et. al titled "An information retrieval approach to concept location in source code" on 2004 and Gregory et. al. titled "On the use of relevance feedback in IR-based concept location" on 2009.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%