SlideShare a Scribd company logo
1 of 5
임광규
 본문에서 문자의 반복되는 횟수를 알려준다.
 유의어 처리를 하여 그룹 기준으로 횟수를 증가 한다.
 JAVA 1.8 이상 필요
 JAVA FX 로 구현
Word 파일 위치
본문 파일 위치
결과 파일 위치
실행버튼
검색은 기본적으로 디렉터리 기준으로 모든 txt 파일을 기준으로 진행
 단어, 본문, 결과 파일은 기본적으로 text 파일로 구성된다.
(확장자가 txt 이어야함)
 단어는 엔터 기준으로 구분되며, 유의어는 마스터 단어 뒤쪽으로 탭
기준으로 등록 합니다.
예) 자동차(탭)버스(탭)택시(탭)트럭
▶최종 결과는 자동차(자동차+버스+택시+트럭)로 표시
 본문 파일은 엔터 기준으로 분석합니다.
 결과 파일은 다음과 같은 양식을 가집니다.
[단어1=빈도수]|[단어2=빈도수]|#본문라인|본문내용
 결과 파일 명은 [단어파일 이름]-[본문파일 이름].txt로 저장 됩니다.
 https://github.com/lahuman/SearchingWordCount

More Related Content

More from Daniel Lim

More from Daniel Lim (20)

스크럼 101
스크럼 101스크럼 101
스크럼 101
 
nodejs_101.pdf
nodejs_101.pdfnodejs_101.pdf
nodejs_101.pdf
 
For You
For YouFor You
For You
 
Nest js 101
Nest js 101Nest js 101
Nest js 101
 
피드백 시스템
피드백 시스템피드백 시스템
피드백 시스템
 
13.code split
13.code split13.code split
13.code split
 
12.context api
12.context api12.context api
12.context api
 
11.react router dom
11.react router dom11.react router dom
11.react router dom
 
9.component style
9.component style9.component style
9.component style
 
7.component life cycle
7.component life cycle7.component life cycle
7.component life cycle
 
8.hooks
8.hooks8.hooks
8.hooks
 
6.component repeat
6.component repeat6.component repeat
6.component repeat
 
4.event handling
4.event handling4.event handling
4.event handling
 
5.ref 101
5.ref 1015.ref 101
5.ref 101
 
3.component 101
3.component 1013.component 101
3.component 101
 
2.jsx 101
2.jsx 1012.jsx 101
2.jsx 101
 
1.react 101
1.react 1011.react 101
1.react 101
 
Swagger? OAS? with NodeJS
Swagger? OAS? with NodeJSSwagger? OAS? with NodeJS
Swagger? OAS? with NodeJS
 
CuKu V1.3
CuKu V1.3CuKu V1.3
CuKu V1.3
 
Kubernetes object에 대하여
Kubernetes object에 대하여Kubernetes object에 대하여
Kubernetes object에 대하여
 

Recently uploaded

Console API (Kitworks Team Study 백혜인 발표자료)
Console API (Kitworks Team Study 백혜인 발표자료)Console API (Kitworks Team Study 백혜인 발표자료)
Console API (Kitworks Team Study 백혜인 발표자료)
Wonjun Hwang
 
Merge (Kitworks Team Study 이성수 발표자료 240426)
Merge (Kitworks Team Study 이성수 발표자료 240426)Merge (Kitworks Team Study 이성수 발표자료 240426)
Merge (Kitworks Team Study 이성수 발표자료 240426)
Wonjun Hwang
 

Recently uploaded (6)

Console API (Kitworks Team Study 백혜인 발표자료)
Console API (Kitworks Team Study 백혜인 발표자료)Console API (Kitworks Team Study 백혜인 발표자료)
Console API (Kitworks Team Study 백혜인 발표자료)
 
캐드앤그래픽스 2024년 5월호 목차
캐드앤그래픽스 2024년 5월호 목차캐드앤그래픽스 2024년 5월호 목차
캐드앤그래픽스 2024년 5월호 목차
 
A future that integrates LLMs and LAMs (Symposium)
A future that integrates LLMs and LAMs (Symposium)A future that integrates LLMs and LAMs (Symposium)
A future that integrates LLMs and LAMs (Symposium)
 
Continual Active Learning for Efficient Adaptation of Machine LearningModels ...
Continual Active Learning for Efficient Adaptation of Machine LearningModels ...Continual Active Learning for Efficient Adaptation of Machine LearningModels ...
Continual Active Learning for Efficient Adaptation of Machine LearningModels ...
 
Merge (Kitworks Team Study 이성수 발표자료 240426)
Merge (Kitworks Team Study 이성수 발표자료 240426)Merge (Kitworks Team Study 이성수 발표자료 240426)
Merge (Kitworks Team Study 이성수 발표자료 240426)
 
MOODv2 : Masked Image Modeling for Out-of-Distribution Detection
MOODv2 : Masked Image Modeling for Out-of-Distribution DetectionMOODv2 : Masked Image Modeling for Out-of-Distribution Detection
MOODv2 : Masked Image Modeling for Out-of-Distribution Detection
 

문자열 빈도 계산

  • 2.  본문에서 문자의 반복되는 횟수를 알려준다.  유의어 처리를 하여 그룹 기준으로 횟수를 증가 한다.  JAVA 1.8 이상 필요  JAVA FX 로 구현
  • 3. Word 파일 위치 본문 파일 위치 결과 파일 위치 실행버튼 검색은 기본적으로 디렉터리 기준으로 모든 txt 파일을 기준으로 진행
  • 4.  단어, 본문, 결과 파일은 기본적으로 text 파일로 구성된다. (확장자가 txt 이어야함)  단어는 엔터 기준으로 구분되며, 유의어는 마스터 단어 뒤쪽으로 탭 기준으로 등록 합니다. 예) 자동차(탭)버스(탭)택시(탭)트럭 ▶최종 결과는 자동차(자동차+버스+택시+트럭)로 표시  본문 파일은 엔터 기준으로 분석합니다.  결과 파일은 다음과 같은 양식을 가집니다. [단어1=빈도수]|[단어2=빈도수]|#본문라인|본문내용  결과 파일 명은 [단어파일 이름]-[본문파일 이름].txt로 저장 됩니다.