Extending LangCalc¶
Creating custom components.
Custom Models¶
Implement the LanguageModel interface.
Custom Projections¶
Subclass Projection abstract base class.
Custom Augmentations¶
Subclass Augmentation abstract base class.
Custom Transforms¶
Create transformation functions for << operator.
This page is under construction. See Development Guide.