일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 비동기
- 필사
- PID
- github markdown
- 파이썬
- 클라이언트사이드렌더링
- 서버사이드렌더링
- github
- 코딩온라인
- Anaconda
- address
- gitbash
- expression statement is not assignment or call html
- 출처: 자바의 신 8장
- Machine Learning
- #스파르타코딩클럽후기 #내일배움캠프후기
- 플젝후체크
- 카우치코딩 #couchcoding #6주포트폴리오 #6주협업프로젝트
- 자바파이썬
- terminate
- 카우치코딩 #couchcoding #6주포트폴리오 #6주협업프로젝트v
- taskkill
- 파이콘
- khaiii
- 마크다운
- SSR
- Kakao
- Technical Writing
- Morphological analysis #Corpus
- 모바일웹스킨
- Today
- Total
목록분류 전체보기 (130)
개발 일기
Test for Specialized Spacing Error Model.** Overfitting: If a model is overfitted, it would have a high accuracy to the training data, but it does not work properly on the verification or test data. An overfitted model struggles to evaluate new data. This means the model has been adapted too closely to the training data and even learned its noise. A user often forgets to put a space (especially ..
This post contains key terms that appear frequently in Korean morphological analysis and natural language processing (NLP). It encompasses concepts that are used in Khaiii project and will be helpful for those are not familiar with the Korean structure. I would recommend to review this glossary first before reading the translations. Terms (1) Korean Unit A. Jaso: a Korean Character ( e.g. ㄱ,ㄴ,ㄷ,..
#Python's Characteristics - Case Sensitive - Spacing Matters : e.g. O Print(3*7) X Print (3*7-1) #How to define variables? All lower case letters and underscores to separate words (E.g. my_height = 58) #Assignment Functions Once you assign 'Rainfall -= rainfall * 0.1' , rainfall's value is switched to the assigned (90% of rainfall = 4500000) You may use 'rainfall = rainfall + reservoir_volume'. ..
Words (1) Define new or unfamiliar terms • If the term already exists, link to a good existing explanation. • If your document is introducing the term, define the term. If your document is introducing many terms, collect the definitions into a glossary. (2) Use Acronyms Properly On the initial use of an unfamiliar acronym within a document or a section, spell out the full term, and then put the ..
이번 글에는 제가 흥미롭게 읽었던 영문 사이트들을 정리해보았습니다. 라이팅 방법론 구글 테크니컬 라이팅 코스: 링크 (난이도 하 / 3시간 분량) 엔지니어들을 위한 테크니컬 라이팅 코스인데요. 읽는 데 약 3시간 정도 걸리는 분량의 글 입니다. 제목에서 알 수 있듯, 이 강의는 일반 / 비즈니스 라이팅이 아니라 IT 업계에서 종사하는 사람에게 권장하는 글쓰기 방법을 이야기 하고 있어요. 하지만 코스 1의 내용에서 다루는 내용들은 수동태 대신 능동태 쓰기, 문장 짧게 만드는 법 등 일반적인 글쓰기에서도 중요한 원칙들이에요. 간결하고 읽기 쉬운 글쓰기에 필요한 얘기를 짧은 분량에 핵심적으로 담았고요. 비영어권 독자들을 위해서 쓴 안내서이기 때문에 쉽습니다. 어제 이 강의를 발견했는데, 최근에 읽어본 것 중 ..
리딩, 리스닝, 스피킹, 그리고 라이팅. 여러분은 영어 공부에서 어느 영역이 제일 어려우신가요? 저는 10년 가까이 영어를 꾸준히 공부하고 있는데요. 이렇게 장기간 공부해보면서, 꾸준한 노력이 필요한 영역은 라이팅이라는 생각이 들었어요. 듣고, 읽고 말하는 것은 환경에 충분히 노출을 시키면 어느 순간 계단 한칸을 오르듯 확 느는 시점이 오거든요. 하지만 독자가 머릿속에 물음표를 그리지 않고, 쉽게 쭉쭉 이해하며 넘길 수 있는 글을 쓰는 건 '영어 실력 + 글쓰기 실력'이 요구되더라고요. 그래서 매번 글을 쓸 때마다 새롭고 어렵습니다. 개인적으로, 네 가지 영역 중에서 라이팅은 가장 꾸준히 해야하는 일이라고 생각해요. 아직 갈 길이 멀지만, 제 라이팅 실력을 늘리는 데 매우 도움이 되었던 세 가지 팁이 있..
Are you new to technical writing? If you feel lost and try to figure out how to get started, I highly recommend to take Google's Technical Writing course. What is this course about? Google's Technical Writing is a 3 hour online course developed by Google team. The course teaches you how to write clearer technical documentation. IT engineers are the first target audience for this course, but it i..
Pre-analyzed Dictionary Pre-analyzed dictionary is used when a word’s analysis shows a consistent result regardless of its context. Type of Dictionary Entry There are two types of pre-analyzed dictionaries. Exact Match: When two words are fully matched Partial Match: When two words have the same beginning in common but are not exact matches Below are the examples of pre-analyzed dictionaries Num..