Class MarkupAwareWikipediaResult

java.lang.Object
org.languagetool.dev.wikipedia.MarkupAwareWikipediaResult

public class MarkupAwareWikipediaResult extends Object
The result of a Wikipedia check that takes markup into account so that the suggestions can be applied to that original markup.
  • Constructor Details

  • Method Details

    • getAppliedRuleMatches

      public List<AppliedRuleMatch> getAppliedRuleMatches()
    • getInternalErrorCount

      public int getInternalErrorCount()
      Mapping the Wikipedia syntax is complicated and it sometimes fails. We try to skip over those problems and increase this counter. Each increment here means that one rule match is missing from the rule applications.
    • getOriginalWikiMarkup

      public String getOriginalWikiMarkup()
    • getLastEditTimestamp

      public String getLastEditTimestamp()