From 78fc8895054002d76fc8ab6e18011ed9af427095 Mon Sep 17 00:00:00 2001 From: "Matthew B. Mirman" Date: Fri, 15 Jun 2018 15:12:45 +0200 Subject: [PATCH] typo in readme "include a parses" doesn't sound right --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b2bc6a..d33e98d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Learning framework for program property prediction. This is a backend for tools such as JSNice (http://jsnice.org/) for JavaScript that can predict program properties such as variable names and types. This backend is designed to extend the tool to multiple programming languages. For this reason, the machine learning machinery is extracted in this tool. -To get a complete tool, one must include a parses for each programming language of interest and train on a lot of code. +To get a complete tool, one must include a parser for each programming language of interest and train on a lot of code. We have included an example frontend for JavaScript deminification at http://github.com/eth-srl/UnuglifyJS . This tool work together with the Nice2Server