Skip to main content
Ctrl+K

LSCDBenchmark documentation

  • Getting Started
  • Datasets
    • Datasets in LSCDBenchmark
    • Import A New Dataset
  • Tasks
    • Lexical Semantic Change Detection (LSCD)
    • Word-in-Context (WiC)
    • Word Sense Induction (WSI)
  • Leaderboard
  • Usage
  • Working Examples
  • Developer’s Guide
    • Cache
    • Hydra
    • Documentation
      • Set up Sphnix
      • Importing your docs
      • Setting Docstrings
      • Automatic API Documentation Generation
    • Testing
  • Glossary
  • API Reference
    • src
      • src.lscd
        • src.lscd.apd
        • src.lscd.cluster_jsd
        • src.lscd.cos
        • src.lscd.model
        • src.lscd.permutation
      • src.utils
        • src.utils.runner
        • src.utils.utils
      • src.wic
        • src.wic.contextual_embedder
        • src.wic.deepmistake
        • src.wic.distance
        • src.wic.model
      • src.wsi
        • src.wsi.chinese_whispers
        • src.wsi.cluster_wsbm
        • src.wsi.correlation_clustering
        • src.wsi.model
        • src.wsi.spectral
      • src.callback
      • src.cleaning
      • src.dataset
      • src.evaluation
      • src.lemma
      • src.plots
      • src.preprocessing
      • src.scaler
      • src.threshold
      • src.use
      • src.wrappers
  • Repository
  • Suggest edit
  • Open issue
  • .md

Developer’s Guide

Developer’s Guide#

This is the developer’s guide including several special approaches in developing LSCDBenchmark.

  • Cache
  • Hydra
  • Documentation
    • Set up Sphnix
    • Importing your docs
    • Setting Docstrings
    • Automatic API Documentation Generation
  • Testing
    • Unit Test
    • Integration Test

previous

Working Examples

next

Cache

By Change is the key!

© Copyright 2023, Change is the key!.