This is an automated email from the ASF dual-hosted git repository.

ssiddiqi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git.


    from 80e7a23  [SYSTEMDS-2871] Python API Autogenerator mods
     add a900226  [SYSTEMDS-2873] Built-in CorrectTypos The function fixes the 
spelling errors by replacing them with similar frequent value in the column. 
DIA project WS2020/21 Closes #1146.

No new revisions were added by this update.

Summary of changes:
 docs/site/builtins-reference.md                    |  37 ++-
 scripts/builtin/correctTypos.dml                   | 282 +++++++++++++++++++
 .../java/org/apache/sysds/common/Builtins.java     |   1 +
 .../apache/sysds/runtime/util/UtilFunctions.java   |  10 +
 .../functions/builtin/BuiltinCorrectTyposTest.java | 304 +++++++++++++++++++++
 .../correct_typos.dml}                             |  16 +-
 6 files changed, 636 insertions(+), 14 deletions(-)
 create mode 100644 scripts/builtin/correctTypos.dml
 create mode 100644 
src/test/java/org/apache/sysds/test/functions/builtin/BuiltinCorrectTyposTest.java
 copy src/test/scripts/functions/{indexing/LeftIndexingScalarTest.dml => 
builtin/correct_typos.dml} (84%)

Reply via email to