| View previous topic :: View next topic |
| Author |
Message |
Evgeniy Site Admin
Joined: 19 Dec 2004 Posts: 495
|
Posted: Tue Sep 19, 2006 7:29 pm Post subject: makedict 0.3beta1 is out |
|
|
Now makedict source code was moved to svn(
svn checkout https://svn.sourceforge.net/svnroot/xdxf makedict
)
Changes:
0.3beta1
- dsl parser fixes and updates
- stardict parser
- sdict: --parser-option "remove-duplication=yes" to fix broken rus_bse
dictionary
- introduce new scheme of parser<->generator cooperation to speedup makedict
also I fix error reporting, sometimes makedict tell about success,
xml validator also report about success, but acctually dictionary conversation failed.
2sergeysn:
I implemented <nu /> instead of <nu_sub> idea, because of it is more simple, but I hope someday implement your idea.
I am going to create release of makedict somedays, can you try makedict against our collection of dictionaries to find several bugs before release? |
|
| Back to top |
|
 |
sergeysn Site Admin

Joined: 23 Nov 2004 Posts: 940
|
Posted: Wed Sep 20, 2006 12:33 pm Post subject: Re: makedict 0.3beta1 is out |
|
|
| Evgeniy wrote: | 2sergeysn:
I implemented <nu /> instead of <nu_sub> idea, because of it is more simple, but I hope someday implement your idea.
I am going to create release of makedict somedays, can you try makedict against our collection of dictionaries to find several bugs before release? | I have some new ideas about <nu />
I posted them here:
http://xdxf.revdanica.com/forum/viewtopic.php?t=218&start=15
Let's discuss them there before I test makedict. |
|
| Back to top |
|
 |
Evgeniy Site Admin
Joined: 19 Dec 2004 Posts: 495
|
Posted: Wed Sep 20, 2006 12:48 pm Post subject: Re: makedict 0.3beta1 is out |
|
|
| sergeysn wrote: | | Evgeniy wrote: | 2sergeysn:
I implemented <nu /> instead of <nu_sub> idea, because of it is more simple, but I hope someday implement your idea.
I am going to create release of makedict somedays, can you try makedict against our collection of dictionaries to find several bugs before release? | I have some new ideas about <nu />
I posted them here:
http://xdxf.revdanica.com/forum/viewtopic.php?t=218&start=15
Let's discuss them there before I test makedict. |
Yes, I read it, as I mentioned above your idea is good, but
a)it required more code
b)at now only not public domain dictoinaries required "nu"
so I implement "<nu />", what is your question? |
|
| Back to top |
|
 |
sergeysn Site Admin

Joined: 23 Nov 2004 Posts: 940
|
|
| Back to top |
|
 |
nonnus Activist
Joined: 23 Feb 2006 Posts: 83
|
Posted: Fri Sep 22, 2006 8:43 pm Post subject: Re: makedict 0.3beta1 is out |
|
|
Congratulation!  |
|
| Back to top |
|
 |
rion2 Newbie
Joined: 04 Oct 2008 Posts: 2
|
Posted: Sat Oct 04, 2008 2:44 pm Post subject: |
|
|
| Code: | --- src/parser.hpp 2008-10-04 15:58:41.000000000 +0600
+++ src/parser.hpp.new 2008-10-04 15:58:04.000000000 +0600
@@ -25,6 +25,7 @@
# include "config.h"
#endif
+#include <memory>
#include <string>
#include <map>
#include <vector>
--- src/langs_2to3.hpp 2008-10-04 16:00:23.000000000 +0600
+++ src/langs_2to3.hpp.new 2008-10-04 16:00:14.000000000 +0600
@@ -1,6 +1,7 @@
#ifndef _LANGS_2TO3_HPP_
#define _LANGS_2TO3_HPP_
+#include <string>
const int langs_2to3_count=185;
extern std::pair<std::string, std::string> langs_2to3[langs_2to3_count];
|
без этого патча у меня не собирается.
gcc-4.3.1 glibc-2.8
PS можете грохнут ь аккаунт rion с этого форума. я не дождался письма на активацию |
|
| Back to top |
|
 |
sergeysn Site Admin

Joined: 23 Nov 2004 Posts: 940
|
Posted: Sat Oct 04, 2008 9:43 pm Post subject: Makedict patch |
|
|
| Thanks for the patch! |
|
| Back to top |
|
 |
rion2 Newbie
Joined: 04 Oct 2008 Posts: 2
|
Posted: Sun Oct 05, 2008 7:04 am Post subject: |
|
|
| oh yes, forgot to notice. i tried to compile 0.3.1-beta1 |
|
| Back to top |
|
 |
|