Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
worldpeace21 authored Feb 6, 2020
1 parent 9a09875 commit 8e804e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h2>데이터 전처리에 유용한 프로그램</h2>
<h1>데이터 전처리에 유용한 프로그램</h1>
<br>
<h4>utils_for_audio.py</h4>
<h3>utils_for_audio.py</h3>
1. 목적: 음성 데이터 전처리<br>
2. 구성 함수:<br>
1) volume_up: .wav 파일의 데시벨을 증폭시킵니다.<br>
Expand All @@ -10,7 +10,7 @@
5) get_sampling_rate: .wav 파일의 sampling rate를 알려줍니다.<br>
6) measure_wav_time: .wav 파일의 시간을 측정합니다.<br>

<h4>utils_for_text.py</h4>
<h3>utils_for_text.py</h3>
1. 목적: 텍스트 데이터 전처리<br>
2. 구성 함수:<br>
1) count_noun_frequency: 명사 빈도수를 카운팅합니다.

0 comments on commit 8e804e2

Please sign in to comment.