<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.aclweb.org/aclwiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Koskenni</id>
	<title>ACL Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.aclweb.org/aclwiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Koskenni"/>
	<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/Special:Contributions/Koskenni"/>
	<updated>2026-04-26T10:35:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Morphology_software_for_English&amp;diff=9242</id>
		<title>Morphology software for English</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Morphology_software_for_English&amp;diff=9242"/>
		<updated>2012-03-17T09:18:47Z</updated>

		<summary type="html">&lt;p&gt;Koskenni: /* Free software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;[[Software]] - Morphology and part of speech tagging&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For languages other than English, see [[List of resources by language]].&lt;br /&gt;
&lt;br /&gt;
== Morphology ==&lt;br /&gt;
&lt;br /&gt;
===Free software===&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://clipdemos.umiacs.umd.edu/catvar/ Catvar 2.0] - The Categorial Variation Database for English (OSL)&lt;br /&gt;
*[http://www.ling.helsinki.fi/kieliteknologia/tutkimus/hfst/ HFST] - Helsinki Finite-State Transducer Technology - FST library, command line tools, hfst-twolc (a rule compiler for two-level rules), and several spellers and morphological analyzers (GPL)&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Foma_%28software%29 FOMA] - finite-state toolkit (similar to Xerox XFST), created and maintained by Måns Huldén (GPL)&lt;br /&gt;
*[[lttoolbox]] -- lexical processing tools for building morphological analysers/generators with XML specification files. Includes data for English (both analysis and disambiguation). (GPL)&lt;br /&gt;
*[http://www.sil.org/pckimmo/about_pc-kimmo.html PC-KIMMO] - a Two-level Processor for Morphological Analysis, including KGEN, KTEXT, and Englex&lt;br /&gt;
*[[SFST]] - Stuttgart Finite State Transducer Tools (GPL)&lt;br /&gt;
** Where is the data for English?&lt;br /&gt;
*[http://www.issco.unige.ch/en/research/projects/MULTEXT.html MULTEXT mmorph] - (unmaintained) two-level morphology, package includes some data for English and German, (GPL2 or later)&lt;br /&gt;
&lt;br /&gt;
===Unknown license===&lt;br /&gt;
*[http://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/areas/nlp/morph/map/0.html MAP] - Cambridge/Edinburgh Morphological Analyzer and Dictionary System (gratis download, no license information)&lt;br /&gt;
&lt;br /&gt;
===Proprietary software===&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[http://www.ru.nl/celex/ CELEX database] - Dutch, English, and German word forms&lt;br /&gt;
*[http://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/areas/nlp/morph/fonol/0.html FONOL] - Phonological Programming Language (non-commercial only)&lt;br /&gt;
*[http://services.canoo.com/MorphologyBrowser.html German Morphology Browser]&lt;br /&gt;
*[http://www.cs.technion.ac.il/~erelsgl/bxi/hmntx/teud.html Hebrew Morphological Parser]&lt;br /&gt;
*[http://bach.arts.kuleuven.ac.be/~piet/morlex/index.html MORLEX] - A lexical database for French&lt;br /&gt;
*[http://www.informatics.susx.ac.uk/research/nlp/carroll/morph.html morpha and morphg] - fast and robust morphological analysis and generation for English, from John A. Carroll (non-commercial only)&lt;br /&gt;
*[http://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/areas/nlp/morph/morfogen/0.html MORFOGEN] - a Morphology Grammar Builder and Dictionary Interface Tool&lt;br /&gt;
*[http://nlp.cs.nyu.edu/nomlex/index.html NOMLEX] - a dictionary of English nominalizations&lt;br /&gt;
*[http://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/areas/nlp/morph/tulip/0.html TULIP] - a two level phonological formalism&lt;br /&gt;
*[http://www.fsmbook.com  Xerox/PARC] - finite-state morphological analysis/generation using xfst, lexc, twolc&lt;br /&gt;
&lt;br /&gt;
==Part of speech tagging==&lt;br /&gt;
&lt;br /&gt;
===Free software===&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
*[http://acopost.sourceforge.net/ ACOPOST - A Collection Of PoS Taggers] Maximum Entropy Tagger, Trigram Tagger, Transformation-based Tagger, Example-based tagger&lt;br /&gt;
*[http://l2r.cs.uiuc.edu/~cogcomp/asoftware.php?skey=FLBJPOS LBJ POS Tagger] - Uses averaged perceptron based sequential model. Java API, Free, open source license.&lt;br /&gt;
*[http://www-tsujii.is.s.u-tokyo.ac.jp/GENIA/tagger/ GENiA]- part-of-speech tagging, shallow parsing, and named entity recognition for biomedical text. C++, BSD license.&lt;br /&gt;
*[http://nltk.sourceforge.net/ NLTK - Natural Language Toolkit] Regexp Tagger, N-Gram Tagger, Brill Tagger, HMM Tagger, plus a freely downloadable book with a chapter on tagging&lt;br /&gt;
*[http://opencog.org/wiki/RelEx RelEx] - provides English-language part-of-speech tagging, entity tagging, as well as other types of tags (gender, date, money ...), after performing a deep parse, so that tags agree with parse. Also provides resulting stems. Apache 2.0 License.&lt;br /&gt;
*[http://nlp.ipipan.waw.pl/Spejd/ Spejd - Shallow Parsing and Disambiguation Engine] a GPL tool for simultaneous rule-based morphosyntactic disambiguation and partial parsing&lt;br /&gt;
*[http://wiki.apertium.org/wiki/Tagger_training Tagger training] on the Apertium Wiki (HMM + constraint based)&lt;br /&gt;
* [http://beta.visl.sdu.dk/cg3.html VISL Constraint Grammar] rule based disambiguation (GPL)&lt;br /&gt;
** Is there a Free set of rules for English?&lt;br /&gt;
&lt;br /&gt;
===Proprietary software===&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Combined morphology and tagging==&lt;br /&gt;
&lt;br /&gt;
===Free software===&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://www.cis.upenn.edu/~xtag/swrelease.html XTAG] - tools for parsing and grammar development, including morphological analysis and tagging, as described in [http://www.cs.mu.oz.au/acl/C/C94/C94-2149.pdf XTAG System - A Wide Coverage Grammar for English] and [http://arxiv.org/abs/cmp-lg/9410024 A Freely Available Wide Coverage Morphological Analyzer for English]&lt;br /&gt;
&lt;br /&gt;
===Proprietary software===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://nlp.postech.ac.kr/DownLoad/k_api.html Korean morphological analyzer and part-of-speech tagger]&lt;br /&gt;
*[http://www.nlplab.cn/resource/CIP/neucsp.zip NEUCSP] - a tool for Chinese Word Segmentation and POS tagging&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Part-of-speech tagging]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Morphology]]&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Resources for English]]&lt;/div&gt;</summary>
		<author><name>Koskenni</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Journals&amp;diff=6833</id>
		<title>Journals</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Journals&amp;diff=6833"/>
		<updated>2009-04-26T18:16:16Z</updated>

		<summary type="html">&lt;p&gt;Koskenni: /* Computational Linguistics and Natural Language Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of journals that may be suitable for publishing Computational Linguistics papers. For journal [http://en.wikipedia.org/wiki/Impact_factors impact factors], see [http://citeseer.ist.psu.edu/impact.html CiteSeer&#039;s estimated impact] or look on each journal&#039;s home page for the [http://scientific.thomson.com/products/jcr/ ISI Journal Citation Reports impact factor].&lt;br /&gt;
&lt;br /&gt;
See also [[Journals currently calling for papers]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Artificial Intelligence ==&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://tocl.acm.org/ ACM Transactions on Computational Logic]&lt;br /&gt;
* [http://www.elsevier.com/wps/find/journaldescription.cws_home/505601/description Artificial Intelligence]&lt;br /&gt;
* [http://www.computer.org/portal/site/intelligent// IEEE Intelligent Systems]&lt;br /&gt;
* [http://www.computer.org/portal/site/transactions/index.jsp?pageID=tkde_home IEEE Transactions on Knowledge and Data Engineering]&lt;br /&gt;
* [http://www.computer.org/portal/site/transactions/index.jsp?pageID=tpami_home IEEE Transactions on Pattern Analysis and Machine Intelligence]&lt;br /&gt;
* [http://www3.interscience.wiley.com/cgi-bin/jhome/36062?CRETRY=1&amp;amp;SRETRY=0 International Journal of Intelligent Systems]&lt;br /&gt;
* [http://www.jair.org Journal of Artificial Intelligence Research]&lt;br /&gt;
* [http://www-unix.mcs.anl.gov/JAR/ Journal of Automated Reasoning]&lt;br /&gt;
* [http://logcom.oxfordjournals.org/ Journal of Logic and Computation]&lt;br /&gt;
&lt;br /&gt;
== Cognitive Science and Psycholinguistics ==&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://www.elsevier.com/wps/find/journaldescription.cws_home/505626/description Cognition]&lt;br /&gt;
*[http://www.degruyter.de/rs/384_386_ENU_h.htm Cognitive Linguistics]&lt;br /&gt;
*[http://www.cognitivesciencesociety.org/about.html Cognitive Science]&lt;br /&gt;
*[http://www.trends.com/tics/ Trends in Cognitive Sciences]&lt;br /&gt;
&lt;br /&gt;
== Computational Linguistics and Natural Language Processing ==&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.acm.org/pubs/talip/ ACM Transactions on Asian Language Information Processing]&lt;br /&gt;
* [http://www.acm.org/pubs/tslp.html ACM Transactions on Speech and Language Processing]&lt;br /&gt;
* [http://www.mitpressjournals.org/loi/coli Computational Linguistics]&lt;br /&gt;
* [http://www.elsevier.com/locate/csl Computer Speech &amp;amp; Language]&lt;br /&gt;
* [http://www.eup.ed.ac.uk/journals/content.aspx?pageId=1&amp;amp;journalId=12801 Corpora]&lt;br /&gt;
* [http://www.degruyter.com/journals/cllt Corpus Linguistics and Linguistic Theory]&lt;br /&gt;
* [http://www.gelbukh.com/ijt International Journal of Translation]&lt;br /&gt;
* [http://www.springerlink.com/content/1572-9583 Journal of Logic, Language and Information]&lt;br /&gt;
* [http://www.springerlink.com/content/113189 Language Resources and Evaluation]&lt;br /&gt;
* [http://www.linguamatica.com/ Linguamática]&lt;br /&gt;
* [http://csli-publications.stanford.edu/LiLT Linguistic Issues in Language Technology]&lt;br /&gt;
* [http://www.springerlink.com/content/1573-0573/ Machine Translation]&lt;br /&gt;
* [http://journals.cambridge.org/action/displayJournal?jid=NLE  Natural Language Engineering]&lt;br /&gt;
* [http://www.nejlt.ep.liu.se/ Northern European Journal of Language Technology (NEJLT)]&lt;br /&gt;
* [http://ufal.mff.cuni.cz/?a=pbml Prague Bulletin of Mathematical Linguistics]&lt;br /&gt;
* [http://www.springer.com/journal/11168/ Research on Language and Computation]&lt;br /&gt;
* [http://www.sepln.org/revistaSEPLN/revistas.php?lang=en Procesamiento del Lenguaje Natural Journal]&lt;br /&gt;
* [http://www.elsevier.com/locate/specom Speech Communication]&lt;br /&gt;
&lt;br /&gt;
== Information Retrieval, Information Science, and Information Systems ==&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.acm.org/pubs/tois/ ACM Transactions on Information Systems]&lt;br /&gt;
* [http://www.elsevier.com/wps/find/journaldescription.cws_home/244/description Information Processing &amp;amp; Management]&lt;br /&gt;
* [http://www.springer.com/prod/j/1386-4564 Information Retrieval]&lt;br /&gt;
* [http://www.elsevier.com/wps/find/journaldescription.cws_home/622846/description International Journal of Human-Computer Studies]&lt;br /&gt;
* [http://www.springerlink.com/content/1433-2825/ International Journal on Document Analysis and Recognition]&lt;br /&gt;
* [http://www.asis.org/Publications/JASIS/jasis.html Journal of the American Society for Information Science and Technology]&lt;br /&gt;
* [http://www.springer.com/prod/j/0925-9902 Journal of Intelligent Information Systems]&lt;br /&gt;
* [http://www.elsevier.com/wps/find/journaldescription.cws_home/671322/description Journal of Web Semantics]&lt;br /&gt;
&lt;br /&gt;
== Linguistics ==&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.degruyter.de/rs/384_386_ENU_h.htm Cognitive Linguistics]&lt;br /&gt;
* [http://www.degruyter.com/journals/cllt Corpus Linguistics and Linguistic Theory]&lt;br /&gt;
* [http://icame.uib.no/journal.html International Computer Archive of Modern and Medieval English]&lt;br /&gt;
* [http://journals.cambridge.org/action/displayJournal?jid=LIN Journal of Linguistics]&lt;br /&gt;
* [http://jos.oxfordjournals.org/ Journal of Semantics]&lt;br /&gt;
* [http://www.lsadc.org/info/pubs-language.cfm Language]&lt;br /&gt;
* [http://authors.elsevier.com/JournalDetail.html?PubID=505590&amp;amp;Precis= Lingua]&lt;br /&gt;
* [http://www.mitpressjournals.org/loi/ling Linguistic Inquiry]&lt;br /&gt;
* [http://www.springer.com/linguistics/journal/11049 Natural Language and Linguistic Theory]&lt;br /&gt;
* [http://www.semprag.org/ Semantics &amp;amp; Pragmatics]&lt;br /&gt;
* [http://www.ledonline.it/snippets/ Snippets]&lt;br /&gt;
&lt;br /&gt;
== Machine Learning ==&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://www.jmlr.org Journal of Machine Learning Research]&lt;br /&gt;
* [http://springerlink.metapress.com/content/1573-0565/ Machine Learning]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Sources]]&lt;/div&gt;</summary>
		<author><name>Koskenni</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Conferences_in_2009&amp;diff=6147</id>
		<title>Conferences in 2009</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Conferences_in_2009&amp;diff=6147"/>
		<updated>2009-01-27T16:21:23Z</updated>

		<summary type="html">&lt;p&gt;Koskenni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For more information, see [[Conferences and workshops]]. Please add conferences in chronological order, in the following format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- We tried use &amp;quot;pre&amp;quot; tags to mark up the following format, but the tags seem to cause a bug in MediaWiki when editing. --&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;URL with Short Name as a heading&#039;&#039;&#039;&lt;br /&gt;
* Long Name or Description&lt;br /&gt;
* Location&lt;br /&gt;
* Dates (submission date)&lt;br /&gt;
&lt;br /&gt;
== [http://iwcs.uvt.nl/iwcs8/index.htm IWCS-8] ==&lt;br /&gt;
* 8th International Conference on Computational Semantics&lt;br /&gt;
* Tilburg, the Netherlands&lt;br /&gt;
* Jan 7-9, 2009&lt;br /&gt;
&lt;br /&gt;
== [http://www.cicling.org CICLing 2009] + Lexicom Americas 2009 ==&lt;br /&gt;
* 10th International Conference on Intelligent Text Processing and Computational Linguistics, preceded by the Lexicom Americas workshop&lt;br /&gt;
* Mexico&lt;br /&gt;
* CICLing: March 1-7, 2009 (submission deadline: Nov 3 registration of abstracts, Nov 10 submission of full text). Lexicom: Feb 24-28&lt;br /&gt;
&lt;br /&gt;
== [http://www.eacl2009.gr/ EACL 2009] ==&lt;br /&gt;
* 12th Conference of the European Chapter of the ACL&lt;br /&gt;
* Athens, Greece&lt;br /&gt;
* March 30-April 3, 2009 (submission deadline: Oct 10, 2008)&lt;br /&gt;
&lt;br /&gt;
== [http://palc.ia.uni.lodz.pl PALC 2009] ==&lt;br /&gt;
* 7th Conference on Practical Applications in Language and Computers&lt;br /&gt;
* Lodz, Poland&lt;br /&gt;
* April 6-8, 2009 (submission deadline: Jan 31, 2009)&lt;br /&gt;
&lt;br /&gt;
== [http://ifa.amu.edu.pl/ylmp YLMP 2009] ==&lt;br /&gt;
* 1st Young Linguists&#039; Meeting in Poznan &lt;br /&gt;
* student conference focused on interdisciplinary linguistics&lt;br /&gt;
* Poznań, Poland&lt;br /&gt;
* April 24-26, 2009 (submission deadline: Feb 15, 2009)&lt;br /&gt;
&lt;br /&gt;
== [http://beta.visl.sdu.dk/nodalida2009/ NODALIDA-2009] ==&lt;br /&gt;
* 17th Nordic Conference of Computational Linguistics&lt;br /&gt;
* Odense, Denmark&lt;br /&gt;
* May 14-16, 2009&lt;br /&gt;
&lt;br /&gt;
== [http://www.icwsm.org/ ICWSM-2009] ==&lt;br /&gt;
* International Conference on Weblogs and Social Media 2009&lt;br /&gt;
* San Jose, California, U.S.A.&lt;br /&gt;
* May 17-20, 2009 (submission deadline: main conference: Jan 21, 2009; workshop Mar 1, 2009)&lt;br /&gt;
&lt;br /&gt;
== [http://www.naaclhlt2009.org/ NAACL-HLT 2009] ==&lt;br /&gt;
* Conference of the North American Chapter of the Association for Computational Linguistics - Human Language Technologies (NAACL HLT) 2009&lt;br /&gt;
* Boulder, Colorado&lt;br /&gt;
* May 31-June 5, 2009&lt;br /&gt;
&lt;br /&gt;
== [http://fsmnlp2009.fastar.org/Home.html FSMNLP 2009] ==&lt;br /&gt;
* Finite-State Methods and Natural Language Processing - FSMNLP 2009&lt;br /&gt;
* Pretoria, South Africa&lt;br /&gt;
* July 21-24, 2009&lt;br /&gt;
&lt;br /&gt;
== [http://www.acl-ijcnlp-2009.org/ ACL-IJCNLP 2009] ==&lt;br /&gt;
* 47th Annual Meeting of the Association for Computational Linguistics and the 4th International Joint Conference on Natural Language Processing&lt;br /&gt;
* Singapore&lt;br /&gt;
* August 2-7, 2009 (submission deadline: Feb 22, 2009)&lt;br /&gt;
&lt;br /&gt;
== [http://ixa2.si.ehu.es/sepln2009/index.php?option=com_content&amp;amp;view=article&amp;amp;id=18&amp;amp;Itemid=19&amp;amp;lang=en SEPLN 2009] ==&lt;br /&gt;
* 25th Annual Congress of the [http://www.sepln.org/ SEPLN] Sociedad Española para el Procesamiento del Lenguaje Natural (Spanish Association for Natural Language Processing&lt;br /&gt;
* Donostia - San Sebastián. University of The Basque Country.&lt;br /&gt;
* September 8-10, 2009 (submission deadline: April 24, 2009)&lt;br /&gt;
&lt;br /&gt;
== [http://lml.bas.bg/ranlp2009/ RANLP-2009] ==&lt;br /&gt;
* International Conference on Recent Advances in Natural Language Processing 2009&lt;br /&gt;
* Borovets, Bulgaria&lt;br /&gt;
* Sep 14-16, 2009 (submission deadline: abstracts: Apr 6, 2009; full submission: Apr 13, 2009; workshops: Jun 3, 2009)&lt;/div&gt;</summary>
		<author><name>Koskenni</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Conferences_in_2009&amp;diff=6146</id>
		<title>Conferences in 2009</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Conferences_in_2009&amp;diff=6146"/>
		<updated>2009-01-27T16:14:29Z</updated>

		<summary type="html">&lt;p&gt;Koskenni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For more information, see [[Conferences and workshops]]. Please add conferences in chronological order, in the following format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- We tried use &amp;quot;pre&amp;quot; tags to mark up the following format, but the tags seem to cause a bug in MediaWiki when editing. --&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;URL with Short Name as a heading&#039;&#039;&#039;&lt;br /&gt;
* Long Name or Description&lt;br /&gt;
* Location&lt;br /&gt;
* Dates (submission date)&lt;br /&gt;
&lt;br /&gt;
== [http://iwcs.uvt.nl/iwcs8/index.htm IWCS-8] ==&lt;br /&gt;
* 8th International Conference on Computational Semantics&lt;br /&gt;
* Tilburg, the Netherlands&lt;br /&gt;
* Jan 7-9, 2009&lt;br /&gt;
&lt;br /&gt;
== [http://www.cicling.org CICLing 2009] + Lexicom Americas 2009 ==&lt;br /&gt;
* 10th International Conference on Intelligent Text Processing and Computational Linguistics, preceded by the Lexicom Americas workshop&lt;br /&gt;
* Mexico&lt;br /&gt;
* CICLing: March 1-7, 2009 (submission deadline: Nov 3 registration of abstracts, Nov 10 submission of full text). Lexicom: Feb 24-28&lt;br /&gt;
&lt;br /&gt;
== [http://www.eacl2009.gr/ EACL 2009] ==&lt;br /&gt;
* 12th Conference of the European Chapter of the ACL&lt;br /&gt;
* Athens, Greece&lt;br /&gt;
* March 30-April 3, 2009 (submission deadline: Oct 10, 2008)&lt;br /&gt;
&lt;br /&gt;
== [http://palc.ia.uni.lodz.pl PALC 2009] ==&lt;br /&gt;
* 7th Conference on Practical Applications in Language and Computers&lt;br /&gt;
* Lodz, Poland&lt;br /&gt;
* April 6-8, 2009 (submission deadline: Jan 31, 2009)&lt;br /&gt;
&lt;br /&gt;
== [http://ifa.amu.edu.pl/ylmp YLMP 2009] ==&lt;br /&gt;
* 1st Young Linguists&#039; Meeting in Poznan &lt;br /&gt;
* student conference focused on interdisciplinary linguistics&lt;br /&gt;
* Poznań, Poland&lt;br /&gt;
* April 24-26, 2009 (submission deadline: Feb 15, 2009)&lt;br /&gt;
&lt;br /&gt;
== [http://beta.visl.sdu.dk/nodalida2009/ NODALIDA-2009] ==&lt;br /&gt;
* 17th Nordic Conference of Computational Linguistics&lt;br /&gt;
* Odense, Denmark&lt;br /&gt;
* May 14-16, 2009&lt;br /&gt;
&lt;br /&gt;
== [http://www.icwsm.org/ ICWSM-2009] ==&lt;br /&gt;
* International Conference on Weblogs and Social Media 2009&lt;br /&gt;
* San Jose, California, U.S.A.&lt;br /&gt;
* May 17-20, 2009 (submission deadline: main conference: Jan 21, 2009; workshop Mar 1, 2009)&lt;br /&gt;
&lt;br /&gt;
== [http://www.naaclhlt2009.org/ NAACL-HLT 2009] ==&lt;br /&gt;
* Conference of the North American Chapter of the Association for Computational Linguistics - Human Language Technologies (NAACL HLT) 2009&lt;br /&gt;
* Boulder, Colorado&lt;br /&gt;
* May 31-June 5, 2009&lt;br /&gt;
&lt;br /&gt;
== [http://www.acl-ijcnlp-2009.org/ ACL-IJCNLP 2009] ==&lt;br /&gt;
* 47th Annual Meeting of the Association for Computational Linguistics and the 4th International Joint Conference on Natural Language Processing&lt;br /&gt;
* Singapore&lt;br /&gt;
* August 2-7, 2009 (submission deadline: Feb 22, 2009)&lt;br /&gt;
&lt;br /&gt;
== [http://ixa2.si.ehu.es/sepln2009/index.php?option=com_content&amp;amp;view=article&amp;amp;id=18&amp;amp;Itemid=19&amp;amp;lang=en SEPLN 2009] ==&lt;br /&gt;
* 25th Annual Congress of the [http://www.sepln.org/ SEPLN] Sociedad Española para el Procesamiento del Lenguaje Natural (Spanish Association for Natural Language Processing&lt;br /&gt;
* Donostia - San Sebastián. University of The Basque Country.&lt;br /&gt;
* September 8-10, 2009 (submission deadline: April 24, 2009)&lt;br /&gt;
&lt;br /&gt;
== [http://lml.bas.bg/ranlp2009/ RANLP-2009] ==&lt;br /&gt;
* International Conference on Recent Advances in Natural Language Processing 2009&lt;br /&gt;
* Borovets, Bulgaria&lt;br /&gt;
* Sep 14-16, 2009 (submission deadline: abstracts: Apr 6, 2009; full submission: Apr 13, 2009; workshops: Jun 3, 2009)&lt;/div&gt;</summary>
		<author><name>Koskenni</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Conferences_in_2009&amp;diff=5556</id>
		<title>Conferences in 2009</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Conferences_in_2009&amp;diff=5556"/>
		<updated>2008-08-11T08:09:09Z</updated>

		<summary type="html">&lt;p&gt;Koskenni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For more information, see [[Conferences and workshops]]. Please add conferences in chronological order, in the following format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- We tried use &amp;quot;pre&amp;quot; tags to mark up the following format, but the tags seem to cause a bug in MediaWiki when editing. --&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;URL with Short Name as a heading&#039;&#039;&#039;&lt;br /&gt;
* Long Name or Description&lt;br /&gt;
* Location&lt;br /&gt;
* Dates (submission date)&lt;br /&gt;
&lt;br /&gt;
== [http://iwcs.uvt.nl/iwcs8/index.htm IWCS-8] ==&lt;br /&gt;
* 8th International Workshop on Computational Semantics&lt;br /&gt;
* Tilburg, the Netherlands&lt;br /&gt;
* Jan 7-9, 2009 (submission deadline: Oct 1, 2008)&lt;br /&gt;
&lt;br /&gt;
== [http://www.eacl2009.gr/ EACL 2009] ==&lt;br /&gt;
* 12th Conference of the European Chapter of the ACL&lt;br /&gt;
* Athens, Greece&lt;br /&gt;
* March 30-April 3, 2009 (submission deadline: Oct 10, 2008)&lt;br /&gt;
&lt;br /&gt;
== [http://omilia.uio.no/nealt/?task=conferences NODALIDA-2009] ==&lt;br /&gt;
* 17th Nordic Conference of Computational Linguistics&lt;br /&gt;
* Odense, Denmark&lt;br /&gt;
* May 14-16, 2009&lt;br /&gt;
&lt;br /&gt;
== [http://www.acl-ijcnlp-2009.org/ ACL-IJCNLP 2009] ==&lt;br /&gt;
* 47th Annual Meeting of the Association for Computational Linguistics and the 4th International Joint Conference on Natural Language Processing&lt;br /&gt;
* Singapore&lt;br /&gt;
* August 2-7, 2009&lt;/div&gt;</summary>
		<author><name>Koskenni</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Resources_for_Finnish&amp;diff=4612</id>
		<title>Resources for Finnish</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Resources_for_Finnish&amp;diff=4612"/>
		<updated>2007-11-20T10:08:14Z</updated>

		<summary type="html">&lt;p&gt;Koskenni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [http://corpora.informatik.uni-leipzig.de/ Finnish plain text and Co-occurrences at LCC]&lt;br /&gt;
* [http://www.csc.fi/english/research/sciences/linguistics/index_html CSC Kielipankki] Language Bank at the [http://www.csc.fi/ CSC] Scientific Computing Centre, including some 200 million word tokens of Finnish texts.&lt;/div&gt;</summary>
		<author><name>Koskenni</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Associations&amp;diff=4611</id>
		<title>Associations</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Associations&amp;diff=4611"/>
		<updated>2007-11-20T10:01:30Z</updated>

		<summary type="html">&lt;p&gt;Koskenni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [http://www.aclweb.org/ ACL] - Association for Computational Linguistics&lt;br /&gt;
* [http://www.afnlp.org/ AFNLP] - Asian Federation of Natural Language Processing&lt;br /&gt;
* [http://www.alta.asn.au/ ALTA] - Australasian Language Technology Association&lt;br /&gt;
* [http://www.isca-speech.org/ ISCA] - International Speech Communication Association&lt;br /&gt;
* [http://omilia.uio.no/nealt/ NEALT] -  Northern European Association for Language Technology&lt;/div&gt;</summary>
		<author><name>Koskenni</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Acronyms&amp;diff=4610</id>
		<title>Acronyms</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Acronyms&amp;diff=4610"/>
		<updated>2007-11-20T09:57:23Z</updated>

		<summary type="html">&lt;p&gt;Koskenni: /* N */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== A ==&lt;br /&gt;
* [[ACL]] = Association for Computational Linguistics&lt;br /&gt;
* AFNLP = Asian Federation of Natural Language Processing&lt;br /&gt;
* AI = Artificial Intelligence&lt;br /&gt;
* ALPAC = Automated Language Processing Advisory Committee&lt;br /&gt;
* ASR = Automatic Speech Recognition&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
* CAT = Computer Assisted/Aided Translation&lt;br /&gt;
* [[CBC]] = Clustering by Committee&lt;br /&gt;
* CCG = Combinatory Categorial Grammar&lt;br /&gt;
* CL = Computational Linguistics&lt;br /&gt;
* [[COLING]] = International Conference on Computational Linguistics&lt;br /&gt;
* CRF = Conditional Random Fields&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
* DRS = Discourse Representation Structure&lt;br /&gt;
* DRT = Discourse Representation Theory&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
* [[EACL]] = European chapter of the Association for Computational Linguistics &lt;br /&gt;
* [[EBMT]] = Example-based machine translation&lt;br /&gt;
* [[EM]] = Expectation Maximization&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
* FAHQMT = Fully Automated High-Quality Machine Translation&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
* HAMT = Human Assisted/Aided Machine Translation&lt;br /&gt;
* HLT = Human Language Technologies&lt;br /&gt;
* HMM = Hidden Markov Model&lt;br /&gt;
* HPSG = Head-Driven Phrase Structure Grammar&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
* IE = Information Extraction&lt;br /&gt;
* IR = Information Retrieval&lt;br /&gt;
* IST = Information Society Technologies&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
&lt;br /&gt;
* [[KR]] = Knowledge Representation&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
* LFG = Lexical Functional Grammar&lt;br /&gt;
* LSA = Latent Semantic Analysis; Linguistics Society of America&lt;br /&gt;
* LSI = Latent Semantic Indexing&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
* MAHT = Machine Assised/Aided Human Translation&lt;br /&gt;
* ME = Maximum Entropy&lt;br /&gt;
* MI = Mutual Information&lt;br /&gt;
* ML = Machine Learning&lt;br /&gt;
* MRD = Machine-Readable Dictionary&lt;br /&gt;
* MT = Mechanical Translation/Machine Translation&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
* NAACL = North American chapter of the Association for Computational Linguistics&lt;br /&gt;
* NE = Named Entity&lt;br /&gt;
* NEALT = Northern European Association for Language Technology&lt;br /&gt;
* NER = Named Entity Recognition&lt;br /&gt;
* NLG = Natural Language Generation&lt;br /&gt;
* NLP = Natural Language Processing&lt;br /&gt;
* NLU = Natural Language Understanding&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
* PLSA = Probabilistic Latent Semantic Analysis&lt;br /&gt;
* PMI = Pointwise Mutual Information&lt;br /&gt;
* POS = Part of Speech&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
* [[RTE]] = Recognising Textual Entailment&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
* [[SLT]] = Spoken Language Translation&lt;br /&gt;
* [[SVM]] = Support Vector Machine&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
* TINLAP = Theoretical Issues in Natural Language Processing&lt;br /&gt;
* TLA = Three-letter acronym&lt;br /&gt;
* TMI = Theoretical and Methodological Issues (in Machine Translation)&lt;br /&gt;
* TREC = The Text REtrieval Conference&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
* VSM = Vector Space Model&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
* [[WSD]] = Word Sense Disambiguation&lt;/div&gt;</summary>
		<author><name>Koskenni</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Conferences_in_2008&amp;diff=4498</id>
		<title>Conferences in 2008</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Conferences_in_2008&amp;diff=4498"/>
		<updated>2007-10-24T06:30:11Z</updated>

		<summary type="html">&lt;p&gt;Koskenni: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For more information, see [[Conferences and workshops]]. Please add conferences in &#039;&#039;&#039;chronological&#039;&#039;&#039; order, in the following format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- We tried use &amp;quot;pre&amp;quot; tags to mark up the following format, but the tags seem to cause a bug in MediaWiki when editing. --&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;URL with Short Name as a heading&#039;&#039;&#039;&lt;br /&gt;
