Davis King
|
06501db2e8
|
simplified examples
|
2012-11-17 12:07:04 -05:00 |
|
Davis King
|
e56b4c533e
|
Just renamed some files and turned the sockstreambuf into a single
implementation component. So no real functional code changes in this commit.
--HG--
rename : dlib/sockstreambuf/sockstreambuf_kernel_2.cpp => dlib/sockstreambuf/sockstreambuf.cpp
rename : dlib/sockstreambuf/sockstreambuf_kernel_2.h => dlib/sockstreambuf/sockstreambuf.h
rename : dlib/sockstreambuf/sockstreambuf_kernel_abstract.h => dlib/sockstreambuf/sockstreambuf_abstract.h
rename : dlib/sockstreambuf/sockstreambuf_kernel_1.cpp => dlib/sockstreambuf/sockstreambuf_unbuffered.cpp
rename : dlib/sockstreambuf/sockstreambuf_kernel_1.h => dlib/sockstreambuf/sockstreambuf_unbuffered.h
|
2012-11-17 12:02:16 -05:00 |
|
Davis King
|
93c3e95a94
|
minor cleanup
|
2012-11-17 12:01:15 -05:00 |
|
Davis King
|
b85dde8f70
|
updated docs
|
2012-11-15 19:08:48 -05:00 |
|
Davis King
|
19cd8c2f60
|
Added parse_trees_to_string() and parse_trees_to_string_tagged(). Also made
the output slightly nicer looking.
|
2012-11-15 19:05:37 -05:00 |
|
Davis King
|
0ae9ee473a
|
Created release v17.49
|
2012-11-15 18:26:38 -05:00 |
|
Davis King
|
829e1a9412
|
Added tag v17.49 for changeset 4312a45be8b4
|
2012-11-15 18:26:37 -05:00 |
|
Davis King
|
0f300f703b
|
fixed grammar
|
2012-11-15 18:24:21 -05:00 |
|
Davis King
|
02d4d2a23c
|
fixed grammar
|
2012-11-12 23:09:29 -05:00 |
|
Davis King
|
e23a612c24
|
updated release notes
|
2012-11-12 22:53:35 -05:00 |
|
Davis King
|
74d799fa69
|
updated release notes
|
2012-11-12 20:37:38 -05:00 |
|
Davis King
|
64539e6530
|
fixed grammar
|
2012-11-12 20:09:03 -05:00 |
|
Davis King
|
0ee2743851
|
clarified the BSP spec
|
2012-11-12 19:52:55 -05:00 |
|
Davis King
|
c495350d53
|
added comments to this example program
|
2012-11-12 19:26:28 -05:00 |
|
Davis King
|
3be303177f
|
A minor change to avoid a compiler warning in gcc 4.1
|
2011-08-08 18:28:46 -04:00 |
|
Davis King
|
236e90e3f0
|
Fixed compiler error with the cmd_line_parser and global swap() introduced
in the last change.
|
2012-11-12 16:52:37 -05:00 |
|
Davis King
|
e9e0b65d6f
|
simplified example program
|
2012-11-12 16:07:13 -05:00 |
|
Davis King
|
e1ce4b6ea3
|
updated docs
|
2012-11-12 16:06:08 -05:00 |
|
Davis King
|
7f9fbba5ed
|
Turned the cmd_line_parser into a single implementation component (from the
user perspective anyway).
|
2012-11-12 15:58:24 -05:00 |
|
Davis King
|
f7165919bf
|
Simplified example programs
|
2012-11-12 15:25:35 -05:00 |
|
Davis King
|
44be25e156
|
Added the command_line_parser and wcommand_line_parser typedefs.
|
2012-11-12 15:25:02 -05:00 |
|
Davis King
|
8e5e1e89a5
|
updated docs
|
2012-11-12 13:36:09 -05:00 |
|
Davis King
|
c4dcd48e0a
|
Added unit tests for find_max_parse_cky().
|
2012-11-12 12:59:04 -05:00 |
|
Davis King
|
2337fae8ca
|
updated docs
|
2012-11-12 12:39:03 -05:00 |
|
Davis King
|
39ca46caa1
|
Simplified find_max_parse_cky() by making it only output a single tree.
Also added find_trees_not_rooted_with_tag().
|
2012-11-12 12:33:08 -05:00 |
|
Davis King
|
f1a08876da
|
Added missing #include
|
2012-11-12 11:25:03 -05:00 |
|
Davis King
|
07b5b2e37b
|
filled out spec
|
2012-11-12 11:23:39 -05:00 |
|
Davis King
|
1493769dee
|
removed cruft
|
2012-11-12 09:46:20 -05:00 |
|
Davis King
|
90970e31e9
|
updated front page
|
2012-11-12 09:45:40 -05:00 |
|
Davis King
|
2e4e37dc80
|
made code a little clearer
|
2012-11-11 23:03:13 -05:00 |
|
Davis King
|
249b0dd116
|
Added serialization support to constituent and parse_tree_element.
|
2012-11-11 22:10:16 -05:00 |
|
Davis King
|
47d118c1a7
|
updated spec
|
2012-11-11 21:37:56 -05:00 |
|
Davis King
|
0aedc0d2f2
|
updated docs
|
2012-11-11 21:34:45 -05:00 |
|
Davis King
|
8662d1c1ac
|
added missing #include
|
2012-11-11 21:28:04 -05:00 |
|
Davis King
|
f02e5477cc
|
Added find_max_parse_cky() and its supporting tools.
|
2012-11-11 21:10:16 -05:00 |
|
Davis King
|
626cfb90c0
|
updated docs
|
2012-11-08 22:33:04 -05:00 |
|
Davis King
|
0bd9ec0730
|
Made the default distances of sample_pair and ordered_sample_pair objects
1 instead of infinity.
|
2012-11-08 22:32:14 -05:00 |
|
Davis King
|
0b15dae357
|
Fixed clang compiler error
|
2012-11-08 21:57:11 -05:00 |
|
Davis King
|
eb4b5db7bf
|
Fixed clang warnings
|
2012-11-08 21:56:47 -05:00 |
|
Davis King
|
b9f8258f1d
|
updated release notes
|
2012-11-08 21:29:08 -05:00 |
|
Davis King
|
46cbfba856
|
Added a reference to a useful book
|
2012-11-08 20:46:35 -05:00 |
|
Davis King
|
b2547b62c1
|
Added references to the book Structured Prediction and Learning in Computer Vision
|
2012-11-08 20:44:50 -05:00 |
|
Davis King
|
6ccf3ac6e5
|
updated docs
|
2012-11-08 20:09:27 -05:00 |
|
Davis King
|
270d1140de
|
updated docs
|
2012-11-07 23:17:41 -05:00 |
|
Davis King
|
0aaa6dd88c
|
made the change log page not use pre tags anymore for the comment display.
|
2012-11-07 23:15:18 -05:00 |
|
Davis King
|
b0b281cb2a
|
updated docs
|
2012-11-07 22:36:01 -05:00 |
|
Davis King
|
f827c493a1
|
clarified spec
|
2012-11-07 22:22:10 -05:00 |
|
Davis King
|
dd97e3b4cc
|
updated docs
|
2012-11-07 22:08:23 -05:00 |
|
Davis King
|
a03bf28054
|
Fixed typo in spec
|
2012-11-07 21:49:10 -05:00 |
|
Davis King
|
7b7209b7ed
|
updated docs
|
2012-11-07 21:48:40 -05:00 |
|