shineware / PyKOMORAN

(Beta) PyKOMORAN is wrapped KOMORAN in Python using Py4J.
https://pydocs.komoran.kr
Apache License 2.0
42 stars 5 forks source link

저장소 내 사용하지 않는 파일 제거 #42

Open 9bow opened 5 years ago

9bow commented 5 years ago

주제

무엇에 대한 의견이 궁금한가요?

KOMORAN 버전에 따라 jar 파일은 매번 새로 받고, 기존 파일은 지워야 합니다. 이렇게 삭제된 과거 버전의 KOMORAN jar 및 #29 (#39)로 삭제된 기본 모델 등이 git에 의해 관리되고 있어 전체 저장소의 크기를 크게 하고 있습니다. (꼭 지금이 아니더라도) 이러한 파일들을 삭제해야 할지 의사 결정을 해야 하고, 삭제해야 한다면 git에서 완전히 제거할 수 있는 방법을 찾습니다.

9bow commented 5 years ago

(참고 링크) Git의 내부 - 운영 및 데이터 복구

9bow commented 5 years ago
% git clone https://github.com/shineware/PyKOMORAN
Cloning into 'PyKOMORAN'...
remote: Enumerating objects: 221, done.
remote: Counting objects: 100% (221/221), done.
remote: Compressing objects: 100% (117/117), done.
remote: Total 752 (delta 133), reused 147 (delta 91), pack-reused 531
Receiving objects: 100% (752/752), 29.72 MiB | 5.88 MiB/s, done.
Resolving deltas: 100% (312/312), done.
9bow commented 5 years ago
PyKOMORAN:% du -h -d 1
4.0M    ./python
104K    ./java
 15M    ./docs
 16K    ./.github
 31M    ./.git
 49M    .