|
- Method resolution order:
- ParserArticle
- parserCorpus.parserCorpus.ParserCorpus
- builtins.object
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
------
FileNotFoundError
Si le chemin vers le fichier n'existe pas
PermissionError
Si les permissions du fichier ne permettent pas l'ouverture
Data descriptors inherited from parserCorpus.parserCorpus.ParserCorpus:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|