* Long Name or Description&lt;br /&gt;
* Location&lt;br /&gt;
* Conference Dates&lt;br /&gt;
* Submission Deadline&lt;br /&gt;
  (Caveat emptor: Deadlines might have changed. Double check with the conference site.)&lt;br /&gt;
&lt;br /&gt;
== [http://www.ijcnlp2008.org IJCNLP 2008] ==&lt;br /&gt;
* International Joint Conference on Natural Language Processing 2008&lt;br /&gt;
* Hyderabad, India&lt;br /&gt;
* January 7-12&lt;br /&gt;
* July 31&lt;br /&gt;
&lt;br /&gt;
== [http://icgl.ctl.cityu.edu.hk ICGL 2008] ==&lt;br /&gt;
* First International Conference on Global Interoperability for Language Resources&lt;br /&gt;
* Hong Kong&lt;br /&gt;
* January 9-11&lt;br /&gt;
* September 30&lt;br /&gt;
&lt;br /&gt;
== [http://www.cicling.org CICLing 2008] ==&lt;br /&gt;
* 9th International Conference on Intelligent Text Processing and Computational Linguistics&lt;br /&gt;
* Haifa, Israel&lt;br /&gt;
* February 17-23&lt;br /&gt;
* October 25&lt;br /&gt;
&lt;br /&gt;
== [http://www.lrec-conf.org/lrec2008 LREC 2008] ==&lt;br /&gt;
* 6th Language Resources and Evaluation Conference&lt;br /&gt;
* Marrakech, Morocco&lt;br /&gt;
* May 26 - June 1&lt;br /&gt;
* October 31&lt;br /&gt;
&lt;br /&gt;
== [http://www.acl2008.org ACL 2008] ==&lt;br /&gt;
* Association for Computational Linguistics 2008&lt;br /&gt;
* Columbus, Ohio&lt;br /&gt;
* June 13-20&lt;br /&gt;
* TBA&lt;br /&gt;
&lt;br /&gt;
== [http://www.aaai.org/Conferences/AAAI/aaai08.php AAAI 2008] ==&lt;br /&gt;
* American Association for Artificial Intelligence 2008&lt;br /&gt;
* Chicago, Illinois&lt;br /&gt;
* July 13-17&lt;br /&gt;
* TBA&lt;br /&gt;
&lt;br /&gt;
== [http://www.illc.uva.nl/ESSLLI2008/ ESSLLI 2008] ==&lt;br /&gt;
* European Summer School in Logic, Language and Information, 2008&lt;br /&gt;
* Hamburg, Germany&lt;br /&gt;
* August 4-15&lt;br /&gt;
* TBA&lt;br /&gt;
&lt;br /&gt;
== [http://www.coling2008.org.uk COLING 2008] ==&lt;br /&gt;
* 22nd International Conference on Computational Linguistics &lt;br /&gt;
* Manchester, UK&lt;br /&gt;
* August 18-23&lt;br /&gt;
* March 30&lt;br /&gt;
&lt;br /&gt;
== [http://www.cse.chalmers.se/gotal.html GoTAL 2008] ==&lt;br /&gt;
* 6th International Conference on Natural Language Processing, GoTAL 2008&lt;br /&gt;
* Gothenburg, Sweden&lt;br /&gt;
* August 25-27&lt;br /&gt;
* TBA&lt;br /&gt;
&lt;br /&gt;
== HPSG 2008 ==&lt;br /&gt;
* International Conference on Head-Driven Phrase Structure Grammar 2008&lt;br /&gt;
* Kyoto, Japan&lt;br /&gt;
* Dates to be determined&lt;br /&gt;
* TBA&lt;br /&gt;
&lt;br /&gt;
[[Category:Conferences]]&lt;/div&gt;</summary>
		<author><name>Koskenni</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=People&amp;diff=2182</id>
		<title>People</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=People&amp;diff=2182"/>
		<updated>2006-11-01T07:29:05Z</updated>

		<summary type="html">&lt;p&gt;Koskenni: /* K */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Homepages of researchers in Computational Linguistics, in the form &#039;&#039;&#039;last name&#039;&#039;&#039;, &#039;&#039;&#039;first name&#039;&#039;&#039;. Most of the early additions have been moved here from the [http://www.aclweb.org/universe ACL NLP/CL Universe].&lt;br /&gt;
&lt;br /&gt;
== A ==&lt;br /&gt;
&lt;br /&gt;
*[http://www-personal.umich.edu/~ladamic/ Adamic, Lada, University of Michigan]&lt;br /&gt;
*[http://www.cond.org/ Adar, Eytan, University of Washington]&lt;br /&gt;
*[http://www.dfki.de/~janal/ Alexandersson,  Jan, German Research Center for Artificial Intelligence]&lt;br /&gt;
*[http://www.cs.rochester.edu/u/james/ Allen, James, University of Rochester]&lt;br /&gt;
*[http://www.dc.fi.udc.es/~alonso/ Alonso, Miguel A. ]&lt;br /&gt;
*[http://www.carleton.ca/~asudeh/ Asudeh, Ash, Carleton University ]&lt;br /&gt;
*[http://www.coli.uni-sb.de/~tania/ Avgustinova, Tania, Universit&amp;amp;auml;t des Saarlandes]&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.cs.cmu.edu/~klb Baker, Kathryn, Carnegie Mellon University]&lt;br /&gt;
*[http://uts.cc.utexas.edu/~jbaldrid/ Baldridge, Jason, University of Texas at Austin]&lt;br /&gt;
*[http://www.cs.mu.oz.au/~tim/ Baldwin, Timothy, University  of Melbourne]&lt;br /&gt;
*[http://www.georgetown.edu/cball/cball.html Ball, Catherine, Georgetown University]&lt;br /&gt;
*[http://www.lsi.upc.es/~batalla Batalla,Jordi Atserias,  UPC, Spain]&lt;br /&gt;
*[http://www5.informatik.uni-erlangen.de/Personen/batliner/  Batliner, Anton, Friedrich-Alexander-Universit&amp;amp;auml;t Erlangen-N&amp;amp;uuml;rnberg]&lt;br /&gt;
*[http://www.dfki.de/~becker Becker, Tilman, DFKI Saarbruecken, Germany]&lt;br /&gt;
*[http://faculty.washington.edu/ebender Bender, Emily, University of Washington]&lt;br /&gt;
*[http://www.cs.mu.oz.au/~sb/ Bird, Steven, University of Melbourne]&lt;br /&gt;
*[http://seneca.uab.es/filfrirom/Blanco.html Blanco, Xavier, Autonomous University of Barcelona]&lt;br /&gt;
*[http://www.pdg.cnb.uam.es/blaschke/personalPage.html Blaschke, Christian]&lt;br /&gt;
*[http://www.dcs.shef.ac.uk/~kalina/ Boncheva, Kalina, Univ. of Sheffield]&lt;br /&gt;
*[http://www.kecl.ntt.co.jp/icl/mtg/members/bond/ Bond, Francis, NTT Communication Science Laboratories]&lt;br /&gt;
*[http://coli.uni-sb.de/~bos Bos, Johan, University of the Saarland]&lt;br /&gt;
*[http://www.iro.umontreal.ca/~boufaden/  Boufaden, Narj&amp;amp;egrave;s, University of Montreal]&lt;br /&gt;
*[http://www.let.rug.nl/~gosse Bouma, Gosse, RU Groningen]&lt;br /&gt;
*[http://www.di.fc.ul.pt/~ahb/ Branco, Antonio, University of Lisbon]&lt;br /&gt;
*[http://www.karlbranting.net Branting, Karl ]&lt;br /&gt;
*[http://coli.uni-sb.de/~thorsten Brants, Thorsten, University of Saarland]&lt;br /&gt;
*[http://www.coli.uni-sb.de/~brawer Brawer, Sascha, University of the Saarland]&lt;br /&gt;
*[http://www.cs.cornell.edu/~ebreck Breck, Eric]&lt;br /&gt;
*[http://www.csse.monash.edu.au/~jwb/ Breen, Jim, Monash University]&lt;br /&gt;
*[http://www.informatik.uni-leipzig.de/~brewka/ Brewka, Gerhard, University of Leipzig]&lt;br /&gt;
*[http://research.microsoft.com/%7Ebrill/  Brill, Eric]&lt;br /&gt;
*[http://www.cl.cam.ac.uk/users/ejb/ Briscoe, Ted, University of Cambridge]&lt;br /&gt;
*[http://www.dfki.de/~paulb Buitelaar, Paul, DFKI]&lt;br /&gt;
*[http://www.cs.utexas.edu/users/razvan/ Bunescu, Razvan, University of Texas at Austin]&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.hinocatv.ne.jp/~price/ Caldwell, Price, Meisei University]&lt;br /&gt;
*[http://www.acs.ilstu.edu/faculty/mecalif/calif.htm  Califf,Mary Elaine, Illinois State University]&lt;br /&gt;
*[http://ilk.uvt.nl/~sander/ Canisius, Sander, Tilburg University]&lt;br /&gt;
*[http://www.cis.upenn.edu/~cliff-group/94/carberry.html Carberry, Sandra, Univ. of Delaware, Univ. of Pennsylvania]&lt;br /&gt;
*[http://www.cs.cornell.edu/Info/Faculty/Claire_Cardie.html Cardie, Claire, Cornell University]&lt;br /&gt;
*[http://www.cogs.susx.ac.uk/lab/nlp/carroll/carroll.html Carroll, John, University of Sussex]&lt;br /&gt;
*[http://tantek.com/map.html Celik, Tantek,  Technorati]&lt;br /&gt;
*[http://cer.freeshell.org Cer, Daniel, University of Colorado at Boulder]&lt;br /&gt;
*[http://www.cs.brown.edu/people/ec/home.html Charniak, Eugene, Brown University]&lt;br /&gt;
*[http://korterm.kaist.ac.kr/kschoi/  Choi, Key-Sun, Korea Advanced Institute of Science and Technology]&lt;br /&gt;
*[http://web.mit.edu/afs/athena.mit.edu/org/l/linguistics/www/chomsky.home.html Chomsky, Noam, MIT]&lt;br /&gt;
*[http://www.dcs.shef.ac.uk/~fabio/ Ciravegna, Fabio, University of Sheffield]&lt;br /&gt;
*[http://www.iccs.informatics.ed.ac.uk/~stephenc Clark, Stephen, University of Edinburgh]&lt;br /&gt;
*[http://compbio.uchsc.edu/Hunter_lab/Cohen Cohen, Kevin Bretonnel, U. Colorado School of Medicine]&lt;br /&gt;
*[http://people.csail.mit.edu/u/m/mcollins/public_html/ Collins, Michael, MIT Computer Science and Artificial Intelligence Laboratory]&lt;br /&gt;
*[http://www.cl.cam.ac.uk/users/aac10/ Copestake, Ann, University of Cambridge]&lt;br /&gt;
*[http://lands.let.kun.nl/TSpublic/coppen Coppen, Peter-Arno,  University of Nijmegen, The Netherlands]&lt;br /&gt;
*[http://plg.uwaterloo.ca/~gvcormac/ Cormack, Gordon University of Waterloo]&lt;br /&gt;
*[http://www.psych.qub.ac.uk/staff/teaching/cowie/index.aspx Cowie, Roddy Queen&#039;s University/Belfast]&lt;br /&gt;
*[http://www.biostat.wisc.edu/~craven/ Craven, Mark, University of Wisconsin]&lt;br /&gt;
*[http://www.dia.uniroma3.it/~crescenz/ Crescenzi, Valter, Universit&amp;amp;aacute; Roma Tre]&lt;br /&gt;
*[http://www.harlequin.com/ Crowe, Jeremy, Harlequin Ltd.]&lt;br /&gt;
*[http://www.dcs.shef.ac.uk/~hamish Cunningham, Hamish, University of Sheffield]&lt;br /&gt;
*[http://www-users.cs.york.ac.uk/~jc/ Cussens, James University of York]&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.univ-lille3.fr/silex/dal/ Dal, Georgette, Universite de Lille]&lt;br /&gt;
*[http://www.ics.mq.edu.au/~rdale Dale, Robert, Centre for Language Technology, Macquarie University]&lt;br /&gt;
*[http://www.cs.utah.edu/~hal/ Daumé III, Hal, University of Utah]&lt;br /&gt;
*[http://davies-linguistics.byu.edu Davies, Mark, Brigham Young University]&lt;br /&gt;
*[http://www.csi.uottawa.ca/~delannoy  Delannoy, Jean-Francois, University of Ottawa]&lt;br /&gt;
*[http://www.math.bas.bg/~iad/ Derzhanski, Ivan, Bulgarian Academy of Sciences]&lt;br /&gt;
*[http://www.ling.ohio-state.edu/~dm/ Detmar Meurers, Walt, OH State Linguistics ]&lt;br /&gt;
*[http://www.limsi.fr/Individu/devil/ Devillers, Laurence, LIMSI]&lt;br /&gt;
*[http://www.cs.umd.edu/users/bonnie/ Dorr, Bonnie, University of Maryland]&lt;br /&gt;
*[http://www.nyu.edu/pages/linguistics/doughert.html Dougherty, Ray, New York University]&lt;br /&gt;
*[http://www.ai.sri.com/~dowding Dowding, John, SRI]&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.uni-bielefeld.de/lili/personen/cebert/ Ebert, Christian, University of Bielefeld]&lt;br /&gt;
*[http://www.ims.uni-stuttgart.de/~eckle/ Eckle-Kohler, Judith]&lt;br /&gt;
*[http://www.philipedmonds.com/ Edmonds, Philip, University of Toronto]&lt;br /&gt;
*[http://www.cs.bgu.ac.il/~elhadad/ Elhadad, Michael, Ben-Gurion University of the Negev]&lt;br /&gt;
*[http://www.cogsci.ed.ac.uk/~marke/ Ellison, T. Mark,  University of Edinburgh]&lt;br /&gt;
*[http://www.sciences.univ-nantes.fr/info/perso/permanents/enguehard/ Enguehard, Chantal, Laboratoire d&#039;Informatique de Nantes Atlantique]&lt;br /&gt;
*[http://coli.uni-sb.de/~erbach/ Erbach, Gregor, Universit&amp;amp;auml;t des Saarlandes]&lt;br /&gt;
*[http://nl.ijs.si/et/ Erjavec, Tomaz]&lt;br /&gt;
*[http://comp.ling.utexas.edu/erk/ Erk, Katrin, University of Texas at Austin]&lt;br /&gt;
*[http://www.cogsci.uni-osnabrueck.de/~severt/ Evert, Stefan University of Osnabr&amp;amp;uuml;ck]&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
&lt;br /&gt;
*[http://slt.wcl.ee.upatras.gr/Fakotakis/personal.htm Fakotakis, Nikos, University of Patras]&lt;br /&gt;
*[http://www.phon.ucl.ac.uk/home/alex/home.htm  Fang, Alex Chengyu, University College London]&lt;br /&gt;
*[http://wordnet.princeton.edu/~fellbaum/ Fellbaum, Christiane, Princeton University]&lt;br /&gt;
*[http://ling.cuc.edu.cn/htliu/feng/feng.htm Feng, Zhiwei, IAL of China]&lt;br /&gt;
*[http://www.cs.umbc.edu/~finin/ Finin, Tim University of Maryland]&lt;br /&gt;
*[http://lingo.stanford.edu/dan/ Flickinger, Dan, CSLI, Stanford University]&lt;br /&gt;
*[http://www.icsi.berkeley.edu/~fosler Fosler, Eric, ICSI, University of California at Berkeley]&lt;br /&gt;
*[http://www.coli.uni-saarland.de/~fouvry/ Fouvry, Frederik]&lt;br /&gt;
*[http://www.cs.technion.ac.il/~francez Francez, Nissim, Technion, Israel]&lt;br /&gt;
*[http://www.cs.cmu.edu/~ref/ Frederking, Robert, Carnegie-Mellon University]&lt;br /&gt;
*[http://www.ee.ust.hk/~pascale/ Fung, Pascale, Hong Kong University of Science and Technology]&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.cs.technion.ac.il/~gabr Gabrilovich, Evgeniy]&lt;br /&gt;
*[http://www.dcs.shef.ac.uk/~robertg/ Gaizauskas, Rob, University of Sheffield]&lt;br /&gt;
*[http://www.sics.se/~gamback/ Gamback, Bjorn, Swedish Institute of Computer Science]&lt;br /&gt;
*[http://www.gelbukh.com/ Gelbukh, Alexander, CIC-IPN]&lt;br /&gt;
*[http://www.isi.edu/natural-language/people/germann/ Germann, Ulrich, ISI]&lt;br /&gt;
*[http://tcc.itc.it/people/giuliano.html Giuliano, Claudio, ITC-irst]&lt;br /&gt;
*[http://www.esi.uem.es/~jmgomez Gomez-Hidalgo, Jose-Maria, UEM]&lt;br /&gt;
*[http://cs.nyu.edu/cs/faculty/grishman/ Grishman, Ralph, New York University]&lt;br /&gt;
*[http://das-www.harvard.edu/users/faculty/Barbara_Grosz/Barbara_Grosz.html Grosz, Barbara, Harvard University]&lt;br /&gt;
*[http://www-ksl.stanford.edu/people/gruber/ Gruber, Tom, Stanford University]&lt;br /&gt;
*[http://www.cs.duke.edu/~cig Guinn, Curry I.,  Duke U.]&lt;br /&gt;
*[http://www.cs.bilkent.edu.tr/~guvenir/guvenir.html Guvenir, Altay, Bilkent University]&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.unibas.ch/LIlab/staff/tenhacken/ Hacken, Pius ten, Universit&amp;amp;auml;t Basel]&lt;br /&gt;
*[http://www.coling.uni-freiburg.de/~hahn/hahn.html Hahn, Udo, University of Freiburg]&lt;br /&gt;
*[http://www.comp.nus.edu.sg/~cuihang Hang, Cui, (National University of Singapore)]&lt;br /&gt;
*[http://www.coli.uni-sb.de/~hansen  Hansen-Schirra, Silvia, Universit&amp;amp;auml;t des Saarlandes]&lt;br /&gt;
*[http://www.cis.udel.edu/~harvey/ Harvey, Terry]&lt;br /&gt;
*[http://www.linguistik.uni-erlangen.de/~rrh/ Hausser, Roland, University of Erlangen/Germany]&lt;br /&gt;
*[http://www.sims.berkeley.edu/~hearst Hearst, Marti, UC Berkeley]&lt;br /&gt;
*[http://www.cse.ogi.edu/~heeman Heeman, Peter, OGI]&lt;br /&gt;
*[http://homepages.inf.ed.ac.uk/jhender6/ Henderson, James, University of Edinburgh]&lt;br /&gt;
*[http://www.asp.ogi.edu/~hynek/ Hermansky, Hynek, Oregon Graduate Institute of Science and Technology]&lt;br /&gt;
*[http://www.isi.edu/~ulf/ Hermjakob, Ulf,  USC/ISI]&lt;br /&gt;
*[http://www.esi.uem.es/~jmgomez/  Hidalgo, JosÈ MarÌa GÛmez, Universidad Europea de Madrid]&lt;br /&gt;
*[http://www.ifi.unizh.ch/staff/hess.html Hess, Michael, Univ. of Zurich, Switzerland]&lt;br /&gt;
*[http://www.cs.toronto.edu/~gh Hirst, Graeme, University of Toronto]&lt;br /&gt;
*[http://www.cs.cmu.edu/~chogan Hogan, Christopher, Carnegie-Mellon University]&lt;br /&gt;
*[http://www.isi.edu/natural-language/people/hovy.html Hovy, Eduard,  ISI]&lt;br /&gt;
*[http://ist-socrates.berkeley.edu/~jcl2/churen.htm  Huang, Chu-Ren, Academica Sinica]&lt;br /&gt;
*[http://www.cs.ucf.edu/~hull Hull, Richard, University of Central Florida]&lt;br /&gt;
*[http://compbio.uchsc.edu/Hunter_lab/Hunter Hunter, Larry, U. Colorado School of Medicine]&lt;br /&gt;
*[http://datamining.typepad.com/data_mining/ Hurst, Matthew, BuzzMetrics]&lt;br /&gt;
*[http://ourworld.compuserve.com/homepages/WJHutchins/ Hutchins, John]&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.cis.upenn.edu/~cliff-group/94/pjacobs.html Jacobs, Paul, General Electric]&lt;br /&gt;
*[http://www.stanford.edu/~tiflo  Jaeger, T. Flroian Stanford University]&lt;br /&gt;
*[http://ist.psu.edu/faculty_pages/jjansen/ Jansen, Jim, Penn State]&lt;br /&gt;
*[http://www.ida.liu.se/~arnjo/ Jönsson, Arne, Linkoping University]&lt;br /&gt;
*[http://www.cog.brown.edu/~mj Johnson, Mark, Brown University]&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.ai.sri.com/~megumi Kameyama, Megumi, SRI International]&lt;br /&gt;
*[http://www.comp.nus.edu.sg/~kanmy  Kan, Min-Yen, National University of Singapore]&lt;br /&gt;
*[http://users.utu.fi/karhumak/ Karhumaki, Juhani University of Turku]&lt;br /&gt;
*[http://www.sics.se/~jussi/ Karlgren, Jussi, SICS, Sweden]&lt;br /&gt;
*[http://www2.parc.com/istl/members/karttune/ Karttunen, Lauri]&lt;br /&gt;
*[http://elex.amu.edu.pl/ifa/staff/kaszubski.html  Kaszubski, Przemys&amp;amp;#322;aw, Adam Mickiewicz University]&lt;br /&gt;
*[http://www.cs.utexas.edu/users/rjkate/ Kate, Rohit J., University of Texas at Austin]&lt;br /&gt;
*[http://www-users.cs.york.ac.uk/~kazakov/ Kazakov, Dimitar, University of York]&lt;br /&gt;
*[http://homepages.inf.ed.ac.uk/keller/ Keller, Frank, University of Edinburgh]&lt;br /&gt;
*[http://www.itri.bton.ac.uk/~Adam.Kilgarriff Kilgarriff, Adam, University of Brighton]&lt;br /&gt;
*[http://www.cs.wisc.edu/~sklein/sklein.html Klein, Sheldon, University of Wisconsin]&lt;br /&gt;
*[http://www.isi.edu/~knight/ Knight, Kevin, ISI]&lt;br /&gt;
*[http://svenska.gu.se/~svedk Kokkinakis, Dimitrios, G&amp;amp;ouml;teborg University]&lt;br /&gt;
*[http://www.coli.uni-saarland.de/~kordoni/ Kordoni, Valia, Universit&amp;amp;auml;t des Saarlandes]&lt;br /&gt;
*[http://www.kornai.com/ Kornai, Andras]&lt;br /&gt;
*[http://www.ling.helsinki.fi/~koskenni/ Koskenniemi, Kimmo, University of Helsinki]&lt;br /&gt;
*[http://dis.tpd.tno.nl/mmts/wessel_kraaij.html Kraaij, Wessel, TNO]&lt;br /&gt;
*[http://www-sk.let.uu.nl Krauwer, Steven, ELSNET, Utrecht University]&lt;br /&gt;
*[http://www.peter-kuehnlein.net/ Kuehnlein, Peter Bielefeld University]&lt;br /&gt;
*[http://www.cs.ucd.ie/staff/nick/ Kushmerick, Nicholas, University College, Dublin]&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.ict.csiro.au/staff/Andrew.Lampert/ Lampert, Andrew, CSIRO ICT Centre / Macquarie University]&lt;br /&gt;
*[http://tcc.itc.it/people/lavelli/ Lavelli, Alberto ITC-IRST]&lt;br /&gt;
*[http://www-personal.umich.edu/~jlawler/index.html Lawler, John,  University of Michigan]&lt;br /&gt;
*[http://nlp.postech.ac.kr/~gblee Lee, Geunbae, POSTECH]&lt;br /&gt;
*[http://www.ling.lancs.ac.uk/staff/geoff/geoff.htm Leech, Geoffrey, Professor LAMEL, Lancaster University, UK]&lt;br /&gt;
*[http://www.iccs.inf.ed.ac.uk/~s0239229/ Leidner, Jochen L.]&lt;br /&gt;
*[http://homepages.inf.ed.ac.uk/olemon Lemon, Oliver]&lt;br /&gt;
*[http://www.ilc.cnr.it/~lenci/ Lenci, Alessandro, Universit&amp;amp;aacute; di Pisa]&lt;br /&gt;
*[http://people.cs.uchicago.edu/~levow/  Levow, Gina-Anne, University of Chicago]&lt;br /&gt;
*[http://www.cs.cornell.edu/home/llee Lee, Lillian, Cornell University]&lt;br /&gt;
*[http://www.cs.umanitoba.ca/~lindek/ Lin, Dekang, University of Manitoba]&lt;br /&gt;
*[http://htliu.yeah.net/ Liu, Haitao, Communication University of China]&lt;br /&gt;
*[http://www.langnat.com/~loupy/index-en.html Loupy, Claude de,  Universite de Paris X Nanterre]&lt;br /&gt;
*[http://ling.osu.edu/~xflu Lu, Xiaofei Ohio State]&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.soi.city.ac.uk/~andym/ MacFarlane, Andrew, City University of London]&lt;br /&gt;
*[http://www-cs-students.Stanford.EDU/~magerman Magerman, David, Stanford University]&lt;br /&gt;
*[http://tcc.itc.it/people/magnini.html Magnini, Alberto, ITC-IRST]&lt;br /&gt;
*[http://www.karacaymalkar.com Malkar, Karacay, Webportal]&lt;br /&gt;
*[http://www.rohan.sdsu.edu/~malouf Malouf, Rob, San Diego State University]&lt;br /&gt;
*[http://www.sultry.arts.usyd.edu.au/ Manning, Christopher, University of Sydney]&lt;br /&gt;
*[http://www.isi.edu/~marcu/ Marcu, Daniel, USC/ISI]&lt;br /&gt;
*[http://overstated.net/about Marlow, Cameron, Yahoo! Research]&lt;br /&gt;
*[http://www.limsi.fr/Individu/martin/  Martin,Jean-Claude, LIMSI]&lt;br /&gt;
*[http://www.let.rug.nl/~begona/  Moir&amp;amp;oacute;n, Bego&amp;amp;ntilde;a Villada, University of Groningen]&lt;br /&gt;
*[http://www.ics.mq.edu.au/~mpawel Mazur, Pawel]&lt;br /&gt;
*[http://www.informatics.susx.ac.uk/research/nlp/mccarthy/mccarthy.html McCarthy, Diana University of Sussex]&lt;br /&gt;
*[http://www.eecis.udel.edu/~mccoy/ McKoy, Kathy, University of Delaware]&lt;br /&gt;
*[http://www.cs.unt.edu/~rada Mihalcea, Rada, University of North Texas]&lt;br /&gt;
*[http://imaginarycartography.com/work.html Minor, Joshua T., Cataphora, Inc.]&lt;br /&gt;
*[http://staff.science.uva.nl/~gilad/ Mishne, Gilad, University of Amsterdam]&lt;br /&gt;
*[http://www.wlv.ac.uk/~le1825/main.html Mitkov, Ruslan, University of Wolverhampton]&lt;br /&gt;
*[http://www.ifi.unizh.ch/~molla/ Molla-Aliod, Diego]&lt;br /&gt;
*[http://www.dcs.qmul.ac.uk/~christof/ Monz, Christof, University of Amsterdam (ILLC)]&lt;br /&gt;
*[http://www.cs.utexas.edu/users/mooney/ Mooney, Raymond J., University of Texas at Austin]&lt;br /&gt;
*[http://www.signiform.com/erik/ Mueller, Erik, IBM Research]&lt;br /&gt;
*[http://www.xn--stefan-mller-klb.net/ M&amp;amp;uuml;ler, Stefan, Universit&amp;amp;auml;t Bremen]&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.cs.utexas.edu/users/ai-lab/people/grad/nahm.html  Nahm, Un Yong, University of Texas, Austin]&lt;br /&gt;
*[http://www.univ-nancy2.fr/pers/namer/ Namer, Fiammetta, University of Nancy]&lt;br /&gt;
*[http://www.lr.pi.titech.ac.jp/~nanno/index.cgi?page=Tomoyuki+NANNO Nanno, Tomoyuki, Tokyo Institute of Technology]&lt;br /&gt;
*[http://www.let.rug.nl/~nerbonne Nerbonne, John, RU Groningen]&lt;br /&gt;
*[http://cl-www.dfki.uni-sb.de/~neumann Neumann, Guenter, DFKI, Saarbruecken]&lt;br /&gt;
*[http://www.comp.nus.edu.sg/~nght Ng, Hwee Tou, National University of Singapore]&lt;br /&gt;
*[http://www.slt.atr.co.jp/~night/ Nightingale, Stephen, ATR Institute International]&lt;br /&gt;
*[http://www.comp.nus.edu.sg/~niuzheng  Niu, Zheng-Yu, NU Singapore]&lt;br /&gt;
*[http://www.cs.berkeley.edu/~russell/norvig.html Norvig, Peter]&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.ltg.ed.ac.uk/~jon/ Oberlander, Jon, U. Edinburgh]&lt;br /&gt;
*[http://people.sabanciuniv.edu/oflazer/ Oflazer, Kemal, Sabanci University, Istanbul, Turkey]&lt;br /&gt;
*[http://www.loa-cnr.it/oltramari.html Oltramari, Alessandro, Laboratory for Applied Ontology, Italian National Research Council]&lt;br /&gt;
*[http://www.wlv.ac.uk/~in6093/ Orasan, Constantin, University of Wolverhampton]&lt;br /&gt;
*[http://www.bultreebank.org/petya/OsenovaPub.html Osenova, Petya, Bulgarian Academy of Sciences]&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[http://cst.dk/patrizia/ Paggio, Patrizia University of Copenhagen]&lt;br /&gt;
*[http://www.slt.atr.co.jp/~kpaik/ Paik, Kyonghee, ATR Spoken Language Translation Research Laboratories]&lt;br /&gt;
*[http://www.cs.cornell.edu/People/pabo Pang, Bo, Cornell University]&lt;br /&gt;
*[http://www.isi.edu/~pantel/ Pantel, Patrick ISI/University of Southern California]&lt;br /&gt;
*[http://www.d.umn.edu/~tpederse Pedersen, Ted, University of Minnesota, Duluth]&lt;br /&gt;
*[http://www.perry.com/ Perry, John, UCLA]&lt;br /&gt;
*[http://tcc.itc.it/people/pianesi.html Pianesi, Fabio, ITC-irst ]&lt;br /&gt;
*[http://cswww.essex.ac.uk/staff/poesio Poesio, Massimo ]&lt;br /&gt;
*[http://www.fas.umontreal.ca/ling/olst/polguereE Polguere, Alain, Universit&amp;amp;eacute; de Montr&amp;amp;eacute;al]&lt;br /&gt;
*[http://fas.sfu.ca/0h/cs/people/Faculty/Popowich/popowich Popowich, Fred, Simon Fraser University]&lt;br /&gt;
*[http://nlp.ipipan.waw.pl/~adamp/ Przepiórkowski, Adam (Polish Academy of Sciences, Warsaw)]&lt;br /&gt;
*[http://www.ling-phil.ox.ac.uk/people/staff/pulman/ Pulman, Stephen (Oxford University)]&lt;br /&gt;
*[http://www.cs.brandeis.edu/~jamesp Pustejovsky, James (Brandeis University)]&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.eecs.umich.edu/~radev/ Radev, Dragomir, University of Michigan]&lt;br /&gt;
*[http://www.fask.uni-mainz.de/user/rapp Rapp, Reinhard, Johannes Gutenberg-Universitaet Mainz]&lt;br /&gt;
*[http://www.cs.buffalo.edu/pub/WWW/faculty/rapaport/rapaport.html Rapaport, William J.,  SUNY Buffalo]&lt;br /&gt;
*[http://www.cis.upenn.edu/~cliff-group/94/lrau.html Rau, Lisa]&lt;br /&gt;
*[http://www.comp.lancs.ac.uk/computing/users/paul/ Rayson, Paul, Lancaster University]&lt;br /&gt;
*[http://www.csd.abdn.ac.uk/~ereiter Reiter, Ehud, University of Aberdeen]&lt;br /&gt;
*[http://www.dfki.uni-sb.de/~bert Reithinger, Norbert, Universit&amp;amp;auml;t des Saarlandes]&lt;br /&gt;
*[http://www.reitter-it-media.de/ Reitter, David, University of Edinburgh]&lt;br /&gt;
*[http://www.ai.mit.edu/~jrennie/ Rennie, Jason, MIT]&lt;br /&gt;
*[http://umiacs.umd.edu/~resnik Resnik, Philip University of Maryland, College Park]&lt;br /&gt;
*[http://www.cs.utah.edu/~riloff/ Riloff, Ellen, University of Utah]&lt;br /&gt;
*[http://www.cs.rochester.edu/u/ringger/ Ringger,Eric, University of Rochester]&lt;br /&gt;
*[http://www.di.ufpe.br/~jr Robin, Jacques, Federal University of Pernambuco, Brazil.]&lt;br /&gt;
*[http://www.univ-ab.pt/~vjr/ Rocio, Vitor, Open University, Lisbon]&lt;br /&gt;
*[http://www.cs.uiuc.edu/directory/directory.php?name=roth Roth, Dan, University of Illinois/Urbana-Champaign]&lt;br /&gt;
*[http://www.public.asu.edu/~droussi/ Roussinov, Dmitri, Arizona State University]&lt;br /&gt;
*[http://www.uteroemer.de/ Römer, Ute, University of Hanover]&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.cis.upenn.edu/~anoop/ Sarkar, Anoop, University of Pennsylvania]&lt;br /&gt;
*[http://www.dfki.de/~uschaefer Schaefer, Ulrich, German Research Center for Artificial Intelligence]&lt;br /&gt;
*[http://www7.informatik.tu-muenchen.de/~scheler Scheler, Gabriele, TU M&amp;amp;uuml;nchen]&lt;br /&gt;
*[http://www.ims.uni-stuttgart.de/~mike/ Schiehlen, Michael, University of Stuttgart]&lt;br /&gt;
*[http://www.ims.uni-stuttgart.de/~schmid/ Schmid, Helmut, University of Stuttgart]&lt;br /&gt;
*[http://www.kde.cs.uni-kassel.de/schmitz Schmitz, Christoph, Universität Kassel]&lt;br /&gt;
*[http://www.schulteimwalde.de/ Schulte, Sabine, im Walde]&lt;br /&gt;
*[http://mcs.open.ac.uk/ds5473/ Scott, Donia, The Open University]&lt;br /&gt;
*[http://www.eecs.harvard.edu/~shieber/ Shieber, Stuart, Harvard University]&lt;br /&gt;
*[http://www.cs.rochester.edu/u/sikorski/ Sikorski, Teresa, University of Rochester]&lt;br /&gt;
*[http://www.lingsoft.fi/~silvonen/ Silvonen, Mikko, Lingsoft, Inc.]&lt;br /&gt;
*[http://www.bultreebank.org/kivs/ Simov, Kiril, Bulgarian Academy of Sciences]&lt;br /&gt;
*[http://www.cog.jhu.edu/faculty/smolensky.html Smolensky, Paul,  Johns Hopkins University]&lt;br /&gt;
*[http://www.ece.uiuc.edu/faculty/faculty.asp?rws Sproat, Richard, University of Illinois/Urbana-Champaign]&lt;br /&gt;
*[http://www.coling.uni-freiburg.de/~staab/staab.html Staab, Steffen, Freiburg University]&lt;br /&gt;
*[http://www.humnet.ucla.edu/humnet/linguistics/people/stabler/stabler.htm Stabler, Edward, UCLA]&lt;br /&gt;
*[http://slt.wcl.ee.upatras.gr/stamatatos/personal.html Stamatatos, Efstathios, University of Patras]&lt;br /&gt;
*[http://www.cs.toronto.edu/~suzanne/ Suzanne Stevenson (University of Toronto)]&lt;br /&gt;
*[http://isl.ira.uka.de/~stiefel Stiefelhagen, Rainer, Universitaet Karlsruhe]&lt;br /&gt;
*[http://www.coling.uni-freiburg.de/~strube/strube.html Strube, Michael, University of Freiburg]&lt;br /&gt;
*[http://www.csi.uottawa.ca/~szpak/ Szpakowicz, Stan, University of Ottawa]&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.ling.helsinki.fi/~tapanain Tapanainen, Pasi, University of Helsinki]&lt;br /&gt;
*[http://www.objs.com/thompson.htm Thompson, Craig, Object Services and Consulting, Inc.]&lt;br /&gt;
*[http://www.sfu.ca/~mtaboada Taboada, Maite, Simon Fraser University]&lt;br /&gt;
*[http://www.hazu.hr/~tadic/ Tadic, Marko, University of Zagreb]&lt;br /&gt;
*[http://www8.informatik.uni-erlangen.de/inf8/en/thabet.html Thabet, Iman, University of Erlangen-Nuremberg]&lt;br /&gt;
*[http://www.let.rug.nl/~tiedeman/blog/index.php?category=1  Tiedemann, Jörg ,University of Groningen]&lt;br /&gt;
*[http://tecfa.unige.ch/tecfa-people/traum.html Traum, David, TECFA, Universite de Geneve]&lt;br /&gt;
*[http://www.racai.ro/~tufis/ Tufis, Dan, Research Institute for Artificial Intelligence, Romanian Academy]&lt;br /&gt;
*[http://www.apperceptual.com/ Turney, Peter, National Research Council of Canada]&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.coli.uni-sb.de/~hansu Uszkoreit, Hans, University of the Saarland and DFKI Saarbruecken]&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.q-go.com/  van de Burgt, Stan P., Q-go.com]&lt;br /&gt;
*[http://ilk.uvt.nl/~antalb/ van den Bosch, Antal, Tilburg University]&lt;br /&gt;
*[http://www.media.mit.edu/~nwv/  Van Dyke, Neil, MIT Media Lab]&lt;br /&gt;
*[http://www.ua.es/personal/chelo.vargas Vargas, Chelo, Sierra Universidad de Alicante]&lt;br /&gt;
*[http://www.cs.brandeis.edu/~marc/home.html Verhagen, Marc, Brandeis University]&lt;br /&gt;
*[http://www.up.univ-mrs.fr/veronis/ Véronis, Jean, Université de Provence]&lt;br /&gt;
*[http://www.dlsi.ua.es/~vicedo/vicedo_en.html  Vicedo, Jose Luis, Alicante University]&lt;br /&gt;
*[http://www.cl.cam.ac.uk/~av208/ Villavicencio, Aline, Federal University of Rio Grande do Sul, Brazil]&lt;br /&gt;
*[http://www.ling.helsinki.fi/~avoutila/ Voutilainen, Atro, University of Helsinki]&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.uindy.gr/faculty/cv/wallace_manolis/ Wallace, Manolis, National Technical University of Athens]&lt;br /&gt;
*[http://www.nigelward.com/ Ward, Nigel]&lt;br /&gt;
*[http://www.nick-webb.net Webb, Nick, SUNY Albany]&lt;br /&gt;
*[http://www.pages.drexel.edu/~rw37/ Weber, Rosina, Drexel University]&lt;br /&gt;
*[http://www.cs.tu-berlin.de/~ww/ Weisweber, Wilhelm, Technical University of Berlin]&lt;br /&gt;
*[http://www.dfki.de/~wahlster/ Wahlster, Wolfgang, Universit&amp;amp;auml;t des Saarlandes]&lt;br /&gt;
*[http://www.cis.upenn.edu/~bonnie Webber, Bonnie Lynn, University of Pennsylvania]&lt;br /&gt;
*[http://www.dcs.shef.ac.uk/~yorick Wilks, Yorick, University of Sheffield]&lt;br /&gt;
*[http://www.se.cuhk.edu.hk/~kfwong/  Wong, Kam-Fai, Chinese University of Hong Kong]&lt;br /&gt;
*[http://www.cs.utexas.edu/users/ywwong/ Wong, Yuk Wah, University of Texas at Austin]&lt;br /&gt;
*[http://www.cs.man.ac.uk/~wroec/ Wroe, Chris, University of Manchester]&lt;br /&gt;
*[http://www.cs.ust.hk/faculty/dekai/bio.html Wu, Dekai, HKUST]&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.cs.helsinki.fi/u/yangarbe/ Yangarber, Roman, University of Helsinki]&lt;br /&gt;
*[http://www.cis.upenn.edu/~cliff-group/94/yarowsky.html Yarowsky, David, University of Pennsylvania]&lt;br /&gt;
*[http://www.ai.mit.edu/people/deniz Yuret, Deniz, MIT Artificial Intelligence Laboratory]&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.csse.monash.edu.au/~ingrid/ Zukerman, Ingrid, Monash University]&lt;/div&gt;</summary>
		<author><name>Koskenni</name></author>
	</entry>
</feed>