50 Recent Changes in Main Web retrieved at 05:33 (GMT)

Statistics for nop Main Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and ...
Main.jimwhite

ACL 2011 Recap: http://prezi.com/s jo3e8xyxg/acl 2011 recap/ Treehouse 2012 02 03: http://prezi.com/akyfw0kp vxa/the linguistic interpretation of computer programs ...
lemur.ling.washington.edu Quick Links https://lemur.ling.washington.edu/cgi bin/svnpasswd.pl Change SVN/Trac password TracTricks What is it? Subversion ...
Spring Quarter 2012 Fridays 10:30 11:20, location SAV 169 (and on line) Date Topic Presenter 3/30 (no room available) 4/6 (no room available) ...
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 ...
nop CompLingGroup Set GROUP agentile agermain alenah alotayq amhuhn annar4ym antske ashra bacarey bcitko bejan binfeng blta bpop brodbd byfaith caelum camlam ...
CLMS Parallel Computing Cluster What is it? The Computational Linguistics program maintains a cluster of several servers (referred to as "compute nodes") that can ...
Main.megallo

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 ...
Main.brodbd

MapReduce defined MapReduce is a framework for processing highly distributable problems across huge datasets using a large number of computers (nodes). "Map" step ...
Main.brodbd

Using Hadoop on the Patas cluster General Info is a processing framework that allows for scalable, distributed processing. It includes a distributed filesystem (HDFS ...
Main.brodbd

Welcome to the UW Linguistics Treehouse Wiki On this site, we will create a repository of information about topics relating to computational linguistics, computational ...
Main.casonj

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 ...
Main.casonj

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 ...
Main.brodbd

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 ...
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 ...
Main.ebender

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 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 ...
Main.weeteckt

Languages Analyzed in Ling 567 Alphabetical by language. Language families are per Ethnologue. Language Language Code Family Grammar Engineer Year Ainu ...
Main.brodbd

Knoppix LKB News 24 JAN 2012: Version 14 has been released. This includes the workaround below. Also I am now shipping the virtual appliance with the default GNOME ...
Main.ebender

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 ...
Main.casonj

Hello World!! Main.casonj 2012 01 16
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 ...
Main.edwardkw

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 ...
Installing KnoppixLKB as a VirtualBox appliance VirtualBox is a way to run Linux (or other operating systems) inside a window under OS X or Windows. It provides a ...
Main.ebender

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 ...
Main.ebender

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 ...
Troubleshooting Condor Job Problems General suggestions Make sure you're giving the full path to the executable, in your submit file. (Unless the executable ...
Main.brodbd

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 ...
Main.brodbd

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 ...
Guidelines for good passwords The security of our cluster relies in large part on the security of users' passwords. Passwords are checked regularly for strength and ...
Grammar Engineering Glossary C CONT C CONT stands for "Constructional Content" and represents the semantic contribution of a rule (phrase structure rule or lexical ...
Grammar Engineering Frequently Asked Questions What is the feature geometry assigned in the Matrix? (Or: How do I figure out what paths I need to use?) It's not possible ...
nop Main Web Preferences The following settings are web preferences of the Main web. These preferences overwrite the site level preferences in . and ...
This page holds image attachments used elsewhere, such as the Wiki header logo. TWikiAdminUser 2011 05 23 Dept. of Linguistics TWiki logo: favicon ...
TWiki Administrator Group Member list (comma separated list): Set GROUP brodbd,mithreal Persons/group who can change the list: Set ALLOWTOPICCHANGE ...
Main.rgeorgi

Should I Use Git or Subversion (SVN)? In many ways, this is a matter of taste, however, there are some main ways in which the two differ: Git SVN Online ...
Main.rgeorgi

Obtaining and Installing Git Precompiled binaries for Mac OSX and Windows, and source code for self compiling on Linux can be found at the Git project homepage: http ...
To help newly arrived CLMA students find their way around, we thought we'd start a site where people can post links to their favorite restaurants, shops, and sites ...
CLMA Survival Guide Tips and tricks from past CLMA students to help future generations. We learned the hard way, and you will too, but maybe not so much if you pay ...
Number of topics: 50

See also: rss-small RSS feed, recent changes with 50, 100, 200, 500, 1000 topics, all changes

Topic revision: r5 - 2006-11-15 - 19:43:52 - TWikiContributor
 
This site is powered by the TWiki collaboration platformCopyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Privacy Statement Terms & Conditions