WikiDiscuss

WikiDiscuss


PEG Morphology Algorithm

posts: 14214

On Tue, Dec 21, 2004 at 04:41:17AM -0800, Jorge Llamb?as wrote:
>
> --- Robin Lee Powell <rlpowell@digitalkingdom.org> wrote:
>
> > It Would Be Nice for digits to be treated as PA, but that's not
> > currently happening and I don't want to fix it right now.
> >
> > Morphology pass: text=( nonLojbanWord=( 123 ) )
>
> I think this is all it takes:
>
> cmavo <- !cmene !gismu !lujvo !fuhivla cmavo-form / digit

No, they need to be PA, not just cmavo:

Morphology pass: text=( CMAVO=( cmavo=( digit=( 1 ) ) )
CMAVO=( cmavo=( digit=( 2 ) ) ) CMAVO=( PA=( digit=( 3 ) )
) )

> I thought about replacing:
>
> stressed <- comma* AEIOU
>
> with:
>
> stressed <- comma* ?????
>
> and making the corresponding changes in the letter definitions,
> and adding:
>
> letter <- comma* A-Z
>
> BY <- Y space-chars* BU / &cmavo ( j o h o / ... / x y / z y / letter )
> &(spaces / consonant)
>
> but I guess that would be too revolutionary for some people.

I don't understand what this would do?

-Robin