The mechanism by which LexicalResource import is done into db with XMLToDBTransformer by UBY 0.7.0 is confusing:
You need to provide an XML file and lexicaResourceName, which is the name of an existing lexical resource into which merge. If it doesn't exist, a new lexical resource is created using name attribute found in the XML (thus provided lexicaResourceName will be ignored).
The mechanism by which
LexicalResource
import is done into db withXMLToDBTransformer
by UBY 0.7.0 is confusing:You need to provide an XML file and
lexicaResourceName
, which is the name of an existing lexical resource into which merge. If it doesn't exist, a new lexical resource is created usingname
attribute found in the XML (thus providedlexicaResourceName
will be ignored).