Open jonathanrobie opened 2 years ago
A morpheme map can be created from @klosoter's OSHB with MARBLE links with a simple XQuery:
declare variable $trees := db:open("macula-hebrew");
<morpheme-map>{
for $m in //*:m[@n]
order by $m/@n
return <m>{$m/@n, attribute marble { $m/@TargetLink}, $trees//*:m[@n = $m/@n]/ancestor::Node[1]/@morphId }</m>
}</morpheme-map>
I am attaching the output.
This is now checked in under the mappings
subdirectory.
Create a mapping between Groves, MARBLE, and MACULA at: