SPRAAK
|
Public Member Functions | |
def | __init__ |
def | scanForResources |
![]() | |
def | __init__ |
def | __str__ |
def | run |
def | canRunRemote |
![]() | |
def | __init__ |
Constructor. More... | |
def | setCompleted |
def | isCompleted |
def | getName |
Return the name of this task. More... | |
def | setName |
Set the name of this task. More... | |
def | scanForResources |
Abstract method. More... | |
def | checkResourcesAvailable |
Checks if all the resources needed to run this task are available. More... | |
def | markResourcesAvailable |
Mark all resources used by this task as available. More... | |
def | run |
Abstract method. More... | |
def | canRunRemote |
Indicates if this task can be run remotely. More... | |
def | __str__ |
Returns a string representation of the task. More... | |
def spr_pylib.train.task.VitalignTask.__init__ | ( | self, | |
seg = None , |
|||
beam = None , |
|||
hmm = None , |
|||
mvg = None , |
|||
hmm_opt = None , |
|||
corpus = None , |
|||
obs = None , |
|||
suffix = None , |
|||
ssp = None , |
|||
ppe = None , |
|||
unit = None , |
|||
dic = None , |
|||
unwind = None , |
|||
rng = None |
|||
) |
def spr_pylib.train.task.VitalignTask.scanForResources | ( | self, | |
resource_list | |||
) |