Sciweavers

732 search results - page 57 / 147
» Using Types to Parse Natural Language
Sort
View
EMNLP
2009
13 years 6 months ago
Using the Web for Language Independent Spellchecking and Autocorrection
We have designed, implemented and evaluated an end-to-end system spellchecking and autocorrection system that does not require any manually annotated training data. The World Wide...
Casey Whitelaw, Ben Hutchinson, Grace Chung, Ged E...
IUI
2006
ACM
14 years 2 months ago
A cognitively based approach to affect sensing from text
Studying the relationship between natural language and affective information as well as assessing the underpinned affective qualities of natural language are becoming crucial for ...
Shaikh Mostafa Al Masum, Helmut Prendinger, Mitsur...
COLING
2010
13 years 3 months ago
Entity-Focused Sentence Simplification for Relation Extraction
Relations between entities in text have been widely researched in the natural language processing and informationextraction communities. The region connecting a pair of entities (...
Makoto Miwa, Rune Sætre, Yusuke Miyao, Jun-i...
POPL
1997
ACM
14 years 20 days ago
Shape Types
Type systems currently available for imperative languages are too weak to detect a significant class of programming errors. For example, they cannot express the property that a l...
Pascal Fradet, Daniel Le Métayer
ICFP
2010
ACM
13 years 9 months ago
Total parser combinators
A monadic parser combinator library which guarantees termination of parsing, while still allowing many forms of left recursion, is described. The library's interface is simil...
Nils Anders Danielsson