[이슈 #20 자동] 모듈 A: 실제 XLSX 업로드 API + 물품 표준화 매칭 엔진 구현 - #73
Merged
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
choigod1023
marked this pull request as ready for review
August 7, 2026 02:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
자유텍스트 물품명 → 표준코드 매칭 엔진을 추가했습니다.
POST /api/v1/standardization/match가 입력 물품명을 정규화한 뒤 표준품목 카탈로그(17,148종) 전체와 2-gram 자카드 유사도 + difflib 비율 조합 점수로 후보를 순위화하고, 신뢰도 임계(0.82) 이상이면 자동매칭, 미만이면needsReview=true로 표시합니다. 업로드 접수(1단계, PR #24)에 이은 매칭 엔진(2단계) 구현입니다. 임베딩 재순위는 별도 인프라가 필요해 이번 범위에서 제외했습니다(코드 주석에 명시).Related #20
Type
Screenshots
To Reviewer
이슈 #20 자동 구현 초안입니다 — 검토 후 머지해주세요.
PR Checklist
Generated by Claude Code