[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [edict-jmdict] pos/misc entities



On Fri, Jun 13, 2008 at 01:27:54PM +1000, Jim Breen wrote:
> > A lot of people use this data. Am I the only person having trouble
> > with this?
> 
> It seems not, with Jean-Luc, Stuart, et al. chopping them back
> 
> as I said the change to the generator would be trivial (in fact
> changing a parameter value on a couple of function calls.)
> 
> I could either make then nodes, as you suggest, or simply stop
> them being entities. I have no strong feelings either way - I don't
> actually use the XML version. I guess having them nodes would mean
> that xmllint, etc. would yell if I let a typo through, but I check
> against that already.

Nodes seem a good idea.

Later, we could group all 'verb' POS into one kind of node, and distinguish them
with one or several attributes ...
So that we can get easily :
- all verbs
- all ichidan verbs
- all godan verbs
Well, of course, this can also be done by post-processing current POSes, so
it's not that important :)

	JL