Difference between revisions of "Ideas for Google Summer of Code/Anaphora resolution"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
	
|  (Created page with " ==Task==  ==Coding challenge==  * Write a program to read an input stream and perform basic anaphora resolution (e.g. last seen noun).  [[Category:...") | |||
| Line 1: | Line 1: | ||
| See the page [[anaphora resolution]] for details about the problem. | |||
| ==Task== | ==Task== | ||
| * Write a program to find antecedents for anaphora in a stream | |||
| * Update the transfer code to accept the new format, but be backwards compatible too | |||
| * Test it out on a mature language pair | |||
| ==Coding challenge== | ==Coding challenge== | ||
Latest revision as of 12:49, 29 January 2018
See the page anaphora resolution for details about the problem.
Task[edit]
- Write a program to find antecedents for anaphora in a stream
- Update the transfer code to accept the new format, but be backwards compatible too
- Test it out on a mature language pair
Coding challenge[edit]
- Write a program to read an input stream and perform basic anaphora resolution (e.g. last seen noun).

