Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/typilus/typilus

Code for "Typilus: Neural Type Hints" PLDI 2020
https://github.com/typilus/typilus

Last synced: 3 months ago
JSON representation

Code for "Typilus: Neural Type Hints" PLDI 2020

Awesome Lists containing this project

README

        

# Typilus

A deep learning algorithm for predicting types in Python. Please find a preprint [here](https://arxiv.org/abs/2004.10657).

This repository contains its implementation (`src/`) and experiments (`exp/`).

Please cite as:
```
@inproceedings{allamanis2020typilus,
title={Typilus: Neural Type Hints},
author={Allamanis, Miltiadis and Barr, Earl T and Ducousso, Soline and Gao, Zheng},
booktitle={PLDI},
year={2020}
}
```