Quote:
	
	
		
			
				
					Originally Posted by  m4mmon
					 
				 
				Hi InMyPocket, 
I read the other thread, great work and good news for us pb users. 
Do you think it is possible to update the links? I'm interested in trying to convert stuff myself. 
Thank you 
			
		 | 
	
	
 Hi,
Yes of course ! 

 The tool is 
here with severals Wiktionaries and other tools.
Seek for dbnary2xdxf.py 
Start the program, it will display few guidance. The script will convert a Wiktionary in dbnary rdf format to XDXF. 
	Quote:
	
	
		| 
			
				dbnary2xdxf dbnary_ontolex_file from_lang to_lang1 [to_lang2...] > output_file.xdxf
			
		 | 
	
	
 Then use the PB converter as usual 
	Quote:
	
	
		| 
			
				converter ouput_file.xdxf lang_code
			
		 | 
	
	
 Rem: I'm not a python professionnal. I just spend few hours to learn some basics, enough to write this tool, so be indulgent with the coding.