CLMS

TwitterFacebook
Get flash to fully experience Pearltrees
Stanford NLP class

We began our work by supporting research at the University of Washington’s Turing Center related to our interest. This research produced a lexical database (TransGraph) designed to support panlingual translation, and a more powerful extension of it (PanDictionary) based on intelligent automated inference. After this work demonstrated the feasibility of the concept, we continued it, enlarging, enriching, and modifying the database, now named “PanLex”. http://stulta.com/misc/uf/

Utilika Foundation

Jobs

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. 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. http://depts.washington.edu/uwcl/twiki/bin/view.cgi/Main/WebHome

WebHome < Main < TWiki

http://depts.washington.edu/uwcl/twiki/bin/view.cgi/Main/QuarterlySchedule

QuarterlySchedule < Main < TWiki

Winter Quarter 2013 Tuesdays 11:30-12:20, FSH 107 (and on-line ) AdobeConnect recordings of Treehouse meetings are available here . This link isUWNetID protected and restricted to current patas users.

Statistical NLP / corpus-based computational linguistics resources

http://www-nlp.stanford.edu/links/statnlp.html Contents Tools : Machine Translation , POS Taggers , NP chunking , Sequence models , Parsers , Semantic Parsers/SRL , NER , Coreference , Language models , Concordances , Summarization , Other Corpora : Large collections , Particular languages , Treebanks , Discourse , WSD , Literature , Acquisition
This page lists computational tools for doing linguistics. 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.

Computational Resources for Linguistic Research

http://billposer.org/Linguistics/Computation/Resources.html
Quarter 3

Quarter 2

Quarter 1

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" ). 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; http://www.isi.edu/licensed-sw/carmel/

Carmel Download (License Agreement)

C Sharp (programming language)

C# [ note 1 ] (pronounced see sharp ) is a multi-paradigm programming language encompassing strong typing , imperative , declarative , functional , generic , object-oriented ( class-based ), and component-oriented programming disciplines. It was developed by Microsoft within its .NET initiative and later approved as a standard by Ecma (ECMA-334) and ISO (ISO/IEC 23270:2006). C# is one of the programming languages designed for the Common Language Infrastructure . C# is intended to be a simple, modern, general-purpose, object-oriented programming language. [ 6 ] Its development team is led by Anders Hejlsberg . The most recent version is C# 5.0, which was released on August 15, 2012. [ edit ] Design goals http://en.wikipedia.org/wiki/C_Sharp_(programming_language)
python

The Enthought Python Distribution provides scientists with a comprehensive set of tools to perform rigorous data analysis and visualization. Python, distinguished by its flexibility, coherence, and ease-of-use, is rapidly becoming the programming language of choice for researchers worldwide. EPD extends this capacity with a powerful collection of Python libraries to enable interactive technical computing and cross-platform rapid application development. Python facilitates simple yet sophisticated data manipulation. Included modules support the quick integration of GUI front-ends.

Python Distribution :: Products :: Enthought, Inc.

http://www.enthought.com/products/epd.php
The subprocess module provides a consistent interface to creating and working 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. http://pymotw.com/2/subprocess/#working-with-pipes-directly

subprocess – Work with additional processes

Computational Linguistics