Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darkestfloyd/pnet


https://github.com/darkestfloyd/pnet

natural-language-processing

Last synced: about 12 hours ago
JSON representation

Awesome Lists containing this project

README

        

# PNet (pronounced Peanut)
PNet - short for ParseNet, is a neural network that generates Abstract Syntax Tree's in Python from Natural Language.

Ongoing semester end project as part of [CS6120 - Natural Language Processing](http://www.ccs.neu.edu/home/luwang/courses/cs6120_sp2018/cs6120_sp2018.html) at Northeastern University.

# Contributors:
| Name | HuskyID |
|-|-|
| Sai Krishna Karanam | [email protected] |
| Nischal Mahaveer Chand | [email protected] |
| Varun Sundar Rabindranath | [email protected] |

# Proposal:
The team proposes to create an artificial code generator for a high-level language, like Python.

See [proposal.pdf](https://github.com/NischalBhatewara/NLP_project/blob/master/proposal/proposal.pdf)

# Data:
Create `data/` directory in the root folder.

1. Djanjo Dataset: Downloaded data files from
[here](https://drive.google.com/drive/folders/0B14lJ2VVvtmJOTJPYWZ5RlNVNHM). This dataset is taken from [pcyin/NL2code](https://github.com/pcyin/NL2code), with permission.

2. HS card data: This dataset is open on [deepmind/card2code](https://github.com/deepmind/card2code/tree/master/third_party/hearthstone).