분류 전체보기 1447

펜 트리뱅크 태그

https://sites.google.com/site/partofspeechhelp/http://www.cis.upenn.edu/+treebank/ 펜실베니아 대학의 펜 트리뱅크(Penn Treebank) 프로젝트 NKTK는 텍스트에 태그를 붙일 때 널리 쓰이는, 펜실베니아 대학의 펜 트리뱅크를 기본적으로 사용한다. 태그 원어 한국어 CC coordinating conjunction 등위 접속사(and, or, but 같은 접속사) CD cardinal number 기수(순서의 읨가 없이 수량만 나타내는 수) DT determiner 한정사(명사 앞에 붙는 the, some, my 같은 말들) EX existential "there" 장소가 아니라 존재는 나타내는 there(There is always ..

lang/py 2019.01.19

Practical Vim 2판 정리 페이지 Index

Practical Vim 2판 정리 페이지 https://github.com/rxedu/practical-vim Vim을 시작하는 법 - 원문 : Getting started with Vim Vim 텍스트 개체: 궁극의 가이드 - 원문 : Vim Text Objects: The Definitive GuideVim에 대해 점진적으로 학습하기 - 원문 : YBlog - Learn Vim Progressively Vim의 탭은 그렇게 쓰는 게 아니다. 버퍼와 탭의 사용법 - 원문 : Vim Tab Madness. Buffers vs Tabs Practical Vim 2판 정리 페이지 정말 잘 정리해 놓은 페이지다. Use Vim’s Factory Settings 1. The Vim Way Tip 1. Dot ..

ide/vim 2019.01.16

Vue.js Chrome Extension Example

https://github.com/vuejs/vue/tree/csp/dist 크롬 확장프로그램(chrome://extensions/) > 압축해제된 확장 프로그램을 로드합니다. 클릭 아래 ./vue-csp 폴더 선택 크롬 앱 목록(chrome://apps/)에서 설치한 앱 선택 새창에 앱이 실행된다. ./vue-csp assets/ app.js vue.js # https://github.com/vuejs/vue/tree/csp/dist icon_16.png icon_128.png index.html main.js manifest.json index.html {{ message}} main.js chrome.app.runtime.onLaunched.addListener(function() { // 화면중심..

lang/vue 2019.01.15
반응형