Add Timbl 7.0 API reference guide#18
Closed
antalvdb wants to merge 1 commit into
Closed
Conversation
Update the API reference guide from the last released version (Timbl_6.3_API, ILK Technical Report 10-03) to 7.0: - Replace dead ilk.uvt.nl URLs with GitHub / languagemachines.github.io equivalents; link against libtimbl via pkg-config instead of libTimbl.a - Add a 6.3 -> 7.0 changes section documenting the 6.8 API/ABI break: Unicode throughout (icu::UnicodeString overloads, Increment_u / Decrement_u), ValueDistribution renamed to ClassDistribution (with backward-compatible aliases), the new Vfield-based dist_iterator interface, removal of StartServer(), C++17 requirement - Document the new API calls: Prune() (--prune), SetThreads() (--clones), confidence() (+vcf), NS_Test(), WriteInstanceBaseLevels(), GetCurrentWeights(), and the CL_Options-based constructor; add SD to the Weighting enum - Point the server chapter to the TimblServer package - Refresh all six annotated example programs to the current demos/api_test*.cxx sources and regenerate their outputs with Timbl 7.0 (long repetitive blocks abbreviated) - Ship the compiled docs/Timbl_7.0_API.pdf Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
merged into develop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the API reference guide from the last released version (
Timbl_6.3_API.tex, ILK Technical Report 10-03) to 7.0. Complements the 7.0 reference guide from #17.Changes
docs/texfiles/Timbl_7.0_API.tex+ compileddocs/Timbl_7.0_API.pdf(the 6.3 source is kept)libtimblvia pkg-config instead oflibTimbl.aicu::UnicodeStringoverloads,Increment_u/Decrement_u),ValueDistribution→ClassDistribution(with backward-compatible aliases), the newVfield-baseddist_iteratorinterface, removal ofStartServer(), C++17 requirementPrune()(--prune),SetThreads()(--clones),confidence()(+vcf),NS_Test(),WriteInstanceBaseLevels(),GetCurrentWeights(), and theCL_Optionsconstructor;SDadded to theWeightingenumdemos/api_test*.cxxsources, with outputs regenerated by running them against Timbl 7.0 (long repetitive blocks abbreviated)The manual compiles cleanly with pdflatex; no build artifacts are committed.
🤖 Generated with Claude Code