Skip to content

Commit 4c5c948

Browse files
committed
Add longest_common_subsequence docs
1 parent 9e51190 commit 4c5c948

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/api/util.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,11 @@ Modules
283283

284284
The `Trie` class is a data structure for efficient dictionary operations. It's a valuable resource for managing and searching word lists and dictionaries in a structured and efficient manner.
285285

286+
.. autofunction:: longest_common_subsequence
287+
:noindex:
288+
289+
The `longest_common_subsequence` function is find the longest common subsequence between two strings.
290+
286291
.. autofunction:: pythainlp.util.morse.morse_encode
287292
:noindex:
288293

0 commit comments

Comments
 (0)