Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LPS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IfN Public
LPS
Compare revisions
ead789a0f588177eb60f39163bddd35b7fc4b999 to 928a9f509863aad524629b4de8c898e4d1c6a9d2
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ifn-public/LPS
Select target project
No results found
928a9f509863aad524629b4de8c898e4d1c6a9d2
Select Git revision
Branches
main
Swap
Target
ifn-public/LPS
Select target project
ifn-public/LPS
1 result
ead789a0f588177eb60f39163bddd35b7fc4b999
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Added MIT license
· b437d642
Pirklbauer
authored
1 year ago
b437d642
Added MIT license
· 928a9f50
Pirklbauer
authored
1 year ago
928a9f50
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
license.txt
+21
-1
21 additions, 1 deletion
license.txt
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
22 additions
and
2 deletions
license.txt
View file @
928a9f50
TODO
MIT License
\ No newline at end of file
Copyright (c) 2023 Jan Pirklbauer, Institut für Nachrichtentechnik, TU Braunschweig
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.py
View file @
928a9f50
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup
(
setup
(
name
=
"
levenshtein-phoneme-similarity
"
,
name
=
"
levenshtein-phoneme-similarity
"
,
version
=
"
0.
1.
1
"
,
version
=
"
1.
0
"
,
author
=
"
Jan Pirklbauer
"
,
author
=
"
Jan Pirklbauer
"
,
author_email
=
"
jan.pirklbauer@tu-bs.de
"
,
author_email
=
"
jan.pirklbauer@tu-bs.de
"
,
description
=
"
Implementation of the Levenshtein Phoneme Distance
"
,
description
=
"
Implementation of the Levenshtein Phoneme Distance
"
,
...
...
This diff is collapsed.
Click to expand it.