Ideas for Google Summer of Code/FieldWorks data extraction
< Ideas for Google Summer of Code
Jump to navigation
Jump to search
Revision as of 16:32, 1 March 2023 by Popcorndude (talk | contribs)
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
- http://software.sil.org/fieldworks/resources/tutorial/lexicon/
- Description of lexicon features
- http://software.sil.org/fieldworks/resources/tutorial/grammar/
- Links to morphological stuff
- http://downloads.sil.org/FieldWorks/WW-ConceptualIntro/ConceptualIntroduction.htm
- Long list of data we might be able to get
- https://github.com/sillsdev/FieldWorks
- FieldWorks internals (might need this to figure out formats, but hopefully not)
- https://github.com/cdfarrow/FLExTools
- Python interface for FLEx