home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / science / macpckim.sit / Japanese / JAPANESE.LEX < prev    next >
Text File  |  1990-05-01  |  1KB  |  35 lines

  1. ; JAPANESE.LEX  25-Oct-89
  2.  
  3. ALTERNATION Begin       V_ROOT
  4. ALTERNATION V_Root      V_SUFFIX
  5. ALTERNATION V_Suffix    End
  6.  
  7. LEXICON INITIAL
  8.   0             Begin           "[ "
  9.  
  10. LEXICON V_ROOT
  11.   ne            V_Root          "V(sleep)"
  12.   mi            V_Root          "V(see)"
  13.   sin           V_Root          "V(die)"
  14.   yom           V_Root          "V(read)"
  15.   yob           V_Root          "V(call)"
  16.   kat           V_Root          "V(win)"
  17.   kas           V_Root          "V(lend)"
  18.   wak           V_Root          "V(boil)"
  19.   tug           V_Root          "V(pour)"
  20.   kar           V_Root          "V(shear)"
  21.   kaw           V_Root          "V(buy)"
  22.  
  23. LEXICON V_SUFFIX
  24.   +ru           V_Suffix        "+PRES"     ; present
  25.   +anai         V_Suffix        "+NEG"      ; negative
  26.   +itai         V_Suffix        "+VOL"      ; volitional
  27.   +ta           V_Suffix        "+PAST"     ; past
  28.   +yoo          V_Suffix        "+INCH"     ; inchoative
  29.   0             V_Suffix        ""
  30.  
  31. LEXICON End
  32.   0             #               " ]"
  33.  
  34. END
  35.