diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | vim/.vim/spell/en.utf-8.add | 76 | ||||
-rw-r--r-- | vim/.vim/spell/en.utf-8.add.spl | bin | 1596 -> 2488 bytes | |||
-rw-r--r-- | vim/.vimrc | 3 |
4 files changed, 82 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 885a1cc..00b35e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,6 +19,9 @@ [submodule ".vim/bundle/supertab"] path = vim/.vim/bundle/supertab url = https://github.com/ervandew/supertab.git +[submodule ".vim/bundle/semantic-highlight"] + path = vim/.vim/bundle/semantic-highlight + url = https://github.com/jaxbot/semantic-highlight.vim.git [submodule ".vim/bundle/tagbar"] path = vim/.vim/bundle/tagbar url = https://github.com/majutsushi/tagbar.git diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add index b4322d7..44bf06f 100644 --- a/vim/.vim/spell/en.utf-8.add +++ b/vim/.vim/spell/en.utf-8.add @@ -125,3 +125,79 @@ discriminatively disfluencies Influentally WSCFG +implementational +asynchronicity +NLP +FAMT +Yoshua +Vauquois +analoguosly +unigram +semiring +formedness +CYK +NIST +WMT +EPO +keyphrase +codomain +subgradient +PRank +SVM +RankingSVM +hypernodes +Ngram +Papineni +Nakov +Liang +overfit +IterMixSelSGD +IWSLT +Maarit +Koponen +FAHQMT +MAHT +PBMT +Kneser +Ney +stopword +truecased +combinatorial +LMEM +Riezler +Carolin +Duy +Katharina +Markus +Mayumi +Sariya +Sascha +Shigehiko +AdriĆ +Gispert +Iglesias +Bertoldi +Trento +Matecat +DFG +OOV +FST +semirings +softmax +softmax +Spearman +ADAGRAD +SampleRank +ListNet +ListMLE +stopwords +IRSTLM +PatTR +piecewise +lattices +Zipfian +summarization +reranker +rerank +Plackett +WFST diff --git a/vim/.vim/spell/en.utf-8.add.spl b/vim/.vim/spell/en.utf-8.add.spl Binary files differindex 5c83fc2..758f85c 100644 --- a/vim/.vim/spell/en.utf-8.add.spl +++ b/vim/.vim/spell/en.utf-8.add.spl @@ -84,3 +84,6 @@ let g:tagbar_compact = 1 " vimwiki let g:vimwiki_list = [{'path':'~/wiki'}] +" semantic highlighting +let s:semanticGUIColors = [ '#72d572', '#c5e1a5', '#e6ee9c', '#fff59d', '#ffe082', '#ffcc80', '#ffab91', '#bcaaa4', '#b0bec5', '#ffa726', '#ff8a65', '#f9bdbb', '#f9bdbb', '#f8bbd0', '#e1bee7', '#d1c4e9', '#ffe0b2', '#c5cae9', '#d0d9ff', '#b3e5fc', '#b2ebf2', '#b2dfdb', '#a3e9a4', '#dcedc8' , '#f0f4c3', '#ffb74d' ] + |