Python LMF library
 All Classes Namespaces Files Functions Variables
Variables
pylmflib.pylmflib.utils.tables.tables Namespace Reference

Variables

tuple parser = OptionParser()
 
tuple options = parser.parse_args()
 
tuple in_file = open(options.input, "r", encoding='utf-8')
 
tuple out_eng = open(options.output_eng, "w", encoding='utf-8')
 
tuple out_fra = open(options.output_fra, "w", encoding='utf-8')
 
string EOL = '\n'
 
string title_eng = """Words for which no close equivalent could be found"""
 
string introduction_eng = """The list that follows groups words for which no close equivalents could be found. These negative pieces of information contain hints about the consultants' Na vocabulary and its 'soft shoulders'."""
 
string title_fra = """Mots dont aucun équivalent n'a été trouvé"""
 
string introduction_fra = """Cette liste regroupe les mots dont aucun équivalent n'a été trouvé. Même s'il ne s'agit que d'informations négatives, elles éclairent les limites du vocabulaire na des consultants."""
 
string pattern = r"^\\(\w{2,3}) ?(.*)$"
 
string lx = ""
 
string ge = ""
 
string gn = ""
 
string gf = ""
 
tuple result = re.search(pattern, line)
 

Variable Documentation

string pylmflib.pylmflib.utils.tables.tables.EOL = '\n'

Definition at line 29 of file tables.py.

string pylmflib.pylmflib.utils.tables.tables.ge = ""

Definition at line 55 of file tables.py.

string pylmflib.pylmflib.utils.tables.tables.gf = ""

Definition at line 57 of file tables.py.

string pylmflib.pylmflib.utils.tables.tables.gn = ""

Definition at line 56 of file tables.py.

tuple pylmflib.pylmflib.utils.tables.tables.in_file = open(options.input, "r", encoding='utf-8')

Definition at line 17 of file tables.py.

string pylmflib.pylmflib.utils.tables.tables.introduction_eng = """The list that follows groups words for which no close equivalents could be found. These negative pieces of information contain hints about the consultants' Na vocabulary and its 'soft shoulders'."""

Definition at line 35 of file tables.py.

string pylmflib.pylmflib.utils.tables.tables.introduction_fra = """Cette liste regroupe les mots dont aucun équivalent n'a été trouvé. Même s'il ne s'agit que d'informations négatives, elles éclairent les limites du vocabulaire na des consultants."""

Definition at line 37 of file tables.py.

string pylmflib.pylmflib.utils.tables.tables.lx = ""

Definition at line 54 of file tables.py.

tuple pylmflib.pylmflib.utils.tables.tables.options = parser.parse_args()

Definition at line 13 of file tables.py.

tuple pylmflib.pylmflib.utils.tables.tables.out_eng = open(options.output_eng, "w", encoding='utf-8')

Definition at line 18 of file tables.py.

tuple pylmflib.pylmflib.utils.tables.tables.out_fra = open(options.output_fra, "w", encoding='utf-8')

Definition at line 19 of file tables.py.

tuple pylmflib.pylmflib.utils.tables.tables.parser = OptionParser()

Definition at line 9 of file tables.py.

string pylmflib.pylmflib.utils.tables.tables.pattern = r"^\\(\w{2,3}) ?(.*)$"

Definition at line 53 of file tables.py.

tuple pylmflib.pylmflib.utils.tables.tables.result = re.search(pattern, line)

Definition at line 59 of file tables.py.

string pylmflib.pylmflib.utils.tables.tables.title_eng = """Words for which no close equivalent could be found"""

Definition at line 34 of file tables.py.

string pylmflib.pylmflib.utils.tables.tables.title_fra = """Mots dont aucun équivalent n'a été trouvé"""

Definition at line 36 of file tables.py.