User:Santhosh.thottingal/Tools

List of tools I authored or maintaining at toolforge.org.

Dictionary Hub

edit

A large collection of dictionaries and very fast lookup system. Supporting 250+ dictionaries and 6 Million+ words with meaning, example sentences, translations and part of speech.

LLM based Edit check

edit

A Large language model(LLM) based edit check tool. Given a revision, the tool will tell if that edit violate any Wikipedia editing policy.

Page Collection Reports

edit

Dashboard listing all page collections and their status of completion for languages. Page collections are list of articles that campaign organizers create to make available in more languages.

Wiki Display Image

edit

Get Wikimedia images in different formats and sizes for given title or Wikidata Id

Today in History

edit

Historical events for today or any day. This is based on a dataset prepared out of wikipedia pages https://en.wikipedia.org/wiki/Category:Days_of_the_year.

Content Translation statistics

edit

Content Translation statistics

JSON representation of all properties of wikidata item

edit

Get the JSON representation of all properties of a given Wikidata item. Example: https://qjson.toolforge.org/Q42.json or https://qjson.toolforge.org/Q42?lang=es

Spellchecker service

edit

Hunspell based spellchecker service for 90+ languages. Provides web API for spelling check and correction suggestions

Favicon

edit

Get Favicon for any given URL. Service also anonymizes users.

edit

Get the Commons Gallery as structured data. Examples: https://commons-gallery.toolforge.org/api/gallery/Wikipedia and https://commons-gallery.toolforge.org/api/gallery/Moon

Wikistroll

edit

Take a leisurely stroll through the vast landscape of Wikipedia. So much to learn, so little time... just keep scrolling. Built using wikielements

Chart renderer

edit

Adapt the Mediawiki Chart extension based specification to ECharts specification. Render .chart files as SVG, echarts charts, or echarts spec. This tool provides three main functionalities:

  1. Render the chart as svg image. Example: https://chartrenderer.toolforge.org/svg/commons/Data:1993_Canadian_federal_election.chart
  2. Return the resulting ECharts specification as json. Example: https://chartrenderer.toolforge.org/spec/commons/Data:1993_Canadian_federal_election.chart
  3. Render the chart with interactive features. https://chartrenderer.toolforge.org/chart/commons/Data:1993_Canadian_federal_election.chart

Supported Chart types: Line, Bar, Area, Pie, Scatter.