|
Methods defined here:
- parse(self, path)
- Méthode qui analyse un fichier .txt est renvoie un corpus
Parameters
----------
path : str
Chemin du fichier à analyser
Raises
------
NotImplementedError
Lève toujours cette erreur car cette classe est abstraite
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|