Sciweavers

2539 search results - page 37 / 508
» Debugging Method Names
Sort
View
SEMCO
2007
IEEE
14 years 5 months ago
Nested Named Entity Recognition in Historical Archive Text
This paper describes work on Named Entity Recognition (NER), in preparation for Relation Extraction (RE), on data from a historical archive organisation. As is often the case in t...
Kate Byrne
DAS
2008
Springer
14 years 22 days ago
Named Entity Recognition by Neural Sliding Window
Named Entity Recognition (NER) is an important subtask of document processing such as Information Extraction. This paper describes a NER algorithm which uses a Multi-Layer Percept...
Ignazio Gallo, Elisabetta Binaghi, Moreno Carullo,...
COLING
2008
14 years 12 days ago
Stopping Criteria for Active Learning of Named Entity Recognition
Active learning is a proven method for reducing the cost of creating the training sets that are necessary for statistical NLP. However, there has been little work on stopping crit...
Florian Laws, Hinrich Schütze
CJ
2002
67views more  CJ 2002»
13 years 10 months ago
Using Bloom Filters to Speed-up Name Lookup in Distributed Systems
Bloom filters make use of a "probabilistic" hash-coding method to reduce the amount of space required to store a hash set. A Bloom filter offers a trade-off between its ...
Mark C. Little, Santosh K. Shrivastava, Neil A. Sp...
ESEC
1999
Springer
14 years 3 months ago
Yesterday, My Program Worked. Today, It Does Not. Why?
Imagine some program and a number of changes. If none of these changes is applied (“yesterday”), the program works. If all changes are applied (“today”), the program does n...
Andreas Zeller