Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 430 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 430 Bytes

Madlibs in Elm

This is my entry for the July/August 2016 Solium programming competition.

Note that this is no way an ideal Elm program :)

The corpus of adjectives, nouns, and verbs comes from the Wordnet database

Parsing of inputs is done with the Stanford CoreNLP project server.

Building

Work in progress :)