Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend metadata model #21

Open
severinsimmler opened this issue Aug 23, 2018 · 0 comments
Open

Extend metadata model #21

severinsimmler opened this issue Aug 23, 2018 · 0 comments

Comments

@severinsimmler
Copy link
Contributor

At the moment Metadata consists of information from the file paths. This is to be expanded, a corresponding class already exists:

class Metadata(pd.DataFrame):
"""Handle corpus metadata.
Feel free to implement some fancy stuff here.
"""
def __init__(self, **kwargs):
super().__init__(**kwargs)

@severinsimmler severinsimmler added this to the v1.1.0 milestone Aug 23, 2018
@severinsimmler severinsimmler changed the title oop: extend metadata model Extend metadata model Aug 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant