Context2Name: A Deep Learning-Based Approach to Infer Natural Variable Names from Usage Contextscs.SE
Context2Name predicts natural names from minified code, improving code readability.
problem Minified code makes it hard to understand natural names in JavaScript.
method Combines static analysis and neural networks to predict natural names.
result Successfully predicts 47.5% of all minified identifiers in real-world code.