Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/typilus/typilus
- Owner: typilus
- License: mit
- Created: 2020-03-25T11:52:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T00:44:32.000Z (over 1 year ago)
- Last Synced: 2024-04-29T11:32:34.345Z (6 months ago)
- Language: Python
- Homepage:
- Size: 168 KB
- Stars: 56
- Watchers: 4
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-python-typing - typilus - A deep learning algorithm for predicting types in Python. Also available as a [GitHub action](https://github.com/typilus/typilus-action) (Tools / Helper tools to add annotations to existing code)
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}
}
```