__init__(self,
node=None,
name='
' ,
version='
' ,
timestamp=None,
btimestamp=None,
etimestamp=None)
(Constructor)
| source code
|
Constructor of the object
- Parameters:
node (xml Element or None (to create an empty one)) - this is the node of the element. If it is None it will create a
new object
name (string) - the name of the linguistic processor
version (string) - the version of the linguistic processor
timestamp (string) - the timestamp, or None to set it to the current time
btimestamp - the begin timestamp, or None to set it to the current time (NOTE:
only use None if header created at begining of process!)
etimestamp - the end timestamp, or None to set it (NOTE: only use None if
header created at the end of the process!)
|