Functions | |
| def | set_bw |
| Functions to process some MDF fields (input) More... | |
| def | get_bw |
| Functions to process some MDF fields (output) More... | |
Variables | |
| tuple | mdf_lmf |
| Mapping between MDF markers and LMF representation (input) More... | |
| list | 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 | lmf_mdf |
| Mapping between LMF representation and MDF markers (output) More... | |
| tuple | ps_range |
| Possible values allowed for 'ps' MDF marker. More... | |
| tuple | 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 | mdf_semanticRelation |
| Mapping between MDF markers and LMF semantic relation RelatedForm attribute value (input) More... | |
| tuple | pd_person |
| Mapping between 'pd' MDF markers and LMF person WordForm attribute value (input) More... | |
| tuple | pd_anymacy |
| Mapping between 'pd' MDF markers and LMF anymacy WordForm attribute value (input) More... | |
| tuple | pd_grammaticalNumber |
| Mapping between 'pd' MDF markers and LMF grammatical number WordForm attribute value (input) More... | |
| tuple | pd_clusivity |
| Mapping between 'pd' MDF markers and LMF clusivity WordForm attribute value (input) More... | |
| tuple | pdl_paradigmLabel |
| Mapping between 'pdl' MDF marker value and LMF paradigm label Paradigm attribute value (input) More... | |
| tuple | sd_range |
| Possible values allowed for 'sd' MDF marker. More... | |
| tuple | lf_range |
| Possible values allowed for 'lf' MDF marker. More... | |
| def pylmflib.pylmflib.config.mdf.get_bw | ( | lexical_entry | ) |
| def pylmflib.pylmflib.config.mdf.set_bw | ( | bw, | |
| lexical_entry | |||
| ) |
| tuple pylmflib.pylmflib.config.mdf.lf_range |
| tuple pylmflib.pylmflib.config.mdf.lmf_mdf |
| tuple pylmflib.pylmflib.config.mdf.mdf_lmf |
| 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.
Coward, Charles E. Grimes, SIL International, Waxhaw, North Carolina, 2000
| tuple pylmflib.pylmflib.config.mdf.mdf_semanticRelation |
Mapping between MDF markers and LMF semantic relation RelatedForm attribute value (input)
| tuple pylmflib.pylmflib.config.mdf.pd_anymacy |
| tuple pylmflib.pylmflib.config.mdf.pd_clusivity |
| tuple pylmflib.pylmflib.config.mdf.pd_grammaticalNumber |
| tuple pylmflib.pylmflib.config.mdf.pd_person |
| tuple pylmflib.pylmflib.config.mdf.pdl_paradigmLabel |
| 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.
| tuple pylmflib.pylmflib.config.mdf.ps_range |
1.8.7