|
1 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/handlers/base/CreateSubCorpus.java
|
|
2 |
72 System.out.println(TXMUIMessages.CreateSubCorpus_1+HandlerUtil.getActiveWorkbenchWindow(event).getActivePage().getActiveEditor());
|
|
3 |
78 System.out.println(TXMUIMessages.CreateSubCorpus_3+firstElement);
|
|
4 |
150 System.out.println(TXMUIMessages.LastCQPError+CQPSearchEngine.getCqiClient().getLastCQPError());
|
|
5 |
152 System.out.println(TXMUIMessages.CreateSubCorpus_2+e1);
|
|
6 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/handlers/base/ExportCorpus.java
|
|
7 |
84 boolean ret = MessageDialog.openConfirm(shell, "Export - "+corpus.getName()+" annotations not saved", "Do you wish to export without the current annotations?\n\n(to include the current annotations in the exported corpus, you need to save them before calling the \"Export\" command)");
|
|
8 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/handlers/base/ComputeIntersection.java
|
|
9 |
45 System.out.println("Error: selection size != 2 : "+subcorpora.size());
|
|
10 |
52 System.out.println("Error: selected subcorpus have different main corpus: "+set);
|
|
11 |
/home/mdecorde/workspace047/org.txm.index.rcp/src/org/txm/index/rcp/editors/PartitionIndexEditor.java
|
|
12 |
600 lFminInfo.setText(TXMCoreMessages.FMIN_2 + index.getFmin());
|
|
13 |
601 lFmaxInfo.setText(TXMCoreMessages.FMAX_2 + index.getFmax());
|
|
14 |
/home/mdecorde/workspace047/org.txm.index.rcp/src/org/txm/index/rcp/editors/IndexEditor.java
|
|
15 |
510 lFminInfo.setText(TXMCoreMessages.FMIN_2 + index.getFmin());
|
|
16 |
511 lFmaxInfo.setText(TXMCoreMessages.FMAX_2 + index.getFmax());
|
|
17 |
/home/mdecorde/workspace047/org.txm.ca.core/src/org/txm/ca/core/functions/CA.java
|
|
18 |
201 Log.severe("Columns filter malformed follow this pattern " + pattern + ".");
|
|
19 |
208 Log.severe("Rows filter malformed follow this pattern " + pattern + ".");
|
|
20 |
725 return TXMCoreMessages.common_fMin + " = " + this.getLexicalTable().getFMin();
|
|
21 |
/home/mdecorde/workspace047/org.txm.ca.core/src/org/txm/ca/core/chartsengine/jfreechart/themes/highcharts/chartcreators/JFCCAChartCreator.java
|
|
22 |
56 Log.severe("Can't create CA factorial map scatter plot" + e);
|
|
23 |
276 ((JFreeChart) chart).getXYPlot().getDomainAxis().setLabel(CACoreMessages.charts_factorialMap_axisLabelPrefix + " " + dimension1 + " (" + f.format(100 * ca.getValeursPropres()[dimension1 - 1] / sinuglarValuesSum) + "%)");
|
|
24 |
277 ((JFreeChart) chart).getXYPlot().getRangeAxis().setLabel(CACoreMessages.charts_factorialMap_axisLabelPrefix + " " + dimension2 + " (" + f.format(100 * ca.getValeursPropres()[dimension2 - 1] / sinuglarValuesSum) + "%)");
|
|
25 |
/home/mdecorde/workspace047/org.txm.ca.core/src/org/txm/ca/core/chartsengine/jfreechart/themes/highcharts/renderers/CASingularValuesItemSelectionRenderer.java
|
|
26 |
53 String hex = "#" + Integer.toHexString(color.getRGB()).substring(2);
|
|
27 |
62 return CustomHTMLToolTip.getDefaultHTMLBody(renderer, hex) + "<p>#" + catDataset.getColumnKey(column) + "</p>"
|
|
28 |
63 + "<p><span style=\"color: " + hex + ";\">" + catDataset.getRowKey(row) + ChartsEngineCoreMessages.charts_labelValueSeparator
|
|
29 |
64 + " </span><b>" + valuesNumberFormat.format(value) + "</b></p>"
|
|
30 |
65 + "<p><span style=\"color: " + hex + ";\">" + CACoreMessages.charts_singularValues_tooltipPercent + ChartsEngineCoreMessages.charts_labelValueSeparator
|
|
31 |
66 + " </span><b>" + percentValuesNumberFormat.format(singularValuesData.get(column).get(2)) + "</b></p>"
|
|
32 |
67 + "<p><span style=\"color: " + hex + ";\">" + CACoreMessages.charts_singularValues_tooltipSum + CACoreMessages.charts_singularValues_tooltipPercent
|
|
33 |
69 + " </span><b>" + percentValuesNumberFormat.format(singularValuesData.get(column).get(3)) + "</b></p>"
|
|
34 |
/home/mdecorde/workspace047/org.txm.ca.core/src/org/txm/ca/core/chartsengine/jfreechart/themes/highcharts/renderers/CAItemSelectionRenderer.java
|
|
35 |
102 String hex = "#" + Integer.toHexString(color.getRGB()).substring(2);
|
|
36 |
105 return CustomHTMLToolTip.getDefaultHTMLBody(renderer, hex) + "<p style=\"color: " + hex + "\"><b>" + caDataset.getLabel(series, item) + "</b></p><p>"
|
|
37 |
106 + CACoreMessages.charts_factorialMap_tooltipRowsLabel + ChartsEngineCoreMessages.charts_labelValueSeparator + " <b>" + caDataset.getFrequency(series, item).replace("-", "") + "</b></p>"
|
|
38 |
107 + "<p>" + CACoreMessages.charts_factorialMap_tooltipCoordinates + ChartsEngineCoreMessages.charts_labelValueSeparator + " <b>[" + format.format(caDataset.getX(series, item)) + ":" + format.format(caDataset.getY(series, item)) + "]</b></p></body><html>";
|
|
39 |
128 String hex = "#" + Integer.toHexString(color.getRGB()).substring(2);
|
|
40 |
133 return CustomHTMLToolTip.getDefaultHTMLBody(renderer, hex) + "<p style=\"color: " + hex + "\"><b>" + caDataset.getLabel(series, item) + "</b></p><p>"
|
|
41 |
134 + CACoreMessages.charts_factorialMap_tooltipColsLabel + ChartsEngineCoreMessages.charts_labelValueSeparator + " <b>" + caDataset.getFrequency(series, item).replace("-", "") + "</b></p>"
|
|
42 |
135 + "<p>" + CACoreMessages.charts_factorialMap_tooltipCoordinates + ChartsEngineCoreMessages.charts_labelValueSeparator + " <b>[" + format.format(caDataset.getX(series, item)) + ":" + format.format(caDataset.getY(series, item)) + "]</b></p></body><html>";
|
|
43 |
/home/mdecorde/workspace047/org.txm.referencer.rcp/src/org/txm/referencer/rcp/handlers/___ReferencerToConc.java
|
|
44 |
101 System.err.println("Error: "+e.getLocalizedMessage());
|
|
45 |
/home/mdecorde/workspace047/org.txm.chartsengine.rcp/src/org/txm/chartsengine/rcp/SWTChartsComponentsProvider.java
|
|
46 |
242 Log.warning("Starting SWT charts components provider: " + swtChartsComponentsProvider + ".");
|
|
47 |
273 Log.finest("Setting current SWT charts components provider to: " + SWTChartsComponentsProvider.getCurrent() + ".");
|
|
48 |
519 Log.info("SWTChartsComponentsProvider.openEditor(): opening editor with id " + editorPartId);
|
|
49 |
/home/mdecorde/workspace047/org.txm.chartsengine.rcp/src/org/txm/chartsengine/rcp/handlers/ExportChartEditorView.java
|
|
50 |
121 StatusLine.setMessage("Exporting view: " + file);
|
|
51 |
/home/mdecorde/workspace047/org.txm.chartsengine.rcp/src/org/txm/chartsengine/rcp/swt/ChartComposite.java
|
|
52 |
112 System.err.println("ChartComposite.setCurrentContextMenu(): setting menu to " + index + " / " + this.contextMenus.get(index));
|
|
53 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/Toolbox.java
|
|
54 |
124 Log.finest("Registering " + enginesManager.getEnginesDescription() + " engines manager: " + enginesManager + "...");
|
|
55 |
131 System.err.println("No engine found for " + enginesManager + ", installation failed.");
|
|
56 |
227 System.out.println("Error while pre-installing plugins: " + e.getLocalizedMessage());
|
|
57 |
259 Log.finest("Toolbox states: " + TXMCoreMessages.Toolbox_22 + state); //$NON-NLS-1$
|
|
58 |
367 Log.warning(TXMCoreMessages.ApplicationWorkbenchAdvisor_14 + e.getName() + " from " + e.getContributor().getName());
|
|
59 |
374 Log.severe(TXMCoreMessages.ApplicationWorkbenchAdvisor_6+ exception);
|
|
60 |
385 Log.severe("Exception while installing " + e.getName() + ".");
|
|
61 |
402 Log.warning(TXMCoreMessages.ApplicationWorkbenchAdvisor_14 + e.getName() + " from " + e.getContributor().getName());
|
|
62 |
409 Log.severe(TXMCoreMessages.ApplicationWorkbenchAdvisor_6+ exception);
|
|
63 |
420 Log.severe("Exception while installing " + e.getName() + ".");
|
|
64 |
432 Log.finest("Engines manager removed: " + enginesManager);
|
|
65 |
514 Log.finest("Starting engines of the " + enginesManagers.keySet().size() + " engines managers...");
|
|
66 |
520 Log.finest(enginesManager.getClass().getSimpleName() + ": starting " + enginesManager.getEngines().size() + " " + enginesManager.getEnginesDescription() + " engine(s)...");
|
|
67 |
523 Log.severe("Error while starting engines of the " + enginesManager.getEnginesDescription() + " engines manager.");
|
|
68 |
532 Log.finest("Stopping engines of the " + enginesManagers.keySet().size() + " engines managers...");
|
|
69 |
540 Log.finest(enginesManager.getClass().getSimpleName() + ": stopping " + enginesManager.getEngines().size() + " " + enginesManager.getEnginesDescription() + " engine(s)...");
|
|
70 |
560 Log.info("Current toolbox version: " + currentVersion + ".");
|
|
71 |
566 Log.info("Installed toolbox version: " + installedVersion + ".");
|
|
72 |
575 Log.info(TXMCoreMessages.Toolbox_10 + workspaceFile);
|
|
73 |
603 Log.info(TXMCoreMessages.Toolbox_12 + workspaceFile);
|
|
74 |
607 Log.severe(TXMCoreMessages.Toolbox_14 + workspaceFile);
|
|
75 |
615 Log.severe(TXMCoreMessages.Toolbox_workspace_init_failed + workspaceFile);
|
|
76 |
616 Log.severe(TXMCoreMessages.Toolbox_15 + Log.toString(e));
|
|
77 |
710 System.out.println("Error: Workspace cannot found install directory: "+installDirectory.getAbsolutePath());
|
|
78 |
716 System.err.println("Warning: Workspace cannot found redist directory: "+redistDirectory.getAbsolutePath());
|
|
79 |
732 Log.info("Registering engine: "+contributions[i].getName());
|
|
80 |
735 System.out.println("Fail to install "+extp.getName()+" files in "+workspace.getLocation());
|
|
81 |
766 Log.warning("Toolbox.notifyEngines "+r+" -> "+state);
|
|
82 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/StandaloneTest.java
|
|
83 |
22 System.out.println("ServiceLoader= "+loader);
|
|
84 |
25 System.out.println("FrameworkFactory= "+loader);
|
|
85 |
29 System.out.println("Framework="+framework);
|
|
86 |
34 System.out.println("BundleContext: "+bc);
|
|
87 |
37 System.out.println("Filter: "+filter);
|
|
88 |
40 System.out.println("ServiceTracker: "+serviceTaskTracker);
|
|
89 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/PostInstallationStep.java
|
|
90 |
17 System.out.println("Installing "+name+"...");
|
|
91 |
22 System.out.println("Pre-Installing "+name+"...");
|
|
92 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/objects/Text.java
|
|
93 |
302 return userName+" "+pTXMFile;
|
|
94 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/objects/Edition.java
|
|
95 |
207 Log.info("Page.getPageForWordId(): "+idx);
|
|
96 |
211 Log.info(p.name+": "+s+" >? "+idx);
|
|
97 |
214 Log.info("page found: "+lastpage);
|
|
98 |
334 System.out.println(s1+" - "+s2+" = "+Edition.isFirstGTthanSecond(s1, s2));
|
|
99 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/objects/BasePreferences.java
|
|
100 |
15 super(null, "TXMCORPUS-"+base.getName());
|
|
101 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/objects/CorpusBuild.java
|
|
102 |
452 System.out.println(TXMCoreMessages.Base_0+binarydir+TXMCoreMessages.Base_3);
|
|
103 |
453 System.out.println(TXMCoreMessages.Base_4+exportzip.getParentFile()+TXMCoreMessages.Base_5);
|
|
104 |
622 query += "|<"+s.trim()+">[]";
|
|
105 |
637 System.out.println("In uis/ui@command=concordance/context_sizes: context sizes number malformed: "+e);
|
|
106 |
648 Log.warning("Malformed sattribute tag at uis/command/selection: could not find s-attribute informations for @ref="+ref);
|
|
107 |
724 if (key.startsWith("#"+from+" ")) {
|
|
108 |
734 if(key.endsWith(" #"+to)) {
|
|
109 |
742 return links.get("#"+from+" #"+to );
|
|
110 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/objects/BaseOldParameters.java
|
|
111 |
65 String description = "<pre><br/>"+"- "+basename+"<br/>- "+AUTHOR+"<br/>- "+DATE+"</pre>";
|
|
112 |
494 System.out.println("Warning param.xml has no corpus defined: "+paramFile);
|
|
113 |
769 Log.warning("words_per_page value is not an Integer value: "+value);
|
|
114 |
861 System.out.println("Warning: can't parse date '"+root.getAttribute(DATE)+"' in file "+paramFile+": "+e);
|
|
115 |
881 System.out.println("Error: linkGrp/link/@target malformed: "+target);
|
|
116 |
887 links.put("#"+to+" #"+from, link);
|
|
117 |
921 System.out.println("Fail to save parameters in "+paramFile+". Reason: "+e);
|
|
118 |
939 return "BaseOldParameters [name=" + name + ", date=" + date + ", author="
|
|
119 |
940 + author + ", version=" + version + ", description="
|
|
120 |
941 + description + ",\n links=" + links + ", corpora=" + corpora
|
|
121 |
942 + ",\n root=" + root + ", corporaElement=" + corporaElement + ", keyValueParameters="+super.toString()+"]";
|
|
122 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/objects/Workspace.java
|
|
123 |
246 System.out.println(TXMCoreMessages.Project_28+HTMLs+", "+DATAs+", "+REGISTRY+TXMCoreMessages.Project_31+PARAMS); //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-1$
|
|
124 |
274 System.out.println(TXMCoreMessages.Project_11+PARAMS);
|
|
125 |
275 Log.severe(TXMCoreMessages.Project_11+PARAMS);
|
|
126 |
309 System.out.println(TXMCoreMessages.Project_17+corpusname);
|
|
127 |
310 System.out.println(TXMCoreMessages.Project_18+PARAMS);
|
|
128 |
321 System.out.println(TXMCoreMessages.Project_28+HTMLs+", "+DATAs+", "+REGISTRY+TXMCoreMessages.Project_31+PARAMS); //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-1$
|
|
129 |
373 Log.info("Toolbox.initialize(): " + projects.length + " project(s) found in workspace.");
|
|
130 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/objects/Page.java
|
|
131 |
67 this.htmlfile = new File(edition.getHtmlDir(), edition.getText().getName()+"_"+name+".html");
|
|
132 |
115 System.err.println(TXMCoreMessages.Page_3 + htmlfile);
|
|
133 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/objects/Project.java
|
|
134 |
179 super("/project/" + name + "/" + createUUID() + "_Project", workspace);
|
|
135 |
279 System.out.println("Error: could not rename project since one already existing with the same new name="+this.getName());
|
|
136 |
305 monitor = new LogMonitor("computing "+this);
|
|
137 |
308 Log.finest("RUNNING IMPORT MODULE WITH NAME = " + getImportModuleName());
|
|
138 |
387 Log.info("Project.loadResults(): loading " + resultNodePaths.size() + " result(s) from project " + this.getName() + "...");
|
|
139 |
405 Log.finest("\nProject.loadResults(): loading from result node qualifier " + parametersNodePath);
|
|
140 |
518 System.out.println(TXMCoreMessages.Base_6+target);
|
|
141 |
780 System.out.println(TXMCoreMessages.Base_0+binarydir+TXMCoreMessages.Base_3);
|
|
142 |
781 System.out.println(TXMCoreMessages.Base_4+exportzip.getParentFile()+TXMCoreMessages.Base_5);
|
|
143 |
829 str.append("\t"+a.from+"#"+a.to+"#"+a.struct+"#"+a.level);
|
|
144 |
916 rcpProject.delete(true, new LogMonitor("Cleaning "+this));
|
|
145 |
1160 return "/project/" + this.rcpProject.getName() + "/";
|
|
146 |
1195 ArrayList<String> resultNodePaths = TXMPreferences.getAllResultsNodePaths("/project/" + rcpProject.getName() + "/");
|
|
147 |
1197 Log.info("Toolbox.initialize(): loading project " + rcpProject.getName() + "...");
|
|
148 |
1198 Log.info("Toolbox.initialize(): " + resultNodePaths.size() + " node(s) found in project " + rcpProject.getName() + "...");
|
|
149 |
1209 Log.finest("Toolbox.initialize(): checking result type linked to node path " + parametersNodePath);
|
|
150 |
1218 Log.finest("Toolbox.initialize(): loading from result node path " + parametersNodePath);
|
|
151 |
1232 Log.info("Toolbox.initialize(): creating project " + rcpProject.getName() + ".");
|
|
152 |
1285 return this.userName+" "+this.rcpProject.getLocation();
|
|
153 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/objects/BaseParameters.java
|
|
154 |
65 String description = "<pre><br/>"+"- "+basename+"<br/>- "+AUTHOR+"<br/>- "+DATE+"</pre>";
|
|
155 |
494 System.out.println("Warning param.xml has no corpus defined: "+paramFile);
|
|
156 |
769 Log.warning("words_per_page value is not an Integer value: "+value);
|
|
157 |
861 System.out.println("Warning: can't parse date '"+root.getAttribute(DATE)+"' in file "+paramFile+": "+e);
|
|
158 |
881 System.out.println("Error: linkGrp/link/@target malformed: "+target);
|
|
159 |
887 links.put("#"+to+" #"+from, link);
|
|
160 |
921 System.out.println("Fail to save parameters in "+paramFile+". Reason: "+e);
|
|
161 |
939 return "BaseParameters [name=" + name + ", date=" + date + ", author="
|
|
162 |
940 + author + ", version=" + version + ", description="
|
|
163 |
941 + description + ",\n links=" + links + ", corpora=" + corpora
|
|
164 |
942 + ",\n root=" + root + ", corporaElement=" + corporaElement + ", keyValueParameters="+super.toString()+"]";
|
|
165 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/ApplyXsl2.java
|
|
166 |
147 Log.info("new tFactory: "+tFactory);
|
|
167 |
149 Log.info("ApplyXsl2 from file: "+xsltfile);
|
|
168 |
151 Log.info("new transformer: "+transformer);
|
|
169 |
293 System.out.println("copying inputfile to: "+inputfile_copy.getAbsolutePath());
|
|
170 |
316 System.out.println("Result "+xmlinfile.getName()+" VS "+ xmloutfile.getName()+" diff="+s);
|
|
171 |
318 System.out.println("Warning: no diff between "+inputfile_copy+" and "+ xmloutfile);
|
|
172 |
409 System.out.println("-- Applying "+xslFile+" XSL to "+files.length+" files with parameters: "+params+" on directory "+srcdir+" result written in "+outdir);
|
|
173 |
419 if (debug) System.out.println("skipped: "+f);
|
|
174 |
426 System.out.println("Failed to process file "+ f);
|
|
175 |
433 System.out.println("XSL file does not exists: "+ xslFile);
|
|
176 |
460 System.out.println("-- Applying "+xslFile+" XSL to "+files.length+" files with parameters: "+params);
|
|
177 |
476 System.out.println("src file "+f+", is not XML valid");
|
|
178 |
482 System.out.println("Failed with file "+ f);
|
|
179 |
488 System.out.println("XSL file does not exists: "+ xslFile);
|
|
180 |
561 System.out.println("process : "+srcdirectory+"/*");
|
|
181 |
562 System.out.println("with : "+xslfile);
|
|
182 |
568 System.out.println("Process : "+infile.getName()+ " >> ");
|
|
183 |
572 System.out.println("Done : "+(System.currentTimeMillis()-start)+"ms");
|
|
184 |
575 System.out.println("Total time : "+(System.currentTimeMillis()-bigstart)+"ms");
|
|
185 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/ValidateXml.java
|
|
186 |
60 System.out.println(TXMCoreMessages.ValidateXml_0 + infile + TXMCoreMessages.ValidateXml_1);
|
|
187 |
64 System.out.println(TXMCoreMessages.ValidateXml_0 + infile + TXMCoreMessages.ValidateXml_2);
|
|
188 |
68 System.out.println(TXMCoreMessages.ValidateXml_0 + infile + TXMCoreMessages.ValidateXml_3);
|
|
189 |
126 System.out.println(TXMCoreMessages.ValidateXml_0 + infile + TXMCoreMessages.ValidateXml_1);
|
|
190 |
130 System.out.println(TXMCoreMessages.ValidateXml_0 + infile + TXMCoreMessages.ValidateXml_2);
|
|
191 |
134 System.out.println(TXMCoreMessages.ValidateXml_0 + infile + TXMCoreMessages.ValidateXml_3);
|
|
192 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/ConvertDocument.java
|
|
193 |
84 throw new OfficeException("Could not find LibreOffice or OpenOffice 3.x installation. Reason="+e.getMessage());
|
|
194 |
90 throw new OfficeException("Could not run LibreOffice or OpenOffice because a 'soffice' process is already running (process id="+pid+"). Please kill the process and restart. Reason="+e.getMessage());
|
|
195 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/StaxIdentityParser.java
|
|
196 |
106 System.out.println("Error: create output of "+f+": "+e);
|
|
197 |
128 try {parser.close();} catch(Exception e){System.out.println("parser exep: "+e); return false;}
|
|
198 |
180 System.out.println("Unexpected error while parsing file "+inputurl+" : "+e);
|
|
199 |
181 System.out.println("Location line: "+parser.getLocation().getLineNumber()+" character: "+parser.getLocation().getColumnNumber());
|
|
200 |
249 System.out.println("Error while parsing file "+inputurl);
|
|
201 |
250 System.out.println("Location "+parser.getLocation());
|
|
202 |
260 return "Line: "+parser.getLocation().getLineNumber()+" Col: "+parser.getLocation(). getColumnNumber();
|
|
203 |
317 writer.writeAttribute(prefix+":"+name, value);
|
|
204 |
375 System.out.println("process xi include: "+ref);
|
|
205 |
403 System.out.println("success ? "+ValidateXml.test(output));
|
|
206 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/Convert5To6.java
|
|
207 |
63 if (!silent) System.out.println(TXMCoreMessages.Convert5To6_7+TXMs);
|
|
208 |
68 if (!silent) System.out.println(TXMCoreMessages.Convert5To6_8+HTMLs);
|
|
209 |
73 if (!silent) System.out.println(TXMCoreMessages.Convert5To6_9+DATAs);
|
|
210 |
78 if (!silent) System.out.println(TXMCoreMessages.Convert5To6_10+REGISTRY);
|
|
211 |
83 if (!silent) System.out.println(TXMCoreMessages.Convert5To6_11+HTMLmulti);
|
|
212 |
110 System.out.println(TXMCoreMessages.Convert5To6_15+OUTDIR);
|
|
213 |
141 System.out.println(TXMCoreMessages.Convert5To6_19+IMPORT);
|
|
214 |
184 System.out.println(TXMCoreMessages.Convert5To6_46+txmFile);
|
|
215 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/functions/CommandsAPI.java
|
|
216 |
41 Log.warning("The "+command.cmd+" command is already installed. Installing the new one: "+command);
|
|
217 |
88 System.out.println("No command found with name: "+cmd);
|
|
218 |
96 System.out.println("Computing "+command.cmd+"...");
|
|
219 |
104 System.out.println("Failed to compute result with "+cmd+" command: missing some mandatory parameters: "+command.mandatoryParameters);
|
|
220 |
107 System.out.println("Failed to compute result with "+cmd+" command and "+parameters+" parameters: "+e.getLocalizedMessage());
|
|
221 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/functions/Command.java
|
|
222 |
31 return cmd+" -> "+clazz.getSimpleName()+"("+mandatoryParameters+", "+optionalParameters+")";
|
|
223 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/sql/SQLConnection.java
|
|
224 |
31 Log.info("Base de données connectée ["+dbaddress+"]");
|
|
225 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/metadatas/Metadatas.java
|
|
226 |
122 System.out.println("Error: failed to load metadata from the file "+xmlfile);
|
|
227 |
184 System.out.println("Error: failed to load metadata from the file "+xmlfile);
|
|
228 |
216 System.out.println("Warning: the "+(i+1)+"the column name is empty");
|
|
229 |
318 sattr +="+"+m.id;
|
|
230 |
350 System.out.println("Could not find injection for text "+txtname);
|
|
231 |
401 System.out.println("Error: No header in the metadata file "+csvfile+" with separators: column='"+separator+"' and text='"+txtseparator+"'");
|
|
232 |
409 System.out.println("Error: The first column name in the header line of the metadata file '$csvfile' must be 'id' and found '"+headers[0]+"' column separator='\"+separator+\"' and text separator='\"+txtseparator+\"'");
|
|
233 |
429 System.out.println("Error: the metadata file '$csvfile' contains duplicated column names: "+doubles);
|
|
234 |
470 System.out.println("Warning: the "+(i+1)+"th column name is empty");
|
|
235 |
616 System.out.println("\nError: can't find metadata for text of id="+key);
|
|
236 |
698 System.out.println("Error: no tag has been found with the xpath: "+xpath);
|
|
237 |
722 sattr += "+"+attr;
|
|
238 |
734 str.append(" "+data.toString()+"\n");
|
|
239 |
739 str.append(" "+injection.toString()+"\n");
|
|
240 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/utils/BundleUtils.java
|
|
241 |
53 Log.info("Retrieving file_path from "+bundle_id+" plugin.");
|
|
242 |
56 System.out.println("Error while initializing '"+bundle_id+"' plugin: bundle not found.");
|
|
243 |
110 System.out.println("Copy of ressource script failed: "+e);
|
|
244 |
120 System.out.println("Extraction of ressource failed from "+bundleDir+" with path "+file_path+file_name);
|
|
245 |
155 System.out.println("Copy of ressource script failed: "+e);
|
|
246 |
165 System.out.println("Extraction of ressource failed from "+bundleDir+" with path "+file_path+file_name);
|
|
247 |
187 System.out.println("Error while initializing '"+bundle_id+"' plugin: bundle not found.");
|
|
248 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/utils/NameSpaceXmlNodePrinter.java
|
|
249 |
285 out.print("=" + quote);
|
|
250 |
322 out.print("=" + quote);
|
|
251 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/xtz/Annotater.java
|
|
252 |
18 inputDirectory = new File(module.getBinaryDirectory(), "txm/"+module.corpusName);
|
|
253 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/xtz/Compiler.java
|
|
254 |
27 inputDirectory = new File(module.getBinaryDirectory(), "txm/"+module.getCorpusName());
|
|
255 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/xtz/Pager.java
|
|
256 |
25 inputDirectory = new File(module.getBinaryDirectory(), "txm/"+module.getCorpusName());
|
|
257 |
26 htmlDirectory = new File(module.getBinaryDirectory(), "HTML/"+corpusname);
|
|
258 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/xtz/Importer.java
|
|
259 |
19 outputDirectory = new File(module.getBinaryDirectory(), "txm/"+module.getCorpusName());
|
|
260 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/xtz/ImportModule.java
|
|
261 |
117 System.out.println("Error while importing corpus during 'importer' step, reason="+importer.getReason());
|
|
262 |
121 System.out.println("XML-TXM files already produced in "+new File(binaryDirectory, "txm/"+corpusName));
|
|
263 |
130 System.out.println("Error while importing corpus during 'annotate' step, reason="+annotater.getReason());
|
|
264 |
150 System.out.println("Error while importing corpus during 'compiler' step, reason="+compiler.getReason());
|
|
265 |
167 System.out.println("Error while importing corpus during 'pager' step, reason="+pager.getReason());
|
|
266 |
191 File txmDirectory = new File(binaryDirectory, "txm/"+corpusName);
|
|
267 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/scripting/GroovyImportScriptRunner.java
|
|
268 |
94 System.out.println(TXMCoreMessages.GroovyImportScriptRunner_1 + scriptfile);
|
|
269 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/stat/utils/ConsoleProgressBar.java
|
|
270 |
98 System.out.println("Begining "+name);
|
|
271 |
104 System.out.println("[ "+name+"]");
|
|
272 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/stat/utils/LogMonitor.java
|
|
273 |
23 this.monitorName = "M"+UUID.randomUUID();
|
|
274 |
37 Log.info(this.monitorName+" -> "+name+" "+totalWork);
|
|
275 |
64 Log.info(this.monitorName+" -> task "+name);
|
|
276 |
69 Log.info(this.monitorName+" -> subTask "+name);
|
|
277 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/core/results/TXMParameters.java
|
|
278 |
39 System.out.println("TXMResultParameters.dump(): key = " + key + " / value = " + value);
|
|
279 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/core/results/TXMResult.java
|
|
280 |
214 Log.finest("TXMResult.TXMResult(): parameters node path: " + this.parametersNodePath);
|
|
281 |
222 Log.finest("TXMResult.TXMResult(): command preferences node path: " + this.commandPreferencesNodePath);
|
|
282 |
240 Log.warning("Searching parent with UUID: " + parentNodePath + "...");
|
|
283 |
243 Log.warning("Parent retrieved from UUID: " + retrievedParent + ".");
|
|
284 |
247 Log.severe("Warning: no parent was found in project for path=" + parametersNodePath + " and puuid=" + parentNodePath + " preferences=" + this.dumpParameters());
|
|
285 |
259 Log.severe("Fail to load " + parametersNodePath + "result: " + e);
|
|
286 |
265 Log.warning("Warning: the TXMResult of " + this.getClass() + " is attached to no parent. (uuid = " + this.parametersNodePath + ")");
|
|
287 |
294 return UUID_PREFIX + ID_TIME_FORMAT.format(new Date(System.currentTimeMillis())) + "_" + nextInt();
|
|
288 |
593 str.append(TXMPreferences.getKeysAndValues(DefaultScope.INSTANCE + "/" + this.commandPreferencesNodePath));
|
|
289 |
669 Log.info("TXMResult.updateDirty(): " + this.getClass().getSimpleName() + ": setting dirty to true: last = "+ lastValue + " / new = " + newValue);
|
|
290 |
723 Log.finest("TXMResult.isDirtyFromHistory(): " + this.getClass().getSimpleName() + ": parameter " + name + " has changed.");
|
|
291 |
878 Log.finest("TXMResult.autoSaveParametersFromAnnotations(): " + this.getClass().getSimpleName() + ": saving parameters to local node...");
|
|
292 |
1035 Log.finest("TXMResult.autoLoadParametersFromAnnotations(): setting parameter " + key + " = " + value + "\t[" + this.getClass() + "]");
|
|
293 |
1189 Log.finest("TXMResult.deleteAllNonPersistentResults(): Deleting result " + r.getSimpleName() + " of type " + r.getClass().getSimpleName() + ".");
|
|
294 |
1833 return this.compute(new LogMonitor("Computing " + this));
|
|
295 |
1868 Log.finest("*** TXMResult.compute(): " + this.getClass().getSimpleName() + ": starting computing process...");
|
|
296 |
1883 Log.finest("TXMResult.compute(): " + this.getClass().getSimpleName() + ": starting parent (" + this.parent.getClass().getSimpleName() + ") computing process...");
|
|
297 |
1886 Log.severe("TXMResult.compute(): " + this.getClass().getSimpleName() + ": failed to compute parent result.");
|
|
298 |
1896 Log.finest("--- TXMResult.compute(): " + this.getClass().getSimpleName() + ": result parameters have not changed since last computing, computing skipped.");
|
|
299 |
1903 Log.finest("+++ TXMResult.compute(): " + this.getClass().getSimpleName() + ": computing result of type " + this.getClass() + "...");
|
|
300 |
1920 Log.severe("TXMResult.compute(): " + this.getClass().getSimpleName() + ": can not compute, missing or wrong parameters or error with parent computing, computing aborted.");
|
|
301 |
1926 Log.severe("TXMResult.compute(): " + this.getClass().getSimpleName() + ": computing failed.");
|
|
302 |
1944 Log.severe("TXMResult.compute(): " + this.getClass().getSimpleName() + ": failed to save parameters from annotations for " + this.getName() + ".");
|
|
303 |
1947 Log.severe("TXMResult.compute():" + this.getClass().getSimpleName() + ": failed to save parameters for " + this.getName() + ".");
|
|
304 |
1958 Log.finest("TXMResult.compute(): " + this.getClass().getSimpleName() + ": computing of result type " + this.getClass() + " done.");
|
|
305 |
1968 Log.finest("TXMResult.compute(): " + this.getClass().getSimpleName() + ": cascade computing of " + this.children.size() + " child(ren).");
|
|
306 |
1997 Log.severe("TXMResult.compute(): Exception occurs during computing: "+e);
|
|
307 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/core/engines/EnginesManager.java
|
|
308 |
65 Log.info("Initializing engine: " + e);
|
|
309 |
70 Log.severe("Failed to initialize " + e.getName() + " engine.");
|
|
310 |
73 Log.severe("Error: failed to instantiate " + contributions[i].getName() + ".");
|
|
311 |
90 String log = "Starting " + this.getEnginesDescription() + " engine: " + engine.getName() + "...";
|
|
312 |
100 Log.severe("Error: failed to start engine " + engine.getName() + ".");
|
|
313 |
136 Log.severe("Error: failed to stop engine " + engine.getName() + ".");
|
|
314 |
203 Log.info("Setting current " + this.getEnginesDescription() + " engine to " + engine + ".");
|
|
315 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/core/engines/ImportEngine.java
|
|
316 |
29 return this.getClass()+ " "+this.toString();
|
|
317 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/core/engines/ScriptEngine.java
|
|
318 |
52 return this.getClass()+ " "+this.toString();
|
|
319 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/core/engines/ScriptedImportEngine.java
|
|
320 |
53 System.out.println("Startup script not set: "+mainScript);
|
|
321 |
54 return new Status(Status.ERROR, "org.txm.core", "Startup script not set: "+mainScript);
|
|
322 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/core/preferences/Base64.java
|
|
323 |
138 "Illegal base64 line separator character 0x" + Integer.toString(b, 16));
|
|
324 |
715 "Illegal base64 character " +
|
|
325 |
745 "Input byte array has incorrect ending byte at " + sp);
|
|
326 |
943 throw new IOException("Illegal base64 ending sequence:" + nextin);
|
|
327 |
962 throw new IOException("Illegal base64 character " +
|
|
328 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/core/preferences/TBXPreferences.java
|
|
329 |
177 preferences.put(UPDATESITE, "file://"+System.getProperty("user.home")+"/workspace047/TXMReleasePlugins.site");
|
|
330 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/core/preferences/TXMPreferences.java
|
|
331 |
196 Log.finest("TXMPreferences.TXMPreferences(): initializing preferences for node = " + this.commandPreferencesNodeQualifier + " (" + this.getClass() +")");
|
|
332 |
923 Log.severe("Error while loading bytes: " + e.getLocalizedMessage());
|
|
333 |
941 System.out.println("Error while reading "+key+" byte preference: "+e.getLocalizedMessage());
|
|
334 |
1056 sb.append(keys[i] + " = " + preferences.get(keys[i], "")+"\t");
|
|
335 |
1098 System.out.println("TXMPreferences.dump(): node qualifier = " + nodePath);
|
|
336 |
1099 System.out.println("TXMPreferences.dump():" + preferences.absolutePath());
|
|
337 |
1103 System.out.println("TXMPreferences.dump(): " + keys[i] + " = " + preferences.get(keys[i], ""));
|
|
338 |
1199 Log.finest("TXMPreferences.dump(): Result scope preferences for node " + result.getParametersNodePath() + ":");
|
|
339 |
1203 Log.severe("TXMPreferences.dump(): No result scope preferences was found for node" + result.getParametersNodePath() + ".");
|
|
340 |
1208 Log.finest("TXMPreferences.dump(): Command scope preferences for node " + nodePath + ":");
|
|
341 |
1217 Log.finest("TXMPreferences.dump(): Alternative global scope preferences for node " + alternativeNodesQualifiers.get(i) + ":");
|
|
342 |
1228 Log.finest("TXMPreferences.flush(): Local preferences for object " + result.getParametersNodePath() + " saved to file.");
|
|
343 |
1257 Log.finest("TXMPreferences.delete(): Local preferences node for object " + result.getParametersNodePath() + " deleted.");
|
|
344 |
1322 Log.finest("TXMPreferences.getAllResultsNodePaths(): " + nodesNames.length + " node(s) found.");
|
|
345 |
1388 else if(!keyExists("instance/" + nodePath, key)) {
|
|
346 |
1397 nodePath = "instance/" + nodePath;
|
|
347 |
1402 Log.severe("TXMPreferences.findNodePath(): no node qualifier has been founded (key = " + key + ", TXMResult = " + result + ").");
|
|
348 |
1440 nodePath = "/instance/"+nodePath;
|
|
349 |
1560 System.out.println("Error while saving "+s+": "+e.getLocalizedMessage());
|
|
350 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/core/preferences/___CorpusScope.java
|
|
351 |
80 System.err.println("CorpusScope.addScope(): " + prefs.absolutePath());
|
|
352 |
81 System.err.println("CorpusScope.addScope(): test = " + prefs.get("test", "default value"));
|
|
353 |
91 System.err.println("CorpusScope.addScope(): default scope location: " + ConfigurationScope.INSTANCE.getLocation());
|
|
354 |
92 System.err.println("CorpusScope.addScope(): workspace location: " + ResourcesPlugin.getWorkspace().getRoot().getLocation().toString());
|
|
355 |
93 System.out.println("CorpusScope.addScope(): add scope " + scope.getName() + " - " + scope.getLocation());
|
|
356 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/scripts/filters/Catalog.java
|
|
357 |
62 System.err.println(TXMCoreMessages.Catalog_0 + path);
|
|
358 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/scripts/filters/CatalogManager.java
|
|
359 |
57 .println(TXMCoreMessages.CatalogManager_0 + path + TXMCoreMessages.CatalogManager_1);
|
|
360 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/scripts/filters/FilterManager.java
|
|
361 |
63 .println(TXMCoreMessages.FilterManager_0 + path + TXMCoreMessages.FilterManager_1);
|
|
362 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.core/src/org/txm/importer/cwb/ReadRegistryFile.java
|
|
363 |
47 tmp += "+"+attr;
|
|
364 |
67 System.out.println("pAttributes: "+reader.getPAttributes());
|
|
365 |
68 System.out.println("sAttributes Map: "+reader.getSAttributesMap());
|
|
366 |
69 System.out.println("sAttributes: "+reader.getSAttributes());
|
|
367 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.core/src/org/txm/importer/cwb/CwbAlign.java
|
|
368 |
68 return CwbProcess.isExecutableAvailable("cwb-align"+(System.getProperty("os.name").toLowerCase().contains("windows")?".exe":""));
|
|
369 |
519 Log.severe("Error while calling cwb-align: "+e.getLocalizedMessage());
|
|
370 |
531 Log.severe("Error while calling cwb-align: "+e.getLocalizedMessage());
|
|
371 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.core/src/org/txm/importer/cwb/CwbMakeAll.java
|
|
372 |
109 "cwb-makeall"+(System.getProperty("os.name").toLowerCase().contains("windows")?".exe":""));
|
|
373 |
120 return isExecutableAvailable("cwb-makeall"+(System.getProperty("os.name").toLowerCase().contains("windows")?".exe":""));
|
|
374 |
150 Log.severe("Error: path to cwb-makeall not found: " + pathToExecutable);
|
|
375 |
154 Log.severe("Error: path to cwb-makeall not executable: " + pathToExecutable);
|
|
376 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.core/src/org/txm/importer/cwb/PatchCwbRegistry.java
|
|
377 |
91 System.out.println("ERROR: old registry path still exists. Result in "+temp);
|
|
378 |
126 Log.info(CQPSearchEngineCoreMessages.PatchCwbRegistry_2 + corpus
|
|
379 |
127 + CQPSearchEngineCoreMessages.PatchCwbRegistry_23 + corpusEncoding);
|
|
380 |
194 Log.severe(CQPSearchEngineCoreMessages.PatchCwbRegistry_3+" : "+new File(registryfile.getParent(), targetcorpus)); //$NON-NLS-1$
|
|
381 |
198 Log.severe(CQPSearchEngineCoreMessages.PatchCwbRegistry_13+registryfile.getAbsolutePath());
|
|
382 |
288 System.out.println(CQPSearchEngineCoreMessages.PatchCwbRegistry_27+datadir +TXMCoreMessages.ValidateXml_2);
|
|
383 |
298 Log.severe(oldname +CQPSearchEngineCoreMessages.PatchCwbRegistry_29+registryfile);
|
|
384 |
302 Log.severe(CQPSearchEngineCoreMessages.PatchCwbRegistry_27+oldname +CQPSearchEngineCoreMessages.PatchCwbRegistry_29+registryfile);
|
|
385 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.core/src/org/txm/importer/cwb/CwbProcess.java
|
|
386 |
96 Log.severe("Error: "+pathToExecutable.getAbsolutePath()+" not found.");
|
|
387 |
101 Log.severe("Error: "+pathToExecutable.getAbsolutePath()+" not executable.");
|
|
388 |
119 Log.info(CQPSearchEngineCoreMessages.CwbProcess_1 + StringUtils.join(cmd, " ")); //$NON-NLS-1$
|
|
389 |
125 Log.severe("ERROR null arg parameter: "+cmd);
|
|
390 |
137 if (debug) System.out.println("Start logging "+name+" process...");
|
|
391 |
147 if (debug) System.out.println("End of "+name+" process logs.");
|
|
392 |
155 Log.warning("Waiting for end of process: "+name);
|
|
393 |
182 Log.finest(CQPSearchEngineCoreMessages.CwbProcess_3 + name.toUpperCase());
|
|
394 |
184 Log.finest(CQPSearchEngineCoreMessages.CwbProcess_4 + name.toUpperCase());
|
|
395 |
269 Log.severe(CQPSearchEngineCoreMessages.CwbProcess_5 + cwbLoc);
|
|
396 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.core/src/org/txm/importer/cwb/BuildCwbEncodeArgsFromCQP.java
|
|
397 |
169 props.add("p"+i);
|
|
398 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.core/src/org/txm/importer/cwb/BuildAlignOut.java
|
|
399 |
32 System.out.println("Error: the number of segment differs. "+positions1.size()+" in "+cqpFile1+" and "+positions2.size()+" in "+cqpFile2);
|
|
400 |
36 System.out.println("Writing "+alignOutFile.getName()+" with "+positions1.size()+" positions.");
|
|
401 |
45 writer.println(c1+"\t"+su+"\t"+c2+"\t"+su);
|
|
402 |
47 writer.println(""+positions1.get(i)+"\t"+positions1.get(i+1)+"\t"+positions2.get(i)+"\t"+positions2.get(i+1)+"\t1:1\t42");
|
|
403 |
61 String pattern = " "+sup+"=\"";
|
|
404 |
64 if (line.startsWith("<"+su) && line.contains(pattern)) {
|
|
405 |
67 } else if (line.startsWith("</"+su+">")) {
|
|
406 |
93 System.out.println("Result: "+bao.process(alignOutFile, "seg", "id"));
|
|
407 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.core/src/org/txm/importer/cwb/FixMilestoneDeclarations.java
|
|
408 |
57 if (debug) System.out.println("Structures: "+structures);
|
|
409 |
68 if (debug) System.out.println("Milestone detected : "+s);
|
|
410 |
72 if (debug) System.out.println("Removing files: "+structureAttributes.get(s));
|
|
411 |
89 if (debug) System.out.println("Attributes to remove from registry files: "+linesToRemove);
|
|
412 |
100 if (debug) System.out.println("Remove line: "+line);
|
|
413 |
120 System.out.println("Result: "+fm.process());
|
|
414 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.core/src/org/txm/importer/cwb/CwbEncode.java
|
|
415 |
110 "cwb-encode"+(System.getProperty("os.name").toLowerCase().contains("windows")?".exe":""));
|
|
416 |
121 return isExecutableAvailable("cwb-encode"+(System.getProperty("os.name").toLowerCase().contains("windows")?".exe":""));
|
|
417 |
230 System.out.println("Error: path to cwb-encode not found: "+pathToExecutable);
|
|
418 |
234 System.out.println("Error: path to cwb-encode not executable: "+pathToExecutable);
|
|
419 |
311 System.err.println(CQPSearchEngineCoreMessages.CwbEncode_0 + directory);
|
|
420 |
315 System.err.println(CQPSearchEngineCoreMessages.CwbEncode_21 + bin);
|
|
421 |
319 System.err.println(CQPSearchEngineCoreMessages.CwbEncode_23 + registry);
|
|
422 |
323 System.err.println(CQPSearchEngineCoreMessages.CwbEncode_25 + corpora);
|
|
423 |
330 System.out.println(CQPSearchEngineCoreMessages.CwbEncode_27 + corpus.getName());
|
|
424 |
334 System.err.println(CQPSearchEngineCoreMessages.CwbEncode_29 + data);
|
|
425 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/NetCqiServer.java
|
|
426 |
264 Log.info("Starting NullSearchEngineServer: " + cmd + " ... ");
|
|
427 |
285 System.out.println(CQPSearchEngineCoreMessages.NetCqiServer_0 + line);
|
|
428 |
304 System.out.println(CQPSearchEngineCoreMessages.NetCqiServer_1 + line);
|
|
429 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/NetCqiClient.java
|
|
430 |
550 lastError = CQPSearchEngineCoreMessages.MemCqiClient_0+b;
|
|
431 |
593 lastError = CQPSearchEngineCoreMessages.MemCqiClient_1+b;
|
|
432 |
617 lastError = CQPSearchEngineCoreMessages.MemCqiClient_2+b;
|
|
433 |
837 Log.severe(CQPSearchEngineCoreMessages.NetCqiClient_1 + e);
|
|
434 |
858 Log.severe(CQPSearchEngineCoreMessages.NetCqiClient_3 + e);
|
|
435 |
1575 System.out.println(CQPSearchEngineCoreMessages.NetCqiClient_5+e);
|
|
436 |
1742 System.out.println(CQPSearchEngineCoreMessages.NetCqiClient_97+Arrays.toString(client.dumpSubCorpus(subcorpusid, NetCqiClient.CQI_CONST_FIELD_MATCH, 1, 10)));
|
|
437 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/AbstractCqiClient.java
|
|
438 |
174 Log.warning("Error: trying to get "+prop+" values from "+start+" to "+end);
|
|
439 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/MemCqiClient.java
|
|
440 |
80 throw new CqiErrorGeneralError(CQPSearchEngineCoreMessages.MemCqiClient_3+b+CQPSearchEngineCoreMessages.MemCqiClient_9+b2); //$NON-NLS-2$
|
|
441 |
85 lastError = CQPSearchEngineCoreMessages.MemCqiClient_0+" CQI_ERROR ("+b+")";
|
|
442 |
97 throw new CqiErrorGeneralError(CQPSearchEngineCoreMessages.MemCqiClient_5+b+CQPSearchEngineCoreMessages.MemCqiClient_9+b2);
|
|
443 |
125 throw new CqiErrorGeneralError(CQPSearchEngineCoreMessages.MemCqiClient_7+b+CQPSearchEngineCoreMessages.MemCqiClient_9+b2);
|
|
444 |
129 lastError = CQPSearchEngineCoreMessages.MemCqiClient_1+"CL_ERROR ("+b+")";
|
|
445 |
155 throw new CqiErrorGeneralError(CQPSearchEngineCoreMessages.MemCqiClient_3+b+CQPSearchEngineCoreMessages.MemCqiClient_9+b2);
|
|
446 |
160 lastError = CQPSearchEngineCoreMessages.MemCqiClient_2+"CQI_CQP_ERROR ("+b+")";
|
|
447 |
179 throw new CqiErrorGeneralError(CQPSearchEngineCoreMessages.MemCqiClient_3+b+CQPSearchEngineCoreMessages.MemCqiClient_9+b2);
|
|
448 |
182 throw new CqiErrorGeneralError(CQPSearchEngineCoreMessages.MemCqiClient_10+b+CQPSearchEngineCoreMessages.MemCqiClient_9+b2);
|
|
449 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/CQPSearchEngine.java
|
|
450 |
87 File dataDirectory = new File(binDir, "data/"+registryFile.getName().toUpperCase());
|
|
451 |
92 System.out.println("Error while updating registry file "+registryFile+": "+e);
|
|
452 |
104 System.out.println("Warning: the given CQP init file path cannot be found: "+init_path);
|
|
453 |
126 System.out.println("Error: the '"+CQPLibPreferences.CQI_SERVER_PATH_TO_EXECUTABLE+"' preference is not set.");
|
|
454 |
129 System.out.println("Error: the '"+CQPLibPreferences.CQI_SERVER_PATH_TO_EXECUTABLE+"' preference is not set.");
|
|
455 |
152 Log.severe(TXMCoreMessages.Toolbox_28+e);
|
|
456 |
162 Log.severe(TXMCoreMessages.Toolbox_wrong_port + CQPLibPreferences.getInstance().getString(CQPLibPreferences.CQI_SERVER_PORT));
|
|
457 |
164 Log.severe(TXMCoreMessages.Error_CONNECTION_FAILED + CQPLibPreferences.getInstance().getString(CQPLibPreferences.CQI_SERVER_HOST)
|
|
458 |
165 + TXMCoreMessages.Toolbox_27 + CQPLibPreferences.getInstance().getString(CQPLibPreferences.CQI_SERVER_PORT));
|
|
459 |
182 System.out.println(TXMCoreMessages.Toolbox_30 +
|
|
460 |
189 System.out.println(TXMCoreMessages.Toolbox_33 + cqiServer.getLastCmdLine());
|
|
461 |
214 Log.severe(TXMCoreMessages.Toolbox_18 + e);
|
|
462 |
334 Log.severe("Error while closing CQP: "+e.getLocalizedMessage());
|
|
463 |
354 Log.severe(TXMCoreMessages.Toolbox_31+Log.toString(e));
|
|
464 |
355 System.out.println(TXMCoreMessages.Toolbox_31+Log.toString(e));
|
|
465 |
363 Log.severe(TXMCoreMessages.Toolbox_34+Log.toString(e2));
|
|
466 |
364 System.out.println(TXMCoreMessages.Toolbox_34+Log.toString(e2));
|
|
467 |
370 Log.severe("Error while closing CQP: "+e.getLocalizedMessage());
|
|
468 |
377 String cmd = TXMCoreMessages.Toolbox_37 + CQPLibPreferences.getInstance().getString(CQPLibPreferences.CQI_SERVER_PORT) + TXMCoreMessages.Toolbox_38;
|
|
469 |
396 Log.severe(TXMCoreMessages.Toolbox_39+cmd+TXMCoreMessages.Toolbox_40+Log.toString(e));
|
|
470 |
397 System.out.println(TXMCoreMessages.Toolbox_39+cmd+TXMCoreMessages.Toolbox_40+Log.toString(e));
|
|
471 |
415 Log.severe("Error while restarting CQP: "+e.getLocalizedMessage());
|
|
472 |
/home/mdecorde/workspace047/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/MemCqiServer.java
|
|
473 |
191 Log.info("cqpjni loaded from dirs: " + path + ".");
|
|
474 |
195 System.err.println("MemCqiServer: Failed to load CQP lib with exception: "+e);
|
|
475 |
196 System.err.println("Tried to load Cqi libs in: "+System.getProperty("java.library.path") + ".");
|
|
476 |
197 System.err.println("Current directory: "+new File(".").getAbsolutePath());
|
|
477 |
213 Log.info("Starting NullSearchEngineServer: " + cmd + " ... ");
|
|
478 |
456 String subcorpusid = corpus+":"+subcorpusname;
|
|
479 |
489 System.out.println("client.alg2Cpos(sattribute, struct_id) : "+Arrays.toString(client.alg2Cpos(sattribute1, 0)));
|
|
480 |
490 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
481 |
492 System.out.println("netClient.alg2Cpos(sattribute, struct_id) : "+Arrays.toString(netClient.alg2Cpos(sattribute1, 0)));
|
|
482 |
493 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
483 |
496 System.out.println("client.attributeSize(sattribute1) : "+client.attributeSize(sattribute1));
|
|
484 |
497 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
485 |
499 System.out.println("netClient.attributeSize(sattribute1) : "+netClient.attributeSize(sattribute1));
|
|
486 |
500 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
487 |
504 System.out.println("client.attributeSize(sattribute2) : "+client.attributeSize(sattribute2));
|
|
488 |
505 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
489 |
507 System.out.println("netClient.attributeSize(sattribute2) : "+netClient.attributeSize(sattribute2));
|
|
490 |
508 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
491 |
512 System.out.println("client.attributeSize(sattribute3) : "+client.attributeSize(sattribute3));
|
|
492 |
513 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
493 |
515 System.out.println("netClient.attributeSize(sattribute3) : "+netClient.attributeSize(sattribute3));
|
|
494 |
516 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
495 |
520 System.out.println("client.corpusAlignementAttributes(corpus) : "+Arrays.toString(client.corpusAlignementAttributes(corpus)));
|
|
496 |
521 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
497 |
523 System.out.println("netClient.corpusAlignementAttributes(corpus) : "+Arrays.toString(netClient.corpusAlignementAttributes(corpus)));
|
|
498 |
524 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
499 |
527 System.out.println("client.corpusCharset(corpus) : "+client.corpusCharset(corpus));
|
|
500 |
528 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
501 |
530 System.out.println("netClient.corpusCharset(corpus) : "+netClient.corpusCharset(corpus));
|
|
502 |
531 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
503 |
535 System.out.println("client.corpusFullName(corpus) : "+client.corpusFullName(corpus));
|
|
504 |
536 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
505 |
538 System.out.println("netClient.corpusFullName(corpus) : "+netClient.corpusFullName(corpus));
|
|
506 |
539 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
507 |
542 System.out.println("client.corpusInfo(corpus) : "+client.corpusInfo(corpus));
|
|
508 |
543 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
509 |
545 System.out.println("netClient.corpusInfo(corpus) : "+netClient.corpusInfo(corpus));
|
|
510 |
546 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
511 |
550 System.out.println("client.corpusPositionalAttributes(corpus) : "+Arrays.toString(client.corpusPositionalAttributes(corpus)));
|
|
512 |
551 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
513 |
553 System.out.println("netClient.corpusPositionalAttributes(corpus) : "+Arrays.toString(netClient.corpusPositionalAttributes(corpus)));
|
|
514 |
554 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
515 |
558 System.out.println("client.corpusProperties(corpus) : "+Arrays.toString(client.corpusProperties(corpus)));
|
|
516 |
559 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
517 |
561 System.out.println("netClient.corpusProperties(corpus) : "+Arrays.toString(netClient.corpusProperties(corpus)));
|
|
518 |
562 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
519 |
566 System.out.println("client.corpusStructuralAttributeHasValues(sattribute1) : "+client.corpusStructuralAttributeHasValues(sattribute1));
|
|
520 |
567 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
521 |
569 System.out.println("netClient.corpusStructuralAttributeHasValues(sattribute1) : "+netClient.corpusStructuralAttributeHasValues(sattribute1));
|
|
522 |
570 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
523 |
573 System.out.println("client.corpusStructuralAttributeHasValues(sattribute2) : "+client.corpusStructuralAttributeHasValues(sattribute2));
|
|
524 |
574 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
525 |
576 System.out.println("netClient.corpusStructuralAttributeHasValues(sattribute2) : "+netClient.corpusStructuralAttributeHasValues(sattribute2));
|
|
526 |
577 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
527 |
580 System.out.println("client.corpusStructuralAttributeHasValues(sattribute3) : "+client.corpusStructuralAttributeHasValues(sattribute3));
|
|
528 |
581 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
529 |
583 System.out.println("netClient.corpusStructuralAttributeHasValues(sattribute3) : "+netClient.corpusStructuralAttributeHasValues(sattribute3));
|
|
530 |
584 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
531 |
587 System.out.println("client.corpusStructuralAttributes(corpus) : "+Arrays.toString(client.corpusStructuralAttributes(corpus)));
|
|
532 |
588 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
533 |
590 System.out.println("netClient.corpusStructuralAttributes(corpus) : "+Arrays.toString(netClient.corpusStructuralAttributes(corpus)));
|
|
534 |
591 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
535 |
594 System.out.println("client.cpos2Alg(align_attr, cpos) : "+Arrays.toString(client.cpos2Alg(align_attr, cpos)));
|
|
536 |
595 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
537 |
597 System.out.println("netClient.cpos2Alg(align_attr, cpos) : "+Arrays.toString(netClient.cpos2Alg(align_attr, cpos)));
|
|
538 |
598 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
539 |
601 System.out.println("client.cpos2Id(pattribute1, cpos) : "+Arrays.toString(client.cpos2Id(pattribute1, cpos)));
|
|
540 |
602 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
541 |
604 System.out.println("netClient.cpos2Id(pattribute1, cpos) : "+Arrays.toString(netClient.cpos2Id(pattribute1, cpos)));
|
|
542 |
605 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
543 |
608 System.out.println("client.cpos2Id(pattribute2, cpos) : "+Arrays.toString(client.cpos2Id(pattribute2, cpos)));
|
|
544 |
609 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
545 |
611 System.out.println("netClient.cpos2Id(pattribute2, cpos) : "+Arrays.toString(netClient.cpos2Id(pattribute2, cpos)));
|
|
546 |
612 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
547 |
615 System.out.println("client.cpos2Id(pattribute3, cpos) : "+Arrays.toString(client.cpos2Id(pattribute3, cpos)));
|
|
548 |
616 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
549 |
618 System.out.println("netClient.cpos2Id(pattribute3, cpos) : "+Arrays.toString(netClient.cpos2Id(pattribute3, cpos)));
|
|
550 |
619 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
551 |
622 System.out.println("client.cpos2LBound(sattribute1, cpos) : "+Arrays.toString(client.cpos2LBound(sattribute1, cpos)));
|
|
552 |
623 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
553 |
625 System.out.println("netClient.cpos2LBound(sattribute1, cpos) : "+Arrays.toString(netClient.cpos2LBound(sattribute1, cpos)));
|
|
554 |
626 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
555 |
629 System.out.println("client.cpos2LBound(sattribute2, cpos) : "+Arrays.toString(client.cpos2LBound(sattribute2, cpos)));
|
|
556 |
630 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
557 |
632 System.out.println("netClient.cpos2LBound(sattribute2, cpos) : "+Arrays.toString(netClient.cpos2LBound(sattribute2, cpos)));
|
|
558 |
633 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
559 |
636 System.out.println("client.cpos2LBound(sattribute3, cpos) : "+Arrays.toString(client.cpos2LBound(sattribute3, cpos)));
|
|
560 |
637 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
561 |
639 System.out.println("netClient.cpos2LBound(sattribute3, cpos) : "+Arrays.toString(netClient.cpos2LBound(sattribute3, cpos)));
|
|
562 |
640 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
563 |
643 System.out.println("client.cpos2RBound(sattribute1, cpos) : "+Arrays.toString(client.cpos2RBound(sattribute1, cpos)));
|
|
564 |
644 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
565 |
646 System.out.println("netClient.cpos2RBound(sattribute1, cpos) : "+Arrays.toString(netClient.cpos2RBound(sattribute1, cpos)));
|
|
566 |
647 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
567 |
650 System.out.println("client.cpos2RBound(sattribute2, cpos) : "+Arrays.toString(client.cpos2RBound(sattribute2, cpos)));
|
|
568 |
651 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
569 |
653 System.out.println("netClient.cpos2RBound(sattribute2, cpos) : "+Arrays.toString(netClient.cpos2RBound(sattribute2, cpos)));
|
|
570 |
654 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
571 |
657 System.out.println("client.cpos2RBound(sattribute3, cpos) : "+Arrays.toString(client.cpos2RBound(sattribute3, cpos)));
|
|
572 |
658 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
573 |
660 System.out.println("netClient.cpos2RBound(sattribute3, cpos) : "+Arrays.toString(netClient.cpos2RBound(sattribute3, cpos)));
|
|
574 |
661 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
575 |
664 System.out.println("client.cpos2Str(pattribute1, cpos) : "+Arrays.toString(client.cpos2Str(pattribute1, cpos)));
|
|
576 |
665 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
577 |
667 System.out.println("netClient.cpos2Str(pattribute1, cpos) : "+Arrays.toString(netClient.cpos2Str(pattribute1, cpos)));
|
|
578 |
668 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
579 |
671 System.out.println("client.cpos2Str(pattribute2, cpos) : "+Arrays.toString(client.cpos2Str(pattribute2, cpos)));
|
|
580 |
672 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
581 |
674 System.out.println("netClient.cpos2Str(pattribute2, cpos) : "+Arrays.toString(netClient.cpos2Str(pattribute2, cpos)));
|
|
582 |
675 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
583 |
678 System.out.println("client.cpos2Str(pattribute3, cpos) : "+Arrays.toString(client.cpos2Str(pattribute3, cpos)));
|
|
584 |
679 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
585 |
681 System.out.println("netClient.cpos2Str(pattribute3, cpos) : "+Arrays.toString(netClient.cpos2Str(pattribute3, cpos)));
|
|
586 |
682 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
587 |
685 System.out.println("client.cpos2Struc(sattribute1, cpos) : "+Arrays.toString(client.cpos2Struc(sattribute1, cpos)));
|
|
588 |
686 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
589 |
688 System.out.println("netClient.cpos2Struc(sattribute1, cpos) : "+Arrays.toString(netClient.cpos2Struc(sattribute1, cpos)));
|
|
590 |
689 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
591 |
692 System.out.println("client.cpos2Struc(sattribute2, cpos) : "+Arrays.toString(client.cpos2Struc(sattribute2, cpos)));
|
|
592 |
693 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
593 |
695 System.out.println("netClient.cpos2Struc(sattribute2, cpos) : "+Arrays.toString(netClient.cpos2Struc(sattribute2, cpos)));
|
|
594 |
696 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
595 |
699 System.out.println("client.cpos2Struc(sattribute3, cpos) : "+Arrays.toString(client.cpos2Struc(sattribute3, cpos)));
|
|
596 |
700 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
597 |
702 System.out.println("netClient.cpos2Struc(sattribute3, cpos) : "+Arrays.toString(netClient.cpos2Struc(sattribute3, cpos)));
|
|
598 |
703 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
599 |
707 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
600 |
710 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
601 |
714 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
602 |
717 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
603 |
721 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
604 |
724 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
605 |
728 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
606 |
731 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
607 |
735 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
608 |
738 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
609 |
741 System.out.println("client.dumpSubCorpus(subcorpus, CQI_CONST_FIELD_MATCH, 1, 2) : "+Arrays.toString(client.dumpSubCorpus(subcorpusid, NetCqiClient.CQI_CONST_FIELD_MATCH, 1, 10)));
|
|
610 |
742 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
611 |
744 System.out.println("netClient.dumpSubCorpus(subcorpus, CQI_CONST_FIELD_MATCH, 1, 2) : "+Arrays.toString(netClient.dumpSubCorpus(subcorpusid, NetCqiClient.CQI_CONST_FIELD_MATCH, 1, 10)));
|
|
612 |
745 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
613 |
748 System.out.println("client.dumpSubCorpus(subcorpus, CQI_CONST_FIELD_MATCHEND, 1, 2) : "+Arrays.toString(client.dumpSubCorpus(subcorpusid, NetCqiClient.CQI_CONST_FIELD_MATCHEND, 1, 10)));
|
|
614 |
749 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
615 |
751 System.out.println("netClient.dumpSubCorpus(subcorpus, CQI_CONST_FIELD_MATCHEND, 1, 2) : "+Arrays.toString(netClient.dumpSubCorpus(subcorpusid, NetCqiClient.CQI_CONST_FIELD_MATCHEND, 1, 10)));
|
|
616 |
752 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
617 |
769 System.out.println("client.getLastCqiError() : "+client.getLastCqiError());
|
|
618 |
770 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
619 |
772 System.out.println("netClient.getLastCqiError() : "+netClient.getLastCqiError());
|
|
620 |
773 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
621 |
776 System.out.println("client.getLastCQPError() : "+client.getLastCQPError());
|
|
622 |
777 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
623 |
779 System.out.println("netClient.getLastCQPError() : "+netClient.getLastCQPError());
|
|
624 |
780 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
625 |
783 System.out.println("client.id2Cpos(pattribute1, 0) : "+Arrays.toString(client.id2Cpos(pattribute1, 0)));
|
|
626 |
784 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
627 |
786 System.out.println("netClient.id2Cpos(pattribute1, 0) : "+Arrays.toString(netClient.id2Cpos(pattribute1, 0)));
|
|
628 |
787 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
629 |
790 System.out.println("client.id2Cpos(pattribute2, 0) : "+Arrays.toString(client.id2Cpos(pattribute2, 0)));
|
|
630 |
791 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
631 |
793 System.out.println("netClient.id2Cpos(pattribute2, 0) : "+Arrays.toString(netClient.id2Cpos(pattribute2, 0)));
|
|
632 |
794 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
633 |
797 System.out.println("client.id2Cpos(pattribute3, 0) : "+Arrays.toString(client.id2Cpos(pattribute3, 0)));
|
|
634 |
798 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
635 |
800 System.out.println("netClient.id2Cpos(pattribute3, 0) : "+Arrays.toString(netClient.id2Cpos(pattribute3, 0)));
|
|
636 |
801 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
637 |
804 System.out.println("client.id2Cpos(pattribute1, 1) : "+Arrays.toString(client.id2Cpos(pattribute1, 1)));
|
|
638 |
805 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
639 |
807 System.out.println("netClient.id2Cpos(pattribute1, 1) : "+Arrays.toString(netClient.id2Cpos(pattribute1, 1)));
|
|
640 |
808 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
641 |
811 System.out.println("client.id2Cpos(pattribute2, 1) : "+Arrays.toString(client.id2Cpos(pattribute2, 1)));
|
|
642 |
812 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
643 |
814 System.out.println("netClient.id2Cpos(pattribute2, 1) : "+Arrays.toString(netClient.id2Cpos(pattribute2, 1)));
|
|
644 |
815 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
645 |
818 System.out.println("client.id2Cpos(pattribute3, 1) : "+Arrays.toString(client.id2Cpos(pattribute3, 1)));
|
|
646 |
819 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
647 |
821 System.out.println("netClient.id2Cpos(pattribute3, 1) : "+Arrays.toString(netClient.id2Cpos(pattribute3, 1)));
|
|
648 |
822 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
649 |
825 System.out.println("client.id2Cpos(pattribute1, 2) : "+Arrays.toString(client.id2Cpos(pattribute1, 2)));
|
|
650 |
826 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
651 |
828 System.out.println("netClient.id2Cpos(pattribute1, 2) : "+Arrays.toString(netClient.id2Cpos(pattribute1, 2)));
|
|
652 |
829 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
653 |
832 System.out.println("client.id2Cpos(pattribute2, 2) : "+Arrays.toString(client.id2Cpos(pattribute2, 2)));
|
|
654 |
833 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
655 |
835 System.out.println("netClient.id2Cpos(pattribute2, 2) : "+Arrays.toString(netClient.id2Cpos(pattribute2, 2)));
|
|
656 |
836 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
657 |
839 System.out.println("client.id2Cpos(pattribute3, 2) : "+Arrays.toString(client.id2Cpos(pattribute3, 2)));
|
|
658 |
840 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
659 |
842 System.out.println("netClient.id2Cpos(pattribute3, 2) : "+Arrays.toString(netClient.id2Cpos(pattribute3, 2)));
|
|
660 |
843 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
661 |
846 System.out.println("client.id2Freq(pattribute1, ids) : "+Arrays.toString(client.id2Freq(pattribute1, ids)));
|
|
662 |
847 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
663 |
849 System.out.println("netClient.id2Freq(pattribute1, ids) : "+Arrays.toString(netClient.id2Freq(pattribute1, ids)));
|
|
664 |
850 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
665 |
853 System.out.println("client.id2Freq(pattribute2, ids) : "+Arrays.toString(client.id2Freq(pattribute2, ids)));
|
|
666 |
854 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
667 |
856 System.out.println("netClient.id2Freq(pattribute2, ids) : "+Arrays.toString(netClient.id2Freq(pattribute2, ids)));
|
|
668 |
857 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
669 |
860 System.out.println("client.id2Freq(pattribute3, ids) : "+Arrays.toString(client.id2Freq(pattribute3, ids)));
|
|
670 |
861 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
671 |
863 System.out.println("netClient.id2Freq(pattribute3, ids) : "+Arrays.toString(netClient.id2Freq(pattribute3, ids)));
|
|
672 |
864 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
673 |
867 System.out.println("client.id2Str(pattribute1, ids) : "+Arrays.toString(client.id2Str(pattribute1, ids)));
|
|
674 |
868 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
675 |
870 System.out.println("netClient.id2Str(pattribute1, ids) : "+Arrays.toString(netClient.id2Str(pattribute1, ids)));
|
|
676 |
871 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
677 |
874 System.out.println("client.id2Str(pattribute2, ids) : "+Arrays.toString(client.id2Str(pattribute2, ids)));
|
|
678 |
875 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
679 |
877 System.out.println("netClient.id2Str(pattribute2, ids) : "+Arrays.toString(netClient.id2Str(pattribute2, ids)));
|
|
680 |
878 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
681 |
881 System.out.println("client.id2Str(pattribute3, ids) : "+Arrays.toString(client.id2Str(pattribute3, ids)));
|
|
682 |
882 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
683 |
884 System.out.println("netClient.id2Str(pattribute3, ids) : "+Arrays.toString(netClient.id2Str(pattribute3, ids)));
|
|
684 |
885 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
685 |
888 System.out.println("client.idList2Cpos(pattribute1, ids) : "+Arrays.toString(client.idList2Cpos(pattribute1, ids)));
|
|
686 |
889 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
687 |
891 System.out.println("netClient.idList2Cpos(pattribute1, ids) : "+Arrays.toString(netClient.idList2Cpos(pattribute1, ids)));
|
|
688 |
892 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
689 |
895 System.out.println("client.idList2Cpos(pattribute2, ids) : "+Arrays.toString(client.idList2Cpos(pattribute2, ids)));
|
|
690 |
896 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
691 |
898 System.out.println("netClient.idList2Cpos(pattribute2, ids) : "+Arrays.toString(netClient.idList2Cpos(pattribute2, ids)));
|
|
692 |
899 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
693 |
902 System.out.println("client.idList2Cpos(pattribute3, ids) : "+Arrays.toString(client.idList2Cpos(pattribute3, ids)));
|
|
694 |
903 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
695 |
905 System.out.println("netClient.idList2Cpos(pattribute3, ids) : "+Arrays.toString(netClient.idList2Cpos(pattribute3, ids)));
|
|
696 |
906 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
697 |
909 System.out.println("client.lexiconSize(pattribute1) : "+client.lexiconSize(pattribute1));
|
|
698 |
910 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
699 |
912 System.out.println("netClient.lexiconSize(pattribute1) : "+netClient.lexiconSize(pattribute1));
|
|
700 |
913 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
701 |
916 System.out.println("client.lexiconSize(pattribute2) : "+client.lexiconSize(pattribute2));
|
|
702 |
917 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
703 |
919 System.out.println("netClient.lexiconSize(pattribute2) : "+netClient.lexiconSize(pattribute2));
|
|
704 |
920 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
705 |
923 System.out.println("client.lexiconSize(pattribute3) : "+client.lexiconSize(pattribute3));
|
|
706 |
924 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
707 |
926 System.out.println("netClient.lexiconSize(pattribute3) : "+netClient.lexiconSize(pattribute3));
|
|
708 |
927 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
709 |
930 System.out.println("client.listCorpora() : "+Arrays.toString(client.listCorpora()));
|
|
710 |
931 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
711 |
933 System.out.println("netClient.listCorpora() : "+Arrays.toString(netClient.listCorpora()));
|
|
712 |
934 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
713 |
937 System.out.println("client.listSubcorpora(corpus) : "+Arrays.toString(client.listSubcorpora(corpus)));
|
|
714 |
938 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
715 |
940 System.out.println("netClient.listSubcorpora(corpus) : "+Arrays.toString(netClient.listSubcorpora(corpus)));
|
|
716 |
941 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
717 |
944 System.out.println("client.regex2Id(pattribute1, regex) : "+Arrays.toString(client.regex2Id(pattribute1, regex)));
|
|
718 |
945 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
719 |
947 System.out.println("netClient.regex2Id(pattribute1, regex) : "+Arrays.toString(netClient.regex2Id(pattribute1, regex)));
|
|
720 |
948 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
721 |
951 System.out.println("client.regex2Id(pattribute2, regex) : "+Arrays.toString(client.regex2Id(pattribute2, regex)));
|
|
722 |
952 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
723 |
954 System.out.println("netClient.regex2Id(pattribute2, regex) : "+Arrays.toString(netClient.regex2Id(pattribute2, regex)));
|
|
724 |
955 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
725 |
958 System.out.println("client.regex2Id(pattribute3, regex) : "+Arrays.toString(client.regex2Id(pattribute3, regex)));
|
|
726 |
959 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
727 |
961 System.out.println("netClient.regex2Id(pattribute3, regex) : "+Arrays.toString(netClient.regex2Id(pattribute3, regex)));
|
|
728 |
962 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
729 |
965 System.out.println("client.str2Id(pattribute1, strings) : "+Arrays.toString(client.str2Id(pattribute1, strings)));
|
|
730 |
966 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
731 |
968 System.out.println("netClient.str2Id(pattribute1, strings) : "+Arrays.toString(netClient.str2Id(pattribute1, strings)));
|
|
732 |
969 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
733 |
972 System.out.println("client.str2Id(pattribute2, strings) : "+Arrays.toString(client.str2Id(pattribute2, strings)));
|
|
734 |
973 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
735 |
975 System.out.println("netClient.str2Id(pattribute2, strings) : "+Arrays.toString(netClient.str2Id(pattribute2, strings)));
|
|
736 |
976 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
737 |
979 System.out.println("client.str2Id(pattribute3, strings) : "+Arrays.toString(client.str2Id(pattribute3, strings)));
|
|
738 |
980 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
739 |
982 System.out.println("netClient.str2Id(pattribute3, strings) : "+Arrays.toString(netClient.str2Id(pattribute3, strings)));
|
|
740 |
983 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
741 |
986 System.out.println("client.struc2Cpos(sattribute1, 0) : "+Arrays.toString(client.struc2Cpos(sattribute1, 0)));
|
|
742 |
987 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
743 |
989 System.out.println("netClient.struc2Cpos(sattribute1, 0) : "+Arrays.toString(netClient.struc2Cpos(sattribute1, 0)));
|
|
744 |
990 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
745 |
993 System.out.println("client.struc2Cpos(sattribute2, 0) : "+Arrays.toString(client.struc2Cpos(sattribute2, 0)));
|
|
746 |
994 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
747 |
996 System.out.println("netClient.struc2Cpos(sattribute2, 0) : "+Arrays.toString(netClient.struc2Cpos(sattribute2, 0)));
|
|
748 |
997 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
749 |
1000 System.out.println("client.struc2Cpos(sattribute3, 0) : "+Arrays.toString(client.struc2Cpos(sattribute3, 0)));
|
|
750 |
1001 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
751 |
1003 System.out.println("netClient.struc2Cpos(sattribute3, 0) : "+Arrays.toString(netClient.struc2Cpos(sattribute3, 0)));
|
|
752 |
1004 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
753 |
1007 System.out.println("client.struc2Cpos(sattribute1, 1) : "+Arrays.toString(client.struc2Cpos(sattribute1, 1)));
|
|
754 |
1008 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
755 |
1010 System.out.println("netClient.struc2Cpos(sattribute1, 1) : "+Arrays.toString(netClient.struc2Cpos(sattribute1, 1)));
|
|
756 |
1011 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
757 |
1014 System.out.println("client.struc2Cpos(sattribute2, 1) : "+Arrays.toString(client.struc2Cpos(sattribute2, 1)));
|
|
758 |
1015 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
759 |
1017 System.out.println("netClient.struc2Cpos(sattribute2, 1) : "+Arrays.toString(netClient.struc2Cpos(sattribute2, 1)));
|
|
760 |
1018 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
761 |
1021 System.out.println("client.struc2Cpos(sattribute3, 1) : "+Arrays.toString(client.struc2Cpos(sattribute3, 1)));
|
|
762 |
1022 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
763 |
1024 System.out.println("netClient.struc2Cpos(sattribute3, 1) : "+Arrays.toString(netClient.struc2Cpos(sattribute3, 1)));
|
|
764 |
1025 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
765 |
1028 System.out.println("client.struc2Cpos(sattribute1, 2) : "+Arrays.toString(client.struc2Cpos(sattribute1, 2)));
|
|
766 |
1029 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
767 |
1031 System.out.println("netClient.struc2Cpos(sattribute1, 2) : "+Arrays.toString(netClient.struc2Cpos(sattribute1, 2)));
|
|
768 |
1032 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
769 |
1035 System.out.println("client.struc2Cpos(sattribute2, 2) : "+Arrays.toString(client.struc2Cpos(sattribute2, 2)));
|
|
770 |
1036 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
771 |
1038 System.out.println("netClient.struc2Cpos(sattribute2, 2) : "+Arrays.toString(netClient.struc2Cpos(sattribute2, 2)));
|
|
772 |
1039 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
773 |
1042 System.out.println("client.struc2Cpos(sattribute3, 2) : "+Arrays.toString(client.struc2Cpos(sattribute3, 2)));
|
|
774 |
1043 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
775 |
1045 System.out.println("netClient.struc2Cpos(sattribute3, 2) : "+Arrays.toString(netClient.struc2Cpos(sattribute3, 2)));
|
|
776 |
1046 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
777 |
1049 System.out.println("client.struc2Cpos(sattribute1, 3) : "+Arrays.toString(client.struc2Cpos(sattribute1, 3)));
|
|
778 |
1050 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
779 |
1052 System.out.println("netClient.struc2Cpos(sattribute1, 3) : "+Arrays.toString(netClient.struc2Cpos(sattribute1, 3)));
|
|
780 |
1053 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
781 |
1056 System.out.println("client.struc2Cpos(sattribute2, 3) : "+Arrays.toString(client.struc2Cpos(sattribute2, 3)));
|
|
782 |
1057 } catch(Exception e) { System.out.println("Exception : "+e);}
|
|
783 |
1059 System.out.println("netClient.struc2Cpos(sattribute2, 3) : "+Arrays.toString(netClient.struc2Cpos(sattribute2, 3)));
|