background preloader

CLMS

Facebook Twitter

What we learned from 5 million books.

Stanford NLP class

Utilika Foundation. Graduate Tournament. Linguist List - Donate to LINGUIST. University of Washington Working Papers in Linguistics (UWWPL) Yohanboniface/sulci - GitHub. Job Search - CompLing Database. Jobs. WebHome < Main < TWiki. Welcome to the UW Linguistics Treehouse Wiki On this site, we will create a repository of information about topics relating to computational linguistics, computational linguistics at UW, and probably other things, too.

WebHome < Main < TWiki

In addition to this site, there is also a computational linguistics mailing list. If you want to be notified of comp ling events and discussions, subscribe to the list, too. Time sensitive Who we are Nuts and bolts General Using Version Control Software Version control software can be used on the cluster by using the dedicated subversion server, or by setting up a remote Git repository using ssh access. Should I use Git or Subversion (SVN)? Subversion server (lemur.ling.washington.edu) Using Git on the Cluster Parallel Computing Cluster (patas.ling.washington.edu/dryas.ling.washington.edu) Info on useful systems Life outside the Treehouse Locally-produced FAQs Of historical interest. DARPA Shredder Challenge. 6.041 Probabilistic Systems Analysis and Applied Probability, Spring 2006. QuarterlySchedule < Main < TWiki. Statistical NLP / corpus-based computational linguistics resources. Contents.

Statistical NLP / corpus-based computational linguistics resources

Computational Resources for Linguistic Research. This page lists computational tools for doing linguistics.

Computational Resources for Linguistic Research

There is of course some overlap, but the emphasis is on using computation to do what ordinary linguists want to do, not on computational linguistics for its own sake. The page emphasizes free software that runs on Unix systems. The emphasis is on Unix for several reasons. First, that's what I myself use. Second, in my opinion Unix is the environment of choice for this kind of work. By free software I mean software that you can use as you wish to, modify, and redistribute.

Quarter 3

Quarter 2. Quarter 1. Carmel Download (License Agreement) This License Agreement (the "Agreement") is entered, effective this date, by and between University of Southern California, and the individual executing this Agreement below as "Licensee" (hereinafter, the "Licensee").

Carmel Download (License Agreement)

WHEREAS, USC has developed the Carmel package and related documentation (the "Software"); and WHEREAS, Licensee desires, and USC is willing to grant to Licensee, a license to use the Software in accordance with this Agreement; NOW, in consideration of the foregoing, the mutual covenants hereinafter set forth, and for other good and valuable consideration, the receipt and sufficiency of which is hereby acknowledged, the parties agree as follows: 1. USC hereby grants Licensee a royalty-free, non-exclusive, non-transferable right to use the Software as follows solely for a Non-Commercial Purpose: (b) Licensee may make only such copies of the Software as are necessary for Licensee's development of the Derivative Works. 2. 3. 4. 5. 6. C Sharp (programming language) C♯ is intended to be a simple, modern, general-purpose, object-oriented programming language.[6] Its development team is led by Anders Hejlsberg.

C Sharp (programming language)

The most recent version is C♯ 5.0, which was released on August 15, 2012. The ECMA standard lists these design goals for C#:[6] Due to technical limitations of display (standard fonts, browsers, etc.) and the fact that the sharp symbol (U+266F ♯ music sharp sign (HTML: &#9839;)) is not present on the standard keyboard, the number sign (U+0023 # number sign (HTML: &#35;)) was chosen to represent the sharp symbol in the written name of the programming language.[8] This convention is reflected in the ECMA-334 C# Language Specification.[6] However, when it is practical to do so (for example, in advertising or in box art[9]), Microsoft uses the intended musical symbol.

C# used to have a mascot called Andy (named after Anders Hejlsberg). It was retired on Jan 29, 2004.[25] C# has the following syntax: MonoDevelop - MonoDevelop. Microsoft Visual Studio. Free Developer Tools - Visual Studio 2010 Express. Python. Python Programming Language – Official Website. SciPy - Python Scientific Lecture Notes — Scipy lecture notes.

Python Distribution. Subprocess – Work with additional processes. The subprocess module provides a consistent interface to creating and working with additional processes.

subprocess – Work with additional processes

It offers a higher-level interface than some of the other available modules, and is intended to replace functions such as os.system(), os.spawn*(), os.popen*(), popen2.*() and commands.*(). To make it easier to compare subprocess with those other modules, many of the examples here re-create the ones used for os and popen. The subprocess module defines one class, Popen and a few wrapper functions that use that class. The constructor for Popen takes arguments to set up the new process so the parent can communicate with it via pipes.

It provides all of the functionality of the other modules and functions it replaces, and more. Note The API is roughly the same, but the underlying implementation is slightly different between Unix and Windows. Running External Command To run an external command without interacting with it, such as one would do with os.system(), Use the call() function. popen.

Computational Linguistics

UW Professional Master's in Computational Linguistics - Home.