You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"…