Python LMF library
 All Classes Namespaces Files Functions Variables
Namespaces | Functions | Variables
mdf.py File Reference

Go to the source code of this file.

Namespaces

 pylmflib.pylmflib.config.mdf
 

Functions

def pylmflib.pylmflib.config.mdf.set_bw
 Functions to process some MDF fields (input) More...
 
def pylmflib.pylmflib.config.mdf.get_bw
 Functions to process some MDF fields (output) More...
 

Variables

tuple pylmflib.pylmflib.config.mdf.mdf_lmf
 Mapping between MDF markers and LMF representation (input) More...
 
list pylmflib.pylmflib.config.mdf.mdf_order
 Order in which MDF markers must be written (output) This is the standard order defined in Appendix B of "Making Dictionaries. A guide to lexicography and the Multi-Dictionary Formatter", Software version 1.0, David F. More...
 
tuple pylmflib.pylmflib.config.mdf.lmf_mdf
 Mapping between LMF representation and MDF markers (output) More...
 
tuple pylmflib.pylmflib.config.mdf.ps_range
 Possible values allowed for 'ps' MDF marker. More...
 
tuple pylmflib.pylmflib.config.mdf.ps_partOfSpeech
 Mapping between 'ps' MDF marker value and LMF part of speech LexicalEntry attribute value (input) Source: http://www.isocat.org/rest/dcs/119. More...
 
tuple pylmflib.pylmflib.config.mdf.mdf_semanticRelation
 Mapping between MDF markers and LMF semantic relation RelatedForm attribute value (input) More...
 
tuple pylmflib.pylmflib.config.mdf.pd_person
 Mapping between 'pd' MDF markers and LMF person WordForm attribute value (input) More...
 
tuple pylmflib.pylmflib.config.mdf.pd_anymacy
 Mapping between 'pd' MDF markers and LMF anymacy WordForm attribute value (input) More...
 
tuple pylmflib.pylmflib.config.mdf.pd_grammaticalNumber
 Mapping between 'pd' MDF markers and LMF grammatical number WordForm attribute value (input) More...
 
tuple pylmflib.pylmflib.config.mdf.pd_clusivity
 Mapping between 'pd' MDF markers and LMF clusivity WordForm attribute value (input) More...
 
tuple pylmflib.pylmflib.config.mdf.pdl_paradigmLabel
 Mapping between 'pdl' MDF marker value and LMF paradigm label Paradigm attribute value (input) More...
 
tuple pylmflib.pylmflib.config.mdf.sd_range
 Possible values allowed for 'sd' MDF marker. More...
 
tuple pylmflib.pylmflib.config.mdf.lf_range
 Possible values allowed for 'lf' MDF marker. More...