Ubuntu LKB (née Knoppix LKB) News 10 APR 2013: Version 16 released. This includes a new LKB version, a default .lkbrc file with (lui initialize), and python3. 28 ...
Spring Quarter 2013 Wednesdays 10:30 11:20, DEN 205 (and on line) Date Topic Presenter 4/10 Towards Detecting Linguistic Phenomena in Precision Grammars ...
Using Hadoop on the Patas cluster General Info is a processing framework that allows for scalable, distributed processing. It includes a distributed filesystem (HDFS ...
Troubleshooting Condor Job Problems General suggestions Make sure you're giving the full path to the executable, in your submit file. (Unless the executable ...
Languages Analyzed in Ling 567 Alphabetical by language. Language families are per Ethnologue. Language Language Code Family Grammar Engineer Year Ainu ...
On a Windows PC, using the command line Make sure your 'path' environment variable points to your Python executable (perhaps C:\Python25).See page for instructions ...
Installing Knoppix LKB (or UbuntuLKB) as a VirtualBox appliance VirtualBox is a way to run Linux (or other operating systems) inside a window under OS X or Windows ...
CLMS Survival Guide Tips and tricks from past CLMA/CLMS students to help future generations. We learned the hard way, and you will too, but maybe not so much if you ...
Creating a Git Repo Git repositories allow for many types of workflows, centralized or decentralized. Before creating your repo, decide which steps to follow: Create ...
How To Access the CLMA Cluster Command Line Access MacOS Run Terminal (under Applications/Utilities). At the command prompt, type: ssh user #64;patas.ling.washington ...
List of known OpenSolaris Linux NFSv4 bugs Because this needs to be documented somewhere... Some of these also affect Nexenta and other Solaris derived operating ...
Welcome to the CLMS Internship Page Internships There are many internship opportunities available to CLMS students. This page presents a list of such opportunities ...
2010 10 04 We are revamping this page to include photos and short bios. Please add yourself (or update your entry) in the appropriate category below (alphabetical ...
vervet.ling.washington.edu Vervet is a web server run by the Department of the University of Washington, to provide services to students and faculty in the Computational ...
Grammar Engineering Frequently Asked Questions I want to install the LKB on my local machine, what should I do? The LKB can downloaded from the website, for Linux ...
CLMS Parallel Computing Cluster What is it? The Computational Linguistics program maintains a cluster of several servers (referred to as "compute nodes") that can ...
nop PatasMahout General Info is a big data machine learning toolkit that can run on top of PatasHadoop Hadoop. At the time of writing it is rather unstable, so ...
Building and running code: Paths and Environment Variables Some classes (notably the Ling570 series) require you to write code that will be run by a TA on Patas (and ...
MapReduce defined MapReduce is a framework for processing highly distributable problems across huge datasets using a large number of computers (nodes). "Map" step ...
Welcome to the UW Linguistics Treehouse Wiki On this site, we will create a repository of information about topics relating to computational linguistics, computational ...
Here is an article giving industry opinions on the relative assets and liabilities of some commonly used programming languages. JonathanPool 31 Mar 2005 And a ...
Here is a useful wiki page on Haskell.org covering a lot of what is going on with Haskell and linguistics. There is also this recent book on computational semantics ...
Hadoop Example using WordCount In this example, we'll run the example that comes with Hadoop on our local copy of the Brown Corpus. 1. Make a directory in the Hadoop ...
Grammar Engineering Frequently Asked Questions When I try to generate, the LKB says "Probable circular lexical rule" . How do I debug this? This error arises when ...
Academic Software License Deals This page lists free or reduced cost commercial software licenses that students in the UW Lingustics department may be eligible for ...
MacOS SSH shortcuts using Terminal This page illustrates how to create a Dock shortcut that will automatically launch an SSH session in a terminal window. 1. Open ...
How do I paste into the LKB parse dialogue? Contributed by a 567 student: On Linux, the LKB dialogs that take textual input (e.g., the one reached from View/Type ...
Grammar Engineering with LKB and the LinGO Grammar Matrix: Frequently Asked Questions To the reader These pages have been prepared in the context of Linguistics 567 ...
Lemur Shared Projects Use this page to list projects you've created under svn://lemur.ling.washington.edu/shared . Include the directory name, the project's purpose ...
Grammar Engineering Glossary To the reader These pages have been prepared in the context of Linguistics 567, "Knowledge Engineering for Deep NLP", at the University ...
Wiki Standards and Practices Encodings This Wiki may or may not respect characters you enter into its editor if they are outside the Latin 1 (ISO 8859 1) range. As ...
Links to job postings of interest This page is obsolete. Please see the posting database instead. (If you get a certificate warning, you need to the UW root certificate ...
Running Condor jobs with large memory requirements By default, Condor assigns each process you launch 1 GB of RAM. If your job grows too large, one of two things will ...
Compling resources from UW libraries Start here: http://www.lib.washington.edu/ To get off campus access: click the the "off campus access" button and sign in ...
Parallel Processing One of the challenges of working in natural language processing is the large amounts of data that must be processed to get meaningful results. ...
How do I use it? A quick Condor tutorial How do I set up a job? Creating a submit description file You need to create a submit description file (sometimes referred ...
Data Protection What we do and don't do to protect data stored on our systems. Disk storage All of our critical servers use RAID (Redundant Array of Inexpensive ...
Corpus Usage Guidelines Access Policies In order to ensure compliance with the licenses for the various corpora we have installed, we have instituted the following ...
Email Lists and Other Local Sources of Information Email lists All of these lists carry same day information fairly frequently, so we do NOT recommend the "digest ...
$ Who do I contact for help with patas or the Treehouse workstations?: linghelp at u dot washington dot edu $ Who do I contact if I have problems with the wireless ...
"Shebang" lines for scripts on Patas Here are the proper script headers for various interpreted languages on patas. Bash #!/bin/bash Perl v5.10.0 #!/opt/perl ...