-
# 파이썬 가상환경 생성 후 활성화
1. 가상환경 생성
```bash
# window
# python -m venv [venv 이름]
python -m venv ./myenv
# mac
# python3 -m venv [venv이름]
python3 -m venv ./myenv
```
2. 가상환경 활성화
```bash
#…
-
## Work Planning
Details
## Table of Contents
- [Housekeeping](#housekeeping)
- [Named Concepts](#named-concepts)
- [Summary](#summary)
- [Reference-Level Explanation](#reference-level…
-
While it seems quite reasonable to cut on naro + shad, there are so many edge cases where the proper cut is difficult to find that it would be helpful to have some code doing that in pybo. i'm thinkin…
eroux updated
5 years ago
-
### PPT 제작 (1명)
[중간 보고서 양식](https://github.com/Sumin0916/2024-SP/blob/27d96997719eab8a136d1eae6663e3c8ed58a82d/%EC%B5%9C%EC%A2%85%20%EB%B3%B4%EA%B3%A0%EC%84%9C/%EC%A4%91%EA%B0%84%20%ED%94%84%EB%A1%9C…
-
**Project:** Given a command line tool with a number of parameters and a target metric to be optimized, I want a tool that will run the program and find the values for those parameters that maximizes …
-
### 테스트 환경 구축
1. Flask 라이브러리 설치
2. 실행전 `set FLASK_APP=pybo` 입력
3. `flask run`으로 서버 실행
![image](https://github.com/Sumin0916/2024-SP/assets/72787222/cd8f7aa4-e682-4d16-beeb-75c0ab7bd000)
- [http:/…
-
```diff
--- a/Cangjie5.txt
+++ b/Cangjie5.txt
@@ -169,7 +169,7 @@
昷 abt
𧂓 abtip
𬁨 abtk
-𦎨 abtq
+𦎨 autq
𭦗 abts
𪓲 abtu
冒 abu
@@ -284,7 +284,7 @@
炚 af
𣌢 af
𭴋 af
-𩤵 afahm
+𩤵 sfah…
-
hi
thx for this tool, i tried using the OSX version but program does not want to start;
sorry i can't get any diagnostic info from Console for some reason;
my system is 10.11.6
thx
-
However, I am able to run it by just uninstalling pybo and botok with pip3 commands and installing versions from when we first built the repository:
pybo 0.6.5
botok 0.6.9
It's fine for me to j…
-
Not really an issue, but in your next releases, you might want to use botok instead of pybo.
Everything is the same except for the import line.
All the codebase related to the Tibetan tokenizers h…