Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The brand new functionality is implemented and added to WProofreader-based products (on-premise and cloud versions) in the turned OFF state. In the WProofreader browser extension, the feature is enabled by default.

Developers can update the configuration and turn ON the autocomplete by default for all users. Also, there is a toggle setting on the UI allowing end users to enable or disable text prediction.

Autocomplete suggestions while typing are available only for English dialects (en_AU, en_CA, en_GB, en_NZ, en_US, en_ZA, en_AI)  for now. 

Developers can update the configuration and turn ON the autocomplete by default for all users. Also, there is a toggle setting on the UI allowing end users to enable or disable text prediction.

Image Added

Autocomplete mechanism

Autocomplete is based on the GPT2 (small) model pre-trained on a very large corpus of English data.

...

Code Block
languagejs
<script>
    window.WEBSPELLCHECKER_CONFIG = {
        ...
   		settingsSections: ['dictionaries', 'languages', 'general', 'options'],
        ...
    }
</script>

Image Added

This option as well as all other options for WProofreader are available in the WProofreader API options