CodesAway / CodesAway/DYCE

For similarity checks, handle camel case words

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Split words so can use similar checks as if had spaces.

For example, pre-processing will combine separate words into one using camel case, so can be more easily parser by simple grammar.

Then, split camel case into separate words for similarity checks

Long term, can optimize, but initially can use basic logic.

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or entry points are named. Locate the preprocessing and similarity-check logic, then trace how camel-case words are currently combined or compared. Done means camel-case words are split into separate words before similarity checks while preserving the existing behavior for other input.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
devtools
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.