BE-API 최종구현
BACKEND API 최종구현
- calcDistance 구현
( 넘어온 word에 대해서 1. 원본/ 2. 특수기호, 영어, 숫자 제거 / 3. 특수기호, 영어, 숫자 표준화
각각의 disassenbled 된 단어들로 db 욕설들과 유사도 검사 => 최소 값 검증)
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b server origin/server
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git checkout master git merge --no-ff server
Step 4. Push the result of the merge to GitLab
git push origin master
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.