source: gs2-extensions/ngramj/src/wiki/wiki2xml/php/default.php@ 25141

Last change on this file since 25141 was 25141, checked in by papitha, 12 years ago

NGRAMJ PERL MODULE ADDED /MAORI LANGUAGE GUESSING WORKING WELL!!

File size: 609 bytes
Line 
1<?php
2
3$xmlg["namespace_template"] = "Template" ;
4$xmlg["site_base_url"] = "en.wikipedia.org/w" ;
5$xmlg["book_title"] = "No title" ;
6$xmlg['sourcedir'] = "." ;
7$xmlg["temp_dir"] = "/tmp" ;
8$xmlg['is_windows'] = false ;
9$xmlg['allow_get'] = false ;
10$xmlg["use_toolserver_url"] = false ;
11$xmlg["odt_footnote"] = 'footnote' ;
12$xmlg["allow_xml_temp_files"] = true ;
13$xmlg["use_xml_temp_files"] = false ;
14$xmlg["xhtml_source"] = false ;
15$xmlg['xhtml_justify'] = false ;
16$xmlg['xhtml_logical_markup'] = false ;
17$xmlg['text_hide_images'] = false ;
18$xmlg['text_hide_tables'] = false ;
19
20@include ( "local.php" ) ;
21
22?>
Note: See TracBrowser for help on using the repository browser.