Skip to content

Commit

Permalink
Update base_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
soujanyaporia committed Dec 30, 2018
1 parent f4807b3 commit 24e6439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/base_model.py
Expand Up @@ -3,7 +3,7 @@


class BaseModel(object):
"""Generic class for general methods that are not specific to NER"""
"""Generic class for general methods that are not specific to Aspect"""

def __init__(self, config):
"""Defines self.config and self.logger
Expand Down

0 comments on commit 24e6439

Please sign in to comment.