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

Feature/dockerize #1

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from
Open

Feature/dockerize #1

wants to merge 14 commits into from

Conversation

XanderVertegaal
Copy link

@XanderVertegaal XanderVertegaal commented Nov 30, 2024

Adds a Dockerfile and makes sure the application can be run both as a local development server and in a container. Checkout the README for detailed instructions.

This PR adds a working, Dockerized Flask-SocketIO server. In the future, this should handle pickled parse results made by the Minimalist Parser, and create visualizations for them, called 'Layouts'. For now, it just loads a standard pickle file (standard.pickle) containing a dataset of 100 pre-parsed sentences, supplied by the researcher. This standard corpus is then turned into a displayable 'Layout', which is the default visualization used if the user simply wants to have an exploratory browse without any user input or parses.

The main focus is here on getting a working Docker container. The main functionality (actually handling user-provided parses) is added in future PRs.

@XanderVertegaal XanderVertegaal added the enhancement New feature or request label Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant