Skip to content

Python API

This page is a placeholder for the public Python API reference.

from skeinrank import (
load_dictionary,
validate_dictionary,
extract_terms,
canonicalize_text,
load_document_text,
extract_terms_from_document,
)

A later version of this website can generate API reference pages from docstrings and type hints. Keep the generated reference separate from hand-written guides so the docs stay readable.

Suggested split:

  • hand-written guides for humans;
  • generated API reference for exact signatures;
  • examples for common tasks.