WikiDiscuss

WikiDiscuss


PEG Morphology Algorithm

posts: 14214

On Mon, Dec 20, 2004 at 04:49:20AM -0800, Jorge Llamb?as wrote:
> Robin:
> > It's a beauty to see it run. Which reminds me: xorxes, why
> > haven't you installed it? It's just a jar file, should run on
> > any computer made in the last 10 years.
>
> It's probably trivial, but I wouldn't know where to begin. I don't
> really know what "jar file" means.

"Java Archive".

I want to mention in passing that talking to someone who could write
that much of a grammar without testing it is like talking to, I
dunno, *Einstein* or something. If the singularity comes, I may one
day be as smart as you, but not otherwise.

Anyways, assuming you're on windows, Start -> Run "cmd". Enter
"java". If it says command not found, go to
http://www.java.com/en/download/manual.jsp

It it simply hangs there until you hit ^c, we're good to go. Run
something like:

java -jar lojban_peg_parser.jar test.txt

to process the stuff it test.txt

> > First bug: it things "mim" is "mi" (cmavo) + "m" (cmene).
>
> Probably fixed now.

Indeed.

Currently, zoi is broken and using zei causes a crash (!).

Working on it.

-Robin