Krasimir Angelov
|
9f2cbe70fe
|
fix the printer for the debug output after the last change
|
2022-10-03 11:47:36 +02:00 |
|
Krasimir Angelov
|
855fa7ebf3
|
use TextSpots for correct extraction of unknown words
|
2022-09-30 11:58:09 +02:00 |
|
Krasimir Angelov
|
6b63c2f779
|
faster expression extraction
|
2022-09-30 11:34:04 +02:00 |
|
Krasimir Angelov
|
106d963d39
|
fix the printing of ExprItem
|
2022-09-30 10:45:14 +02:00 |
|
Krasimir Angelov
|
74f4317b98
|
detect chunks with more than one words
|
2022-09-29 18:49:31 +02:00 |
|
Krasimir Angelov
|
cd280272f3
|
bottom up prediction and maximal chunks
|
2022-09-23 11:33:16 +02:00 |
|
Krasimir Angelov
|
f8cfed15b4
|
add PGF_INTERNAL_DECL
|
2022-09-21 11:26:19 +02:00 |
|
Krasimir Angelov
|
e600d5e623
|
PGF_INTERNAL_DECL -> PGF_INTERNAL
|
2022-09-21 11:24:30 +02:00 |
|
Krasimir Angelov
|
3e0cc91a02
|
first rudimentary version of a parser
|
2022-09-16 12:34:46 +02:00 |
|
Krasimir Angelov
|
743c473526
|
linearization for chunks
|
2022-08-19 16:37:56 +02:00 |
|
Krasimir Angelov
|
ada8ff8faa
|
bugfix which makes lookupCohorts fast again
|
2022-07-30 18:22:58 +02:00 |
|
Krasimir Angelov
|
9ded2096fd
|
readExpr/readType/readContext can now identify local variables
|
2022-07-14 15:10:28 +02:00 |
|
Krasimir Angelov
|
4d0f33e3c3
|
make it possible to replace the probabilities while reading a new .pgf
|
2022-07-14 11:04:45 +02:00 |
|
Krasimir Angelov
|
f1cad40394
|
lookupMorpho/lookupCohorts now report only lexical items
|
2022-07-12 14:02:08 +02:00 |
|
Krasimir Angelov
|
5b8212020f
|
finished the implementation of lookupCohorts
|
2022-07-12 12:46:50 +02:00 |
|
Krasimir Angelov
|
e546c2a0ce
|
added a simple implementation for priority queues.
|
2022-07-08 16:19:11 +02:00 |
|
Krasimir Angelov
|
acc6f85041
|
fix to show all prefixes in lookupCohorts
|
2022-07-07 19:29:26 +02:00 |
|
Krasimir Angelov
|
a66693770c
|
started with lookupCohorts
|
2022-07-07 14:03:07 +02:00 |
|
Krasimir Angelov
|
c783da51a4
|
bugfix in lookupMorpho
|
2022-07-06 19:25:37 +02:00 |
|
Krasimir Angelov
|
c3c1cf2a64
|
on POSIX systems use mprotect to protect the data from accidental changes
|
2022-07-05 15:59:06 +02:00 |
|
Krasimir Angelov
|
73d4e326f7
|
consolidation of free blocks
|
2022-07-05 13:21:53 +02:00 |
|
Krasimir Angelov
|
96304a52d1
|
added checks to control compilation with emscripten
|
2022-07-04 14:26:04 +02:00 |
|
Krasimir Angelov
|
feb9b3373f
|
fix the type cast, to avoid warnings on some platforms
|
2022-07-04 14:25:17 +02:00 |
|
Krasimir Angelov
|
1862ba5cec
|
Define custom isdigit version. The expression parser now uses the custom isspace and isdigit
|
2022-07-04 14:24:06 +02:00 |
|
Krasimir Angelov
|
69a2b8a448
|
second attempt to fix the compilation
|
2022-06-29 21:48:48 +02:00 |
|
Krasimir Angelov
|
46a9a8f07d
|
fix the compilation on Windows and macOS
|
2022-06-29 21:40:51 +02:00 |
|
Krasimir Angelov
|
88477a8834
|
added mutex for single writer exclusion
|
2022-06-29 16:28:01 +02:00 |
|
Krasimir Angelov
|
edb9ff33c5
|
another fix for linearizeAll and undefined lins
|
2022-06-28 18:21:58 +02:00 |
|
Krasimir Angelov
|
635dc380a3
|
handle linref when the argument is an unknown function
|
2022-06-24 06:31:28 +02:00 |
|
Krasimir Angelov
|
663cca2d06
|
fix the resolution of linrefs
|
2022-06-23 14:52:47 +02:00 |
|
Krasimir Angelov
|
ad8a32ce86
|
safe parsing of "" and ''
|
2022-06-16 11:22:15 +02:00 |
|
Krasimir Angelov
|
18f70b786f
|
first draft for lookupMorpho
|
2022-05-30 21:16:34 +02:00 |
|
Krasimir Angelov
|
92fbe08f51
|
small correction
|
2022-05-29 08:07:35 +02:00 |
|
Krasimir Angelov
|
109f8c86e8
|
more bugfixes in the allocator
|
2022-05-28 07:43:56 +02:00 |
|
Krasimir Angelov
|
02e45f478f
|
avoid std::min since it is not available on macOS
|
2022-05-25 08:13:03 +02:00 |
|
Krasimir Angelov
|
363abce351
|
small fixes
|
2022-05-24 14:07:17 +02:00 |
|
Krasimir Angelov
|
eb06ff77bf
|
pgf_clone_concrete must release the old concrete
|
2022-05-23 20:09:46 +02:00 |
|
Krasimir Angelov
|
fc09bc776b
|
transactions should always start with the last revision and release it when done
|
2022-05-23 19:50:41 +02:00 |
|
Krasimir Angelov
|
d66cf23811
|
Revisions now correspond to revision_entry:s in the database.
|
2022-05-23 13:59:03 +02:00 |
|
Krasimir Angelov
|
a3d73fa658
|
register_revision must refresh the transaction to the latest
|
2022-05-23 11:33:47 +02:00 |
|
Krasimir Angelov
|
165de70172
|
debug messages for revision handling
|
2022-05-23 11:05:59 +02:00 |
|
Krasimir Angelov
|
31e20ffd84
|
more debug messages
|
2022-05-23 10:31:29 +02:00 |
|
Krasimir Angelov
|
e794f46e49
|
merge set_active_revision() with commit()
|
2022-05-23 09:58:43 +02:00 |
|
Krasimir Angelov
|
8a7d8ce246
|
at the end of the transaction the old revision is already released.
|
2022-05-23 09:52:25 +02:00 |
|
Krasimir Angelov
|
35176cc721
|
descriptors released in the last transaction are now reused in the next
|
2022-05-23 09:50:58 +02:00 |
|
Krasimir Angelov
|
9cd5634873
|
better debugging output in the allocator
|
2022-05-20 20:21:22 +02:00 |
|
Krasimir Angelov
|
3c1a3fb899
|
bugfix
|
2022-05-20 19:49:27 +02:00 |
|
Krasimir Angelov
|
483285e193
|
bug fixes in the allocator
|
2022-05-20 17:49:45 +02:00 |
|
Krasimir Angelov
|
f82b0088ed
|
fix for Windows
|
2022-05-20 16:20:45 +02:00 |
|
Krasimir Angelov
|
37e1707f18
|
hopefully last attempt
|
2022-05-20 16:15:45 +02:00 |
|