Natural Language Processing (201-2454101)
- Spring 1999 - Yael Dahan Netzer

Hebrew Linearizer

Find it in ~nlp992/Hebrew/morphology.l and load it in FUF your own risk...

Characters

Gender

(uni '((cat noun) (lex "moreh") (gender feminine) (animate yes)))
==> morah
(uni '((cat noun) (lex "yeled") (gender feminine) (animate yes)))
==> yeledah

Number

(uni '((cat noun) (lex "moreh") (gender feminine) (number plural) (animate
yes)))
==>morot
(uni '((cat noun) (lex "sefer") (number plural)))

==>seferym.

Cardinals and ordinals

(uni '((cat cardinal) (value 12) (digit no)))
==>Sneym-waSar.
(uni '((cat cardinal) (value 32) (digit no) (gender masculine)))
==>SloSim VSnayim.

More:


Back to the course home page

Last modified , 1999 Yael Dahan Netzer