File tree 35 files changed +18
-178
lines changed
35 files changed +18
-178
lines changed Original file line number Diff line number Diff line change 4
4
* File: blobs.cpp (Formerly blobs.c)
5
5
* Description: Blob definition
6
6
* Author: Mark Seaman, OCR Technology
7
- * Created: Fri Oct 27 15:39:52 1989
8
- * Modified: Thu Mar 28 15:33:26 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Experimental (Do Not Distribute)
12
7
*
13
8
* (c) Copyright 1989, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1
1
/* -*-C-*-
2
2
********************************************************************************
3
3
*
4
- * File: blobs.h (Formerly blobs.h)
5
- * Description: Blob definition
6
- * Author: Mark Seaman, OCR Technology
7
- * Created: Fri Oct 27 15:39:52 1989
8
- * Modified: Thu Mar 28 15:33:38 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Experimental (Do Not Distribute)
4
+ * File: blobs.h
5
+ * Description: Blob definition
6
+ * Author: Mark Seaman, OCR Technology
12
7
*
13
8
* (c) Copyright 1989, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 4
4
* File: matrix.cpp (Formerly matrix.c)
5
5
* Description: Ratings matrix code. (Used by associator)
6
6
* Author: Mark Seaman, OCR Technology
7
- * Created: Wed May 16 13:18:47 1990
8
- * Modified: Wed Mar 20 09:44:47 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Experimental (Do Not Distribute)
12
7
*
13
8
* (c) Copyright 1990, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 2
2
********************************************************************************
3
3
*
4
4
* File: seam.cpp (Formerly seam.c)
5
- * Description:
6
5
* Author: Mark Seaman, OCR Technology
7
- * Created: Fri Oct 16 14:37:00 1987
8
- * Modified: Fri May 17 16:30:13 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Reusable Software Component
12
6
*
13
7
* (c) Copyright 1987, Hewlett-Packard Company.
14
8
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1
1
/* -*-C-*-
2
2
********************************************************************************
3
3
*
4
- * File: seam.h (Formerly seam.h)
5
- * Description:
6
- * Author: Mark Seaman, SW Productivity
7
- * Created: Fri Oct 16 14:37:00 1987
8
- * Modified: Thu May 16 17:05:52 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Reusable Software Component
4
+ * File: seam.h
5
+ * Author: Mark Seaman, SW Productivity
12
6
*
13
7
* (c) Copyright 1987, Hewlett-Packard Company.
14
8
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 2
2
********************************************************************************
3
3
*
4
4
* File: split.cpp (Formerly split.c)
5
- * Description:
6
5
* Author: Mark Seaman, OCR Technology
7
- * Created: Fri Oct 16 14:37:00 1987
8
- * Modified: Fri May 17 16:27:49 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Reusable Software Component
12
6
*
13
7
* (c) Copyright 1987, Hewlett-Packard Company.
14
8
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 4
4
* File: vecfuncs.cpp (Formerly vecfuncs.c)
5
5
* Description: Blob definition
6
6
* Author: Mark Seaman, OCR Technology
7
- * Created: Fri Oct 27 15:39:52 1989
8
- * Modified: Tue Jul 9 17:44:12 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Experimental (Do Not Distribute)
12
7
*
13
8
* (c) Copyright 1989, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1
1
/* -*-C-*-
2
2
********************************************************************************
3
3
*
4
- * File: vecfuncs.h (Formerly vecfuncs.h)
5
- * Description: Vector calculations
6
- * Author: Mark Seaman, OCR Technology
7
- * Created: Wed Dec 20 09:37:18 1989
8
- * Modified: Tue Jul 9 17:44:37 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Experimental (Do Not Distribute)
4
+ * File: vecfuncs.h
5
+ * Description: Vector calculations
6
+ * Author: Mark Seaman, OCR Technology
12
7
*
13
8
* (c) Copyright 1989, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 2
2
// File: genericvector.h
3
3
// Description: Generic vector class
4
4
// Author: Daria Antonova
5
- // Created: Mon Jun 23 11:26:43 PDT 2008
6
5
//
7
6
// (C) Copyright 2007, Google Inc.
8
7
// Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 4
4
* File: helpers.h
5
5
* Description: General utility functions
6
6
* Author: Daria Antonova
7
- * Created: Wed Apr 8 14:37:00 2009
8
- * Language: C++
9
- * Package: N/A
10
- * Status: Reusable Software Component
11
7
*
12
8
* (c) Copyright 2009, Google Inc.
13
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 4
4
* File: cutil.h
5
5
* Description: General utility functions
6
6
* Author: Mark Seaman, SW Productivity
7
- * Created: Fri Oct 16 14:37:00 1987
8
- * Modified: Wed Dec 5 15:40:26 1990 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Reusable Software Component
12
7
*
13
8
* (c) Copyright 1987, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 4
4
* File: structures.cpp (Formerly structures.c)
5
5
* Description: Allocate all the different types of structures.
6
6
* Author: Mark Seaman, OCR Technology
7
- * Created: Wed May 30 10:27:26 1990
8
- * Modified: Mon Jul 15 10:39:18 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Experimental (Do Not Distribute)
12
7
*
13
8
* (c) Copyright 1990, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 4
4
* File: dawg.cpp (Formerly dawg.c)
5
5
* Description: Use a Directed Acyclic Word Graph
6
6
* Author: Mark Seaman, OCR Technology
7
- * Created: Fri Oct 16 14:37:00 1987
8
- * Modified: Wed Jul 24 16:59:16 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Reusable Software Component
12
7
*
13
8
* (c) Copyright 1987, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 5
5
* Description: Definition of a class that represents Directed Acyclic Word
6
6
* Graph (DAWG), functions to build and manipulate the DAWG.
7
7
* Author: Mark Seaman, SW Productivity
8
- * Created: Fri Oct 16 14:37:00 1987
9
- * Modified: Wed Jun 19 16:50:24 1991 (Mark Seaman) marks@hpgrlt
10
- * Language: C
11
- * Package: N/A
12
- * Status: Reusable Software Component
13
8
*
14
9
* (c) Copyright 1987, Hewlett-Packard Company.
15
10
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 4
4
* File: permdawg.cpp (Formerly permdawg.c)
5
5
* Description: Scale word choices by a dictionary
6
6
* Author: Mark Seaman, OCR Technology
7
- * Created: Fri Oct 16 14:37:00 1987
8
- * Modified: Tue Jul 9 15:43:18 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Reusable Software Component
12
7
*
13
8
* (c) Copyright 1987, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 4
4
* File: trie.cpp (Formerly trie.c)
5
5
* Description: Functions to build a trie data structure.
6
6
* Author: Mark Seaman, OCR Technology
7
- * Created: Fri Oct 16 14:37:00 1987
8
- * Modified: Fri Jul 26 12:18:10 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Reusable Software Component
12
7
*
13
8
* (c) Copyright 1987, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1
1
/* -*-C-*-
2
2
********************************************************************************
3
3
*
4
- * File: trie.h (Formerly trie.h)
5
- * Description: Functions to build a trie data structure.
6
- * Author: Mark Seaman, SW Productivity
7
- * Created: Fri Oct 16 14:37:00 1987
8
- * Modified: Fri Jul 26 11:26:34 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Reusable Software Component
4
+ * File: trie.h
5
+ * Description: Functions to build a trie data structure.
6
+ * Author: Mark Seaman, SW Productivity
12
7
*
13
8
* (c) Copyright 1987, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 3
3
// Description: Beam search to decode from the re-encoded CJK as a sequence of
4
4
// smaller numbers in place of a single large code.
5
5
// Author: Ray Smith
6
- // Created: Fri Mar 13 09:39:01 PDT 2015
7
6
//
8
7
// (C) Copyright 2015, Google Inc.
9
8
// Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1
1
/* *****************************************************************************
2
2
*
3
- * File: blkocc.h (Formerly blockocc.h)
3
+ * File: blkocc.h (Formerly blockocc.h)
4
4
* Description: Block Occupancy routines
5
5
* Author: Chris Newton
6
- * Created: Fri Nov 8
7
- * Modified:
8
- * Language: C++
9
- * Package: N/A
10
- * Status: Experimental (Do Not Distribute)
11
6
*
12
7
* (c) Copyright 1991, Hewlett-Packard Company.
13
8
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 5
5
// that were found in the dictionary followed by the words
6
6
// that are ambiguous to them.
7
7
// Author: Rika Antonova
8
- // Created: Fri Oct 21 11:26:43 PDT 2011
9
8
//
10
9
// (C) Copyright 2011, Google Inc.
11
10
// Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 2
2
// File: wordlist2dawg.cpp
3
3
// Description: Program to generate a DAWG from a word list file
4
4
// Author: Thomas Kielbus
5
- // Created: Thu May 10 18:11:42 PDT 2007
6
5
//
7
6
// (C) Copyright 2006, Google Inc.
8
7
// Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 2
2
******************************************************************************
3
3
*
4
4
* File: chop.cpp (Formerly chop.c)
5
- * Description:
6
- * Author: Mark Seaman, OCR Technology
7
- * Created: Fri Oct 16 14:37:00 1987
8
- * Modified: Tue Jul 30 16:41:11 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Reusable Software Component
5
+ * Author: Mark Seaman, OCR Technology
12
6
*
13
7
* (c) Copyright 1987, Hewlett-Packard Company.
14
8
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1
1
/* -*-C-*-
2
2
********************************************************************************
3
3
*
4
- * File: chop.h (Formerly chop.h)
5
- * Description:
6
- * Author: Mark Seaman, SW Productivity
7
- * Created: Fri Oct 16 14:37:00 1987
8
- * Modified: Wed Jul 10 14:47:37 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Reusable Software Component
4
+ * File: chop.h
5
+ * Author: Mark Seaman, SW Productivity
12
6
*
13
7
* (c) Copyright 1987, Hewlett-Packard Company.
14
8
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 2
2
********************************************************************************
3
3
*
4
4
* File: findseam.cpp (Formerly findseam.c)
5
- * Description:
6
5
* Author: Mark Seaman, OCR Technology
7
- * Created: Fri Oct 16 14:37:00 1987
8
- * Modified: Tue Jul 30 15:44:59 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Reusable Software Component
12
6
*
13
7
* (c) Copyright 1987, Hewlett-Packard Company.
14
8
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1
1
/* -*-C-*-
2
2
********************************************************************************
3
3
*
4
- * File: findseam.h (Formerly findseam.h)
4
+ * File: findseam.h
5
5
* Description:
6
6
* Author: Mark Seaman, SW Productivity
7
- * Created: Fri Oct 16 14:37:00 1987
8
- * Modified: Thu May 16 17:05:17 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Reusable Software Component
12
7
*
13
8
* (c) Copyright 1987, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 4
4
* File: gradechop.cpp (Formerly gradechop.c)
5
5
* Description:
6
6
* Author: Mark Seaman, OCR Technology
7
- * Created: Fri Oct 16 14:37:00 1987
8
- * Modified: Tue Jul 30 16:06:27 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Reusable Software Component
12
7
*
13
8
* (c) Copyright 1987, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1
1
/* -*-C-*-
2
2
********************************************************************************
3
3
*
4
- * File: measure.h (Formerly measure.h)
4
+ * File: measure.h
5
5
* Description: Statistics for a group of single measurements
6
6
* Author: Mark Seaman, SW Productivity
7
- * Created: Fri Oct 16 14:37:00 1987
8
- * Modified: Mon Apr 8 09:42:28 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Reusable Software Component
12
7
*
13
8
* (c) Copyright 1987, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 4
4
* File: outlines.cpp (Formerly outlines.c)
5
5
* Description: Combinatorial Splitter
6
6
* Author: Mark Seaman, OCR Technology
7
- * Created: Thu Jul 27 08:59:01 1989
8
- * Modified: Wed Jul 10 14:56:49 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Experimental (Do Not Distribute)
12
7
*
13
8
* (c) Copyright 1989, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 4
4
* File: outlines.h
5
5
* Description: Combinatorial Splitter
6
6
* Author: Mark Seaman, OCR Technology
7
- * Created: Thu Jul 27 11:27:55 1989
8
- * Modified: Wed May 15 17:28:47 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Experimental (Do Not Distribute)
12
7
*
13
8
* (c) Copyright 1989, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 4
4
* File: pieces.cpp (Formerly pieces.c)
5
5
* Description:
6
6
* Author: Mark Seaman, OCR Technology
7
- * Created: Fri Oct 16 14:37:00 1987
8
- * Modified: Mon May 20 12:12:35 1991 (Mark Seaman) marks@hpgrlt
9
- * Language: C
10
- * Package: N/A
11
- * Status: Reusable Software Component
12
7
*
13
8
* (c) Copyright 1987, Hewlett-Packard Company.
14
9
** Licensed under the Apache License, Version 2.0 (the "License");
You can’t perform that action at this time.
0 commit comments