Skip to content

Commit

Permalink
finalized API version
Browse files Browse the repository at this point in the history
  • Loading branch information
fonhorst committed Jul 3, 2023
1 parent a57a856 commit f88701e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions autotm/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ def save(self, path: str):
"""
raise NotImplementedError()

@property
def text_preprocessor(self):
"""
An object responsible for text preprocessing before applying ARTM model.
"""
raise NotImplementedError()

@property
def topics_extractor(self) -> TopicsExtractor:
"""
Expand Down

0 comments on commit f88701e

Please sign in to comment.