<?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=Echarton</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=Echarton"/>
	<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/Special:Contributions/Echarton"/>
	<updated>2026-04-21T20:09:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Semantics_software_for_English&amp;diff=9076</id>
		<title>Semantics software for English</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Semantics_software_for_English&amp;diff=9076"/>
		<updated>2011-11-25T14:42:15Z</updated>

		<summary type="html">&lt;p&gt;Echarton: Wikimeta semantic annotator&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;[[Tools and Software]] - Semantics&#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;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
*[http://svn.ask.it.usyd.edu.au/trac/candc/wiki Boxer] - wide-coverage semantics based on DRT (Discourse Representation Theory)&lt;br /&gt;
*[http://www.yorku.ca/jmason/asdindex.htm/ CardWorld1] is an example of English-language understanding with non-trivial syntax, semantics and pragmatics. &lt;br /&gt;
*[http://sws.clearforest.com/blog ClearForest Semantic Web Service (API) ]&lt;br /&gt;
*[http://www.blackburnbos.org CURT] - Software from the Blackburn &amp;amp; Bos (2005) book: model checking, lambda calculus, underspecification, tableau inference, interfaces to theorem provers and model builders, and CURT itself. &lt;br /&gt;
*[http://www.intellexer.com/ Intellexer - Natural Language Searching Technologies]&lt;br /&gt;
*[http://www.ling.upenn.edu/lambda Lambda Calculator] - pedagogical software for lambda calculus and formal semantics in the style of the Heim &amp;amp; Kratzer (1998) textbook&lt;br /&gt;
*[http://nltk.org NLTK semantics] - Python libraries for lambda calculus, first order model checking, DRT, glue semantics, a tableau theorem prover and interfaces to external inference programs (Prover9, Mace4)&lt;br /&gt;
*[http://www.semantilog.org/pypes.html PyPES] - library for scoping, FOL translation, inferencing with the ERG (English Resource Grammar)&lt;br /&gt;
*[http://opencog.org/wiki/RelEx RelEx] - English-language semantic relationship extractor. Provides framing/grounding also, as well as tagging of various sorts. Open source, Java, Apache license.&lt;br /&gt;
*[http://senseclusters.sourceforge.net/ SenseClusters]&lt;br /&gt;
*[http://www.comp.lancs.ac.uk/ucrel/usas/ UCREL] - Semantic Analysis System&lt;br /&gt;
*[http://www.coli.uni-saarland.de/projects/chorus/utool/ utool] The Swiss Army Knife of Underspecification&lt;br /&gt;
*[http://www.wikimeta.org Wikimeta] is an API service based, establishing for a named entity a link to the LinkedData Netork. It can be used trough an on-line web form and as a web service.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Semantics]]&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Resources for English]]&lt;/div&gt;</summary>
		<author><name>Echarton</name></author>
	</entry>
	<entry>
		<id>https://www.aclweb.org/aclwiki/index.php?title=Named_entity_recognizers&amp;diff=9075</id>
		<title>Named entity recognizers</title>
		<link rel="alternate" type="text/html" href="https://www.aclweb.org/aclwiki/index.php?title=Named_entity_recognizers&amp;diff=9075"/>
		<updated>2011-11-25T14:39:41Z</updated>

		<summary type="html">&lt;p&gt;Echarton: New entry wikimeta&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;[[Software]] - Named entity recognizers&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;!-- Please keep this list in alphabetical order --&amp;gt;&lt;br /&gt;
*[http://balie.sourceforge.net/ Balie] Baseline implementation of named entity recognition.&lt;br /&gt;
*[http://gate.ac.uk/ GATE] includes the ANNIE gazeteer-based NER subsystem. &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://www.aueb.gr/users/ion/software/GREEK_NERC_v2.tar.gz Greek named entity recognizer (version 2)] It currently identifies temporal expressions, person names, and organization names; see [http://www.aueb.gr/users/ion/publications.html here] for publications describing the recognizer.&lt;br /&gt;
*[http://www.alias-i.com/lingpipe/ LingPipe]&lt;br /&gt;
*[http://nlp.stanford.edu/software/CRF-NER.shtml Stanford NER] Conditional Random Fields based NER. Also incorporates distributional similarity based features extracted from the English Gigaword corpus.&lt;br /&gt;
*[http://l2r.cs.uiuc.edu/~cogcomp/asoftware.php?skey=FLBJNE Illinois NER] Java-based Illinois NER tagger. Uses gazetteers extracted from Wikipedia, word-class model built from unlabeled text and extensively uses non-local features. Achieves 90.8F1 score on the CoNLL03 shared task data and is robust on other datasets. Try the [http://l2r.cs.uiuc.edu/~cogcomp/LbjNer.php Illinois-NER-Demo]&lt;br /&gt;
* [http://l2r.cs.uiuc.edu/~cogcomp/asoftware.php?skey=NE Older version of Illinois  NER] - identifies/classifies entities as Person, Location, Organization and Misc (this last category relates to languages and nationalities); fast and robust; try the [http://l2r.cs.uiuc.edu/~cogcomp/ne_demo.php demo]&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
* [http://www.wikimeta.org Wikimeta] is an API service based on various methods (rules, CRF) for named entity extraction and linking to the semantic web. It works trough on-line web form and also provide Part of Speech tagging.&lt;/div&gt;</summary>
		<author><name>Echarton</name></author>
	</entry>
</feed>