#5488·allennlp

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

Author: unikccCreated Nov 30, 2021Updated Dec 10, 2021
LabelsContributions welcomeFeature request

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