Search Filters
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

200 total results found

Cloning a Repository

Practical Tools for Computational Lingu... Git basics

This chapter discusses how to clone a repository. This is most likely the first thing one will do...

Comparison of two-side MI

Irony/Sarcasm detection Irony/Sarcasm Detection

As mentioned in Methods for building twitter-specific sentiment lexicon there are two general way...

Todo: Coding

Irony/Sarcasm detection Irony/Sarcasm Detection

Implement sentiment value creator with fit() and transform(). Integrate corenlpSentimentAnalyze...

Lock packages in zypper

Infrastructure log How To

To prevent updates to packages in zypper, you can use the al command to add a lock. sudo zypper ...

Results dump

Irony/Sarcasm detection Irony/Sarcasm Detection

Cross validation character n-grams tfidf F1-score Task A 0.6440953412784399 preci...

ClingDing Spring 2019

Practical Tools for Computational Lingu... Organizational Information

January 23rd Coffee @ Pourhouse January 30th NACLO grading party February 6th Co...

Supercomputer info

Practical Tools for Computational Lingu... Supercomputer tools

Carbonate node: 710.223 GFLOPS on intel mkl linpack If you need to get 32GB of VRAM on Carbonate...

Containers on IU supercomputers

Practical Tools for Computational Lingu... Supercomputer tools

Karst, Carbonate and Big Red II have the singularity package available which allows users to run ...

Run docker container inside of lxc container

Infrastructure log How To

Create an unprivleged container with nesting turned on Run docker containers as normal

NAS

Infrastructure log Planning

Goals: I want to have a way to store my files for machines that are ephemeral For example, im...

Git hist

Practical Tools for Computational Lingu... Git basics

This is an excellent alias for git hist to add to your .gitconfig file git log --pretty=format:"...

1

writ begin

The sun set on a dead end job. Just dark. I worked for that job. I gave for that paycheck. The mo...

lxc container setup

Infrastructure log How To

I prefer to purge openssh-server and then reinstall it as the default config requires preshared k...

How to control turbo boost inside the operating system

Infrastructure log How To

If you would like to control whether turbo boost is allowed from within linux instead of using th...

Methods for building twitter-specific sentiment lexicon

Irony/Sarcasm detection Irony/Sarcasm Detection

Using mutual information This page has quite a bit of information regarding how the mutual infor...

Make lxd container accessible outside of host machine

Infrastructure log How To

The default network connector type is a bridged connector and as such does not allow for outside ...

Redirect traffic using iptables

Infrastructure log How To

HOST_PORT=3230 PUBLIC_IP=192.168.1.150 CONT_PORT=22 CONT_IP=10.121.80.77 sudo iptables -t n...

Checkout

Practical Tools for Computational Lingu... Git basics

One of the most powerful functionalities provided by git is the checkout functionality. This com...

Introduction

Practical Tools for Computational Lingu... Git basics

The Guided Git Tutorial is an invaluable resource for learning how to effectively use git. This c...

Installing matrix-synapse on pypy

Infrastructure log How To

sudo apt install virtualenv virtualenv -p ./pypy3 ~/synapse/env source ~/synapse/env/bin/activa...