316 theory morphology Flashcards
(10 cards)
productive morpheme
a morpheme is productive when there a multiple instances of an instance of a word.. create..creating..created
morphology
the study of how words are composed using morphemes
morphological parsing
taking the surface input and breaking it down into morphemes,identifying its components and underlying structure.. the act of taking foxes and its fox- noun and es-plural suffix
Inflection, derivation, compounding,cliticization
changind of words which results in the:
1. same class
2.different class
combining stems to make a new word
apostrophe words
why do we parse
for spell checking
to identify the stem for information retrieval
to identify parts of speech for machine translation and sentence parsing
what do we need to build a morphological parser
lexicon- stems and affices
morphotactics- model of how morphemes can be affixed to the stem
orthographic rules: spelling modifications when the affixtion occurs
lexicon
a repository of words
limitations of using FSA’s
-non determinism
-its too large ..adding new items will need to recompute the whole FSA so in this case its too complication and innefficient
-its limited..can only tell us what word is in the language or not
if a and b are independant..what is p(a/b)
what is the formula for P(a/b)
mutuall exclusive and exhaustive
- P(a)
- P(A n B)/P(B)
*ai n aj= empty set - all mutually exclusive items make up the whole sample space
alternative P(A/B)
*P(A N B)/P(B)
* P(B/A).P(A)/sum(P(B/Ai).P(Ai))
* sum = the Ai and the Ai’(not)