Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dict-trie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Laros
dict-trie
Commits
bbc2a94fdd77cf3ac02c4fd01766111143cbde9d
Switch branch/tag
dict-trie
27 Apr, 2017
5 commits
Implemented removal of words.
· bbc2a94f
Laros
authored
Apr 27, 2017
bbc2a94f
PEP8.
· fd01a997
Laros
authored
Apr 27, 2017
fd01a997
Added some convenience functions.
· 983c8a8a
Laros
authored
Apr 27, 2017
983c8a8a
Documentation.
· f87e3bc1
Laros
authored
Apr 27, 2017
f87e3bc1
Added iterable trie searching.
· 8258d45c
Laros
authored
Apr 27, 2017
8258d45c
25 Apr, 2017
1 commit
PEP8.
· fd053c81
Laros
authored
Apr 25, 2017
fd053c81
23 Apr, 2017
1 commit
Added best_levenshtein function.
· 71c8b85c
Jeroen F.J. Laros
authored
Apr 23, 2017
71c8b85c
19 Feb, 2017
1 commit
First version of Levenshtein distance.
· ec278f2d
Laros
authored
Feb 19, 2017
ec278f2d
16 Feb, 2017
4 commits
Version bump.
· 57215bc0
Laros
authored
Feb 16, 2017
57215bc0
Added best match function.
· 71025417
Laros
authored
Feb 16, 2017
71025417
Documentation.
· bfa69990
Laros
authored
Feb 16, 2017
bfa69990
Added matching with substitutions.
· f5212467
Laros
authored
Feb 16, 2017
f5212467
15 Feb, 2017
3 commits
Renaming.
· 60d82dc3
Laros
authored
Feb 15, 2017
60d82dc3
if True return True else return False.
· ccdb9104
Laros
authored
Feb 15, 2017
ccdb9104
Basic implementation of a trie using dictionaries.
· 73e91d13
Laros
authored
Feb 15, 2017
73e91d13