Jump to content

User:Santhosh.thottingal/Tools

From Meta, a Wikimedia project coordination wiki

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


[edit]

Suggest links for existing articles. This tool is a debugger/demo tool for the system. It also compares the results from machine learning based approach. Link distribution in wikis were visualized to understand the suggestion confidence score.

tree-sitter-wikitext demo

[edit]

This is a Playground for tree-sitter parser for wikitext markup. See <https://github.com/santhoshtr/tree-sitter-wikitext> for the parser implementation.

Kokoro-TTS - Text to speech system and API

[edit]

Text to speech system for English with many voices. Powered by Kokoro TTS. Optimized for running on Intel CPUs using OpenVINO.


WQ42 - Chat with Wikidata

[edit]

An AI Chat bot for Wikidata. Integrates with Wikidata using LLM tools features. You can ask questions, ask for images, audios, videos. It can also generate wikipedia style article based on the available data in Wikidata.


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.