Speaker¶
-
class
corpustools.corpus.classes.spontaneous.Speaker(name, **kwargs)[source]¶ Speaker objects contain information about the producers of WordTokens or Discourses
Parameters: - name : string
Name to identify the Speaker
Attributes: - name : string
Name of Speaker
- gender : string
Gender of Speaker
- age : int or string
Age of Speaker
Methods
__init__(name, **kwargs)Initialize self.