octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Proceeding with the GSoC Project


From: John W. Eaton
Subject: Re: Proceeding with the GSoC Project
Date: Thu, 26 Apr 2018 16:51:44 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 04/26/2018 03:12 PM, Sudeepam Pandey wrote:
Thank you Nir Krakauer for your inputs. The following is an abstract from my GSoC proposal.
_*
Phase 1 evaluations goal*_*:* A set of working Neural Network m-scripts, which, together,
could suggest corrections for typographic errors.

Can you explain how neural networks figure in this task? I've noticed that recent versions of GCC provide a suggestion feature when identifiers are not recognized. You might look at how it works. I think most of the search and matching work is done in the spellcheck.c and spellcheck-tree.c files:

  https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/spellcheck.c
  https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/spellcheck-tree.c

Does it use neural networks to do that job?

jwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]