File tree Expand file tree Collapse file tree 3 files changed +43
-15
lines changed Expand file tree Collapse file tree 3 files changed +43
-15
lines changed Original file line number Diff line number Diff line change 1
1
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
- ; ;; cologne-phonetics
2
+ ; ;; FILE
3
+ ; ;; cologne-phonetics.lisp
3
4
; ;;
4
- ; ;; Purpose: Common Lisp implementation of the Cologne Phonetics algorithm
5
+ ; ;; PURPOSE
6
+ ; ;; Common Lisp implementation of the Cologne Phonetics algorithm
5
7
; ;;
6
8
; ;; Credits: This package is based on the Python implementation
7
9
; ;; by Janek Nouvertné
8
10
; ;; (https://github.com/provinzkraut/cologne_phonetics)
9
11
; ;;
10
- ; ;; Author: Ruben Philipp <[email protected] >
12
+ ; ;; AUTHOR
13
+ ; ;; Ruben Philipp <[email protected] >
11
14
; ;;
12
- ; ;; Creation date: 2023-02-01
15
+ ; ;; CREATED
16
+ ; ;; 2023-02-01
13
17
; ;;
14
- ; ;; $$ Last modified: 22:13:51 Mon Mar 27 2023 CEST
18
+ ; ;; VERSION
19
+ ; ;; 1.0.1
20
+ ; ;;
21
+ ; ;; $$ Last modified: 11:02:00 Tue Mar 28 2023 CEST
15
22
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
16
23
17
24
(in-package :cologne-phonetics )
Original file line number Diff line number Diff line change 1
1
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
- ; ;; Filename: example.lisp
2
+ ; ;; FILE
3
+ ; ;; example.lisp
3
4
; ;;
4
- ; ;; Purpose: examples usage
5
+ ; ;; PURPOSE
6
+ ; ;; Example for using the cologne-phonetics package.
5
7
; ;;
6
- ; ;; Author: Ruben Philipp
7
- ; ;; Created: 2023-02-01
8
- ; ;; $$ Last modified: 15:10:32 Thu Feb 2 2023 CET
8
+ ; ;; AUTHOR
9
+ ; ;; Ruben Philipp
10
+ ; ;;
11
+ ; ;; CREATED
12
+ ; ;; 2023-02-01
13
+ ; ;;
14
+ ; ;; $$ Last modified: 11:03:04 Tue Mar 28 2023 CEST
9
15
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10
16
11
17
(in-package :cl-user )
15
21
16
22
17
23
(cologne-phonetics ::encode " Philipp Philip Filip Filipp Fillipp" )
24
+
25
+ ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
26
+ ; ;; EOF example.lisp
Original file line number Diff line number Diff line change 1
1
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
- ; ;; filename: package.lisp
2
+ ; ;; FILE
3
+ ; ;; package.lisp
3
4
; ;;
4
- ; ;; Purpose: definition of the cologne-phonetics package
5
+ ; ;; PURPOSE
6
+ ; ;; Definition of the cologne-phonetics package.
5
7
; ;;
6
- ; ;; Author: Ruben Philipp <[email protected] >
7
- ; ;; Created: 2023-02-01, Essen
8
- ; ;; $$ Last modified: 20:08:20 Wed Feb 1 2023 CET
8
+ ; ;; VERSION
9
+ ; ;; 1.0.1
10
+ ; ;;
11
+ ; ;; AUTHOR
12
+ ; ;; Ruben Philipp <[email protected] >
13
+ ; ;;
14
+ ; ;; CREATED
15
+ ; ;; 2023-02-01, Essen
16
+ ; ;;
17
+ ; ;; $$ Last modified: 11:03:55 Tue Mar 28 2023 CEST
9
18
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10
19
11
20
(in-package :cl-user )
19
28
(ql :quickload " split-sequence" )
20
29
21
30
(in-package :cologne-phonetics )
31
+
32
+ ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
33
+ ; ;; EOF package.lisp
You can’t perform that action at this time.
0 commit comments