Difference between revisions of "User:Cayoh1/Final project"

From LING073
Jump to: navigation, search
(Outline)
(Outline)
Line 1: Line 1:
 
== Outline ==
 
== Outline ==
 
I have created a '''very preliminary, basic''' transducer for Yoruba, my native Nigerian Language. I have used what we've learned in class to build morphological analysis capabilities for my transducer.
 
I have created a '''very preliminary, basic''' transducer for Yoruba, my native Nigerian Language. I have used what we've learned in class to build morphological analysis capabilities for my transducer.
 +
* I added noun, verb, pronoun, adjectives, and interjections to the <code>lexd</code> file.
 +
* In my grammar documentation, I created <code>morphTests</code> to test morphological analysis.
 +
* I added preliminary rules in the <code>twol</code> file.
  
 
== Code/ Resources ==
 
== Code/ Resources ==

Revision as of 17:49, 18 May 2021

Outline

I have created a very preliminary, basic transducer for Yoruba, my native Nigerian Language. I have used what we've learned in class to build morphological analysis capabilities for my transducer.

  • I added noun, verb, pronoun, adjectives, and interjections to the lexd file.
  • In my grammar documentation, I created morphTests to test morphological analysis.
  • I added preliminary rules in the twol file.

Code/ Resources

Github

Grammar Documentation

Solution

How you're approaching the solution to the overall problem, including how you're implementing the solution. You can talk here about smaller individual issues that have arisen as well.

Evaluation

Moving Forward

Your thoughts on who might benefit from your project and in what way. E.g., might a language community be able to find a use for what you're doing, or maybe [computational] linguists working on a language or issue? Remember that Bird (2020) advocates for evaluating in this way—it just might not be possible to do so within the context of this class.