Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Add a command to init AllenNLP project like spring-boot-starter #5488

@unikcc

Description

@unikcc

Is your feature request related to a problem? Please describe.
I' a newbie for AllenNLP but I've fall in love with it to handle my own NLP task.
But each time I start a new project, I have to copy the previous code of other AllenNLP project since I can't remember the file architecture.
Then there will me much old code that is redundant for the new project and I have to delete so much lines that are task-specific.
So I need a tool or just a command(e.g. allenlp init) to init a golden template project of AllenNLP, which contains some basic moduel for runing a AllenNLP code, like model, configuration, data processor and demo data folder, etc.
I think this feature will make researcher much cheerful to work with AllenNLP.

Describe the solution you'd like
Add a command to init a simplest AllenNLP project, just like spring-boot-start for java web developer.

Describe alternatives you've considered
Or provide a demo code project of AllenNLP and I can easily access for it.

Additional context
No

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions