jimregan / foma

Automatically exported from code.google.com/p/foma
0 stars 0 forks source link

Question: read word list from file at compile time, words are not written in lexc- is that possible? #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We have typically the word lists in lexc files, like:

LEXICON Noun

cat   Ninf;
city  Ninf;
fox   Ninf;
panic Ninf;
try   Ninf;
watch Ninf;

There is an intercafe command read text, however, that works only from foma, 
not from lexc. 

I'd like to keep some hundred words in an external file, and read them
in compile time into the lexc file. Is that possible?

Original issue reported on code.google.com by eleonor...@gmx.net on 11 Jan 2012 at 6:52