Python LMF library
 All Classes Namespaces Files Functions Variables
Functions
pylmflib.pylmflib.config.xml Namespace Reference

Functions

def sort_order_read
 Read an XML file giving sort order. More...
 
def config_read
 Read an XML file giving the user configuration. More...
 

Function Documentation

def pylmflib.pylmflib.config.xml.config_read (   filename)

Read an XML file giving the user configuration.

Parameters
filenameThe name of the XML file to read with full path, for instance 'pylmflib/pylmflib/config/default/config.xml'.
Returns
A Lexical Resource.

Definition at line 45 of file xml.py.

def pylmflib.pylmflib.config.xml.sort_order_read (   filename)

Read an XML file giving sort order.

Parameters
filenameThe name of the XML file to read with full path, for instance 'pylmflib/pylmflib/config/default/sort_order.xml'.
Returns
A Python dictionary of ordered characters.

Definition at line 19 of file xml.py.