Difference between revisions of "Ideas for Google Summer of Code/FieldWorks data extraction"

From Apertium
Jump to navigation Jump to search
m (categorize)
m (typo)
Line 6: Line 6:
 
* Morphology
 
* Morphology
 
* Bidix entries
 
* Bidix entries
* Reference corpus / gold standars
+
* Reference corpus / gold standards
 
* any number of things that might be extractable from glossed text
 
* any number of things that might be extractable from glossed text
   

Revision as of 19:52, 24 March 2020

FieldWorks stores a lot of data of the sort that we want for building monodix.

Things we might be able to get:

  • Lexicon entries
  • Morphology
  • Bidix entries
  • Reference corpus / gold standards
  • any number of things that might be extractable from glossed text

Coding Challenge

Write a script that reads a FieldWorks file and outputs the headword and part of speech of each lexicon entry.

Downloading FieldWorks and making up your own data to test this is fine (you'll probably end up doing a lot of it over the course of the project).

Links