-
Notifications
You must be signed in to change notification settings - Fork 1
Home
tmayer edited this page May 2, 2014
·
1 revision
Welcome to the paralleltextprocessing wiki!
- reader.py: provides the basic functionalities to load parallel text files and to access the text and its parallel struture.
- domain.py: includes functions and classes to create a certain search domain (or search distribution) on the basis of words, morphs, regular expressions in one (or several) parallel texts. The search domain is then used to compare one (or more) given parallel text(s) to this search domain in order to extract the associated words/morphs in the text(s) under investigation.
- measures.py: utility module including different kinds of association measures that can be used to compute the associated words/morphs in the texts.
- settings.py: in this module all global parameters can be set.