Révision 147

tmp/org.txm.utils/.settings/org.eclipse.jdt.core.prefs (revision 147)
1
eclipse.preferences.version=1
2
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
4
org.eclipse.jdt.core.compiler.compliance=1.6
5
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
6
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7
org.eclipse.jdt.core.compiler.source=1.6
0 8

  
tmp/org.txm.utils/.classpath (revision 147)
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry kind="src" path="src"/>
6
	<classpathentry exported="true" kind="lib" path="saxon9he.jar"/>
7
	<classpathentry exported="true" kind="lib" path="commons-cli-1.2.jar"/>
8
	<classpathentry exported="true" kind="lib" path="commons-io-1.4.jar"/>
9
	<classpathentry exported="true" kind="lib" path="commons-lang-2.4.jar"/>
10
	<classpathentry exported="true" kind="lib" path="juniversalchardet-1.0.3.jar"/>
11
	<classpathentry exported="true" kind="lib" path="ant-1.7.1.jar"/>
12
	<classpathentry exported="true" kind="lib" path="textcat-1.0.1.jar"/>
13
	<classpathentry kind="output" path="bin"/>
14
</classpath>
0 15

  
tmp/org.txm.utils/META-INF/MANIFEST.MF (revision 147)
1
Manifest-Version: 1.0
2
Bundle-ManifestVersion: 2
3
Bundle-Name: Utils
4
Bundle-SymbolicName: org.txm.utils
5
Bundle-Version: 1.0.0.qualifier
6
Bundle-Activator: org.txm.utils.Activator
7
Require-Bundle: org.eclipse.ui,
8
 org.eclipse.core.runtime,
9
 org.eclipse.core.net;bundle-version="1.2.200"
10
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
11
Bundle-ActivationPolicy: lazy
12
Export-Package: javax.xml.xquery,
13
 net.sf.saxon,
14
 net.sf.saxon.dom,
15
 net.sf.saxon.event,
16
 net.sf.saxon.evpull,
17
 net.sf.saxon.expr,
18
 net.sf.saxon.expr.flwor,
19
 net.sf.saxon.expr.instruct,
20
 net.sf.saxon.expr.number,
21
 net.sf.saxon.expr.parser,
22
 net.sf.saxon.expr.sort,
23
 net.sf.saxon.functions,
24
 net.sf.saxon.functions.regex,
25
 net.sf.saxon.java,
26
 net.sf.saxon.lib,
27
 net.sf.saxon.om,
28
 net.sf.saxon.pattern,
29
 net.sf.saxon.pull,
30
 net.sf.saxon.query,
31
 net.sf.saxon.s9api,
32
 net.sf.saxon.serialize,
33
 net.sf.saxon.serialize.charcode,
34
 net.sf.saxon.serialize.codenorm,
35
 net.sf.saxon.style,
36
 net.sf.saxon.sxpath,
37
 net.sf.saxon.trace,
38
 net.sf.saxon.trans,
39
 net.sf.saxon.tree,
40
 net.sf.saxon.tree.iter,
41
 net.sf.saxon.tree.linked,
42
 net.sf.saxon.tree.tiny,
43
 net.sf.saxon.tree.util,
44
 net.sf.saxon.tree.wrapper,
45
 net.sf.saxon.type,
46
 net.sf.saxon.value,
47
 net.sf.saxon.xpath,
48
 net.sf.saxon.xqj,
49
 org.apache.commons.cli,
50
 org.apache.commons.io,
51
 org.apache.commons.io.comparator,
52
 org.apache.commons.io.filefilter,
53
 org.apache.commons.io.input,
54
 org.apache.commons.io.output,
55
 org.apache.commons.lang,
56
 org.apache.commons.lang.builder,
57
 org.apache.commons.lang.enum,
58
 org.apache.commons.lang.enums,
59
 org.apache.commons.lang.exception,
60
 org.apache.commons.lang.math,
61
 org.apache.commons.lang.mutable,
62
 org.apache.commons.lang.text,
63
 org.apache.commons.lang.time,
64
 org.apache.tools.ant,
65
 org.apache.tools.ant.dispatch,
66
 org.apache.tools.ant.filters,
67
 org.apache.tools.ant.filters.util,
68
 org.apache.tools.ant.helper,
69
 org.apache.tools.ant.input,
70
 org.apache.tools.ant.listener,
71
 org.apache.tools.ant.loader,
72
 org.apache.tools.ant.taskdefs,
73
 org.apache.tools.ant.taskdefs.compilers,
74
 org.apache.tools.ant.taskdefs.condition,
75
 org.apache.tools.ant.taskdefs.cvslib,
76
 org.apache.tools.ant.taskdefs.email,
77
 org.apache.tools.ant.taskdefs.rmic,
78
 org.apache.tools.ant.types,
79
 org.apache.tools.ant.types.mappers,
80
 org.apache.tools.ant.types.resources,
81
 org.apache.tools.ant.types.resources.comparators,
82
 org.apache.tools.ant.types.resources.selectors,
83
 org.apache.tools.ant.types.selectors,
84
 org.apache.tools.ant.types.selectors.modifiedselector,
85
 org.apache.tools.ant.types.spi,
86
 org.apache.tools.ant.util,
87
 org.apache.tools.ant.util.facade,
88
 org.apache.tools.ant.util.regexp,
89
 org.apache.tools.bzip2,
90
 org.apache.tools.mail,
91
 org.apache.tools.tar,
92
 org.apache.tools.zip,
93
 org.mozilla.universalchardet,
94
 org.mozilla.universalchardet.prober,
95
 org.mozilla.universalchardet.prober.contextanalysis,
96
 org.mozilla.universalchardet.prober.distributionanalysis,
97
 org.mozilla.universalchardet.prober.sequence,
98
 org.mozilla.universalchardet.prober.statemachine,
99
 org.txm,
100
 org.txm.functions,
101
 org.txm.utils,
102
 org.txm.utils.i18n,
103
 org.txm.utils.logger,
104
 org.txm.utils.processbuilder,
105
 org.txm.utils.saxon,
106
 org.txm.utils.tostring,
107
 org.txm.utils.treetagger,
108
 org.txm.utils.xml,
109
 org.txm.utils.zip
110
Bundle-ClassPath: .,
111
 saxon9he.jar,
112
 commons-cli-1.2.jar,
113
 commons-io-1.4.jar,
114
 commons-lang-2.4.jar,
115
 juniversalchardet-1.0.3.jar,
116
 ant-1.7.1.jar,
117
 textcat-1.0.1.jar
0 118

  
tmp/org.txm.utils/.project (revision 147)
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>org.txm.utils</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
		<buildCommand>
9
			<name>org.eclipse.jdt.core.javabuilder</name>
10
			<arguments>
11
			</arguments>
12
		</buildCommand>
13
		<buildCommand>
14
			<name>org.eclipse.pde.ManifestBuilder</name>
15
			<arguments>
16
			</arguments>
17
		</buildCommand>
18
		<buildCommand>
19
			<name>org.eclipse.pde.SchemaBuilder</name>
20
			<arguments>
21
			</arguments>
22
		</buildCommand>
23
	</buildSpec>
24
	<natures>
25
		<nature>org.eclipse.pde.PluginNature</nature>
26
		<nature>org.eclipse.jdt.core.javanature</nature>
27
	</natures>
28
</projectDescription>
0 29

  
tmp/org.txm.utils/src/messages.properties (revision 147)
1
FAILED=Failed.
2
DONE=Done.
3
AbsoluteFrequency_1=Absolute Frequency
4
AbstractCqiClient_2=No error.
5
ArrayIndex_0=** The index array can not be null or empty.
6
ArrayIndex_1=** A zero-based index cannot be < 0 or > to the number of indexed elements.
7
Base_0=Binary directory 
8
Base_22='corpora' element missing from 'base' element
9
Base_3=\ does not exist?
10
Base_4=Parent directory 
11
Base_5=\ does not exist?
12
Base_6=Error: linkGrp/link/@target malformed: 
13
BuildCwbEncodeArgs_0=The file ''{0}'' cannot be found.
14
CAH_0=Error while exporting CAH result : 
15
CA_0=** The lexical table was not found in the R workspace.
16
CA_16=** Cannot load the 'ca' library
17
CA_2=** Error while computing correspondance analysis: 
18
CA_4=Unable to extract singular values 
19
CHAR_VECTOR_ADDED_TO_WORKSPACE=Vector "{1}" ({0,number,integer} "character") has been transmited to the Statistics Engine.
20
CONNECTED_TO_STATS_MODULE= connected.
21
CONNECTING_CQI_CLIENT=Connecting to the Search Engine with the following parameters: {0}:{1}@{2}{3}
22
CONNECTION_OK=Connected to the Statistics Engine.
23
CQI_CLIENT_CONNECTED=Connected to the Search Engine.
24
CREATING_PART=Part {0} created with query {1}
25
CREATING_SUBCORPUS=Subcorpus {1} created from corpus {0} with the query {2}
26
CatalogManager_0=** Manager Error during initialization: 
27
CatalogManager_1=\ does not exist.
28
Catalog_0=** Catalog File Not found 
29
CompositeComparator_0=Composite: 
30
Concordance_0=\ 
31
Concordance_1=** Failed to retrieve text_id property from lines
32
Concordance_12=** Failed to export Concordance: 
33
Concordance_13=Reference
34
Concordance_14=LeftContext
35
Concordance_15=Keyword
36
Concordance_16=RightContext
37
Concordance_17=Reference
38
Concordance_18=
39
Concordance_19=Context
40
Concordance_2=undefined
41
Concordance_3=\ results retrieved in 
42
Concordance_4=Failed to remove QueryResult from CQP: 
43
Concordance_5=
44
Concordance_6=Retrieving 
45
Concordance_7=\ results
46
Concordance_8=Failed to get texts limits: 
47
Contrasts_0=Computing: 
48
Convert5To6_1= is missing
49
Convert5To6_10='registry' file is missing: 
50
Convert5To6_11='html' directory is missing: 
51
Convert5To6_12=processing...
52
Convert5To6_15=reorganizing files of 
53
Convert5To6_19=Read corpus infos from old import.xml file: 
54
Convert5To6_30=Fill import.xml with: 
55
Convert5To6_46=processing text: 
56
Convert5To6_6=checking binary format...
57
Convert5To6_7='txm' directory is missing: 
58
Convert5To6_8='html' directory is missing: 
59
Convert5To6_9='data' directory is missing: 
60
Cooccurrence_0=Coocurrence: 
61
Cooccurrence_1=** Error: can't find 'n' or 'o': 
62
Cooccurrence_10=\ properties: 
63
Cooccurrence_102=** Error: negative argument in 'factln' function
64
Cooccurrence_103=** Error: negative argument in 'rbicoln' function
65
Cooccurrence_105=Occ\tFreq\tCoFreq\tScore\tMeanDist\tMode
66
Cooccurrence_106=\n
67
Cooccurrence_107=** Error: 
68
Cooccurrence_11=Occ
69
Cooccurrence_12=Freq
70
Cooccurrence_13=CoFreq
71
Cooccurrence_14=Score
72
Cooccurrence_15=MeanDist
73
Cooccurrence_16=Mode
74
Cooccurrence_2=Cooc: 
75
Cooccurrence_22=Error: ref_forms.length ! ref_freqs.length
76
Cooccurrence_23=Error: no cooccurrents
77
Cooccurrence_3=\ (
78
Cooccurrence_4=\ F: 
79
Cooccurrence_5=** Impossible to compute cooccurrences with this concordance 
80
Cooccurrence_6=Occ\tFreq\tCoFreq\tScore\tMeanDist\tMode
81
Cooccurrence_7=\ Occ:
82
Cooccurrence_8=\ Score:
83
Cooccurrence_9=\ MeanDist:
84
CorpusManager_0=** CQi Client not initialized
85
CorpusManager_1=** Error: This exception should not be thrown
86
Corpus_12=** Failed to restore subcorpus 
87
Corpus_13=Corpus:getLocale: CQP is not ready to answer: 
88
Corpus_14=Warning: can't load corpus 
89
Corpus_15= informations from workspace (selfElement  null)
90
Corpus_19=** Failed to restore partition 
91
Corpus_2=Corpus: 
92
Corpus_3=, Encoding : 
93
Corpus_4=, Language : 
94
Corpus_5=No values given
95
Corpus_6=** Corpus: the reference to text 
96
Corpus_7=\ is broken
97
Corpus_8=\ in 								
98
CorrespondanceAnalysisEditorInput_21=Rows
99
CorrespondanceAnalysisEditorInput_22=Cols
100
CorrespondanceAnalysisEditorInput_23=Q12
101
CorrespondanceAnalysisEditorInput_24=Q13
102
CorrespondanceAnalysisEditorInput_25=Q23
103
CorrespondanceAnalysisEditorInput_26=Mass
104
CorrespondanceAnalysisEditorInput_27=Dist
105
CorrespondanceAnalysisEditorInput_29=Cont
106
CorrespondanceAnalysisEditorInput_30=Cos\u00B2
107
CorrespondanceAnalysisEditorInput_32=c1
108
CorrespondanceAnalysisEditorInput_33=c2
109
CorrespondanceAnalysisEditorInput_34=c3
110
CorrespondanceAnalysisEditorInput_4=Factor
111
CorrespondanceAnalysisEditorInput_44=Cols
112
CorrespondanceAnalysisEditorInput_46=Q12
113
CorrespondanceAnalysisEditorInput_47=Q13
114
CorrespondanceAnalysisEditorInput_48=Q23
115
CorrespondanceAnalysisEditorInput_49=Mass
116
CorrespondanceAnalysisEditorInput_5=Singular values
117
CorrespondanceAnalysisEditorInput_50=Dist
118
CorrespondanceAnalysisEditorInput_52=Cont
119
CorrespondanceAnalysisEditorInput_53=Cos\u00B2
120
CorrespondanceAnalysisEditorInput_55=c1
121
CorrespondanceAnalysisEditorInput_56=c2
122
CorrespondanceAnalysisEditorInput_57=c3
123
CqiClient_0=Get Last CQP error
124
CqiClient_1=Read CQI CTRL LAST GENERAL ERROR
125
CqiClient_3=** Failed to get last CQP error
126
CqiClient_32=Search Engine launched...
127
CqiClient_33=** failed to connect to Search Engine.
128
CqiClient_34=Running SearchEngine in memory mode.
129
CwbEncode_0=The directory does not exists: 
130
CwbEncode_21=The "binary" directory does not exists: 
131
CwbEncode_23=The "registry" directory does not exists:  
132
CwbEncode_25=The "corpora" directory does not exists: 
133
CwbEncode_27=Processing corpus...
134
CwbEncode_29=The "data" directory does not exists: 
135
CwbEncode_32=Fixing registry file {0} with {1}
136
CwbProcess_1=Starting process with command: 
137
CwbProcess_3=Stopping process: 
138
CwbProcess_4=Process stoped: 
139
CwbProcess_5=** Can't find CQP location : 
140
DOUBLE_VECTOR_ADDED_TO_WORKSPACE=Vector "{1}" ({0,number,integer} "doubles") transmitted to the Statistics Engine.
141
DROP_PARTITION=Deleting partition {0}
142
DROP_QUERYRESULT=Deleting query results {0}
143
DROP_SUBCORPUS=Deleting subcorpus {0}
144
Diagnostic_0=* Structural Units properties\n
145
Diagnostic_1=** Failed to access corpus 
146
Diagnostic_10=Partition name: 
147
Diagnostic_11=\ structures
148
Diagnostic_12=Number of parts: 
149
Diagnostic_13=Partition size: 
150
Diagnostic_14=Lexical Units properties (max {0} values)
151
Diagnostic_15=Part number: 
152
Diagnostic_16=Number of structural units 
153
Diagnostic_17=Part names: 
154
Diagnostic_18=Part sizes: 
155
Diagnostic_19=Part properties: 
156
Diagnostic_2=** Error
157
Diagnostic_20=Parts queries: 
158
Diagnostic_22=Structural Units properties (max {0} values)
159
Diagnostic_23=\ values)
160
Diagnostic_26=No property
161
Diagnostic_3=Description of 
162
Diagnostic_4=\ properties
163
Diagnostic_40=* General Statistics\n
164
Diagnostic_41=- T 
165
Diagnostic_43=- Word properties 
166
Diagnostic_49=- S 
167
Diagnostic_5=General Statistics
168
Diagnostic_6=** Failed to access corpus 
169
Diagnostic_7=Number of words 
170
Diagnostic_8=\ lexicon
171
Diagnostic_9=Number of word properties 
172
END_SUBCORPUS_LEXICON=Lexicon of subcorpus {0} computed in {1} ms
173
END_SUBCORPUS_SIZE=size of subcorpus {0} ({1}) computed in {2} ms
174
ERROR_EXTRACT_ITEM=** Error extracting list item: 
175
EVALUATED_EXPRESSION=Expression "{0}" evaluated.
176
ExecTimer_0= msec
177
ExecTimer_1= sec
178
ExecTimer_2= min and 
179
ExecTimer_3=h, 
180
FAILED_INIT_CONNECTION_R=** Failed to connect to Statistics Engine.
181
FactoMineRCA_2=** Fail to get contrib column: 
182
FactoMineRCA_3=** Fail to get cos\u00B2 column: 
183
FactoMineRCA_4=** Fail to get contrib row: 
184
FactoMineRCA_5=** Fail to get cos\u00B2 row: 
185
Factor_0=** Not implemented
186
FileCopy_0=** File copy: failed to find source: 
187
FileCopy_2=** File copy: access right restriction to source: 
188
FileCopy_4=** File copy: failed to create directory: 
189
FilterManager_0=** Filter manager error : initialization 
190
FilterManager_1=\ does not exist.
191
Filter_7=** Read error
192
Focus_1=** The focus is empty or null.
193
GroovyImportScriptRunner_0=Initialization of GroovyImportScriptRunner
194
GroovyImportScriptRunner_1=> beginning execution of 
195
GroovyImportScriptRunner_3=> end of execution 
196
INT_VECTOR_ADDED_TO_WORKSPACE=Vector "{1}" ({0,number,integer} "int") transmitted to Statistics Engine.
197
InternalView_3=\ \ Structure informations: 
198
InternalView_6=InternalView: failed to retrieve struct properties values: 
199
InternalView_7=\ \ No structure informations
200
LEXICON=Lexicon 
201
LEXICON_ADDED=Lexicon "{1}" ({0,number,integer} entries) transmitted to Statistics Engine.
202
LIBBRARY_NOT_LOADED=Failed to load the {0} library: {1}
203
LS_0=Error: 
204
LS_1= is not a Directory!
205
LexicalTableImpl_0=
206
LexicalTableImpl_1=Building lexical table with: 
207
LexicalTableImpl_10= columns
208
LexicalTableImpl_12=Error: margin 
209
LexicalTableImpl_13= is higher than the partition size
210
LexicalTableImpl_3=\ <no partition> /
211
LexicalTableImpl_5=not enough columns: minimum 2 (here: 
212
LexicalTableImpl_8=line
213
LexicalTableImpl_9= does not have 
214
LexicographicKeywordComparator_0=Keyword
215
LexicographicLeftContextComparator_0=Left context
216
LexicographicRightContextComparator_0=Right context
217
Lexicon_0=Forms and frequencies tables must be of the same length.
218
Lexicon_3=Lexicon : 
219
Localizer_0=[Missing translation] 
220
Localizer_1=messages
221
Log_3=Copying logs in 
222
Log_5=Start loging in 
223
Log_8=\nstack:\n
224
MATRIX_ADDED_TO_WORKSPACE=Matrix "{2}" ({0,number,integer} rows and {1,number,integer} columns) transmitted to Statistics Engine.
225
MainCorpus_0=\ is not a valid CQP ID for a corpus. It must be in uppercase characters.
226
MainCorpus_1=\ in 
227
MainCorpus_2=Delete binary directory: 
228
MatrixImpl_0=A variable ("
229
MatrixImpl_1=") does not exist in the R workspace.
230
MatrixImpl_10=Row index (
231
MatrixImpl_11=) too big (max 
232
MatrixImpl_13=Col index (
233
MatrixImpl_14=) too big (max 
234
MatrixImpl_19=R object evaluated to null.
235
MatrixImpl_2=dim(
236
MatrixImpl_20=Unknown type: 
237
MatrixImpl_21=mode
238
MatrixImpl_22=Row index (
239
MatrixImpl_23=) too big (max 
240
MatrixImpl_28=Column index (
241
MatrixImpl_29=) too big (max 
242
MatrixImpl_4=Row names of a contingency table cannot be null.
243
MatrixImpl_5=Row names vector length must be equal to the number of rows of the matrix.
244
MatrixImpl_6=Column names of a contingency table cannot be null
245
MatrixImpl_67=Matrix: failed to get nrow: 
246
MatrixImpl_7=Col names vector length must be equals to the number of columns of the matrix (
247
MatrixImpl_73=MatrixImpl: Error: column size differs: original
248
MatrixImpl_79=Failed to get row names
249
MatrixImpl_88=Cannot delete all lines
250
MemCqiClient_0=Internal CQi error: 
251
MemCqiClient_1=CL error: 
252
MemCqiClient_10=Unknown CQP codes : b1 
253
MemCqiClient_11=Query ERROR
254
MemCqiClient_2=CQP error: 
255
MemCqiClient_3=Unknown CQP error : b1 
256
MemCqiClient_5=Unknown CQP cqi error : b1 
257
MemCqiClient_7=Unknown CQP code : b1 
258
MemCqiClient_9= b2 
259
MessageBox_0=Error
260
MessageBox_1=Warning
261
MessageBox_2=Information
262
NEW_PARTION=Creating new partion of corpus {0}: {1}
263
NOT_FOUND_IN_R=) was not found in the R workspace.
264
NetCqiClient_1=getLastCQiError: 
265
NetCqiClient_3=getLastCQPError: 
266
NetCqiClient_5=Could not reconnect to server: 
267
NetCqiClient_97=client.dumpSubCorpus(subcorpus, NetCqiClient.CQI_CONST_FIELD_MATCH, 1, 2) : 
268
NetCqiServer_0=** cqpserver stdout: 
269
NetCqiServer_1=** cqpserver stderr: 
270
NullComparator_0=None
271
PACKAGE_LOADED=Library {0} loaded.
272
PARTITION_CREATED=Partition {0} created in {1} ms
273
PART_CREATED=Part {0} created in {1} ms
274
Page_3=** Malformed URL, file 
275
Pair_0=\ should be false
276
Pair_1=\ should be true
277
PartitionFocus_1=The focus cannot be null or empty.
278
PartitionFocus_2=Focus is empty or null
279
PartitionFocus_3=The {0} part focus doesn''t belong to partition {1}.
280
PartitionFocus_4=** Unknown partition name.
281
Partition_1=\ in 
282
Partition_18=Failed to get last CQP error: 
283
Partition_2=\ in 
284
Partition_21=Warning: the partition could not be saved in workspace: 
285
Partition_4=\ query: 
286
Partition_9=** Failed to create part: 
287
PatchCwbRegistry_0="{0}" corpus registry update
288
PatchCwbRegistry_1=' corpus
289
PatchCwbRegistry_13=Source registry does not exists: 
290
PatchCwbRegistry_16=Can't find registry file
291
PatchCwbRegistry_2=Updating 
292
PatchCwbRegistry_23= encoding to 
293
PatchCwbRegistry_27=data directory 
294
PatchCwbRegistry_28=Could not patch registry
295
PatchCwbRegistry_29= could not be found in registry file 
296
PatchCwbRegistry_3=** The target corpus doesn't exist
297
PatchCwbRegistry_34=Updating 
298
PatchCwbRegistry_35= language to 
299
PatchCwbRegistry_4=Add Alignment attribute to corpus 
300
PatchCwbRegistry_5= registry: 
301
Project_0=Use directory name to build corpus declaration
302
Project_1=The corpus declaration file is not found too: 
303
Project_10=Project.load: workspace XML file error: 
304
Project_11=Failed to load base parameters from file: 
305
Project_12=Loading {0} corpus...  
306
Project_13=Adding texts: 
307
Project_14=Error: no version in import.xml file
308
Project_15=Error: the corpus version is too old to be loaded.
309
Project_16=Corpus name has been changed from {0} to {1} 
310
Project_17=Error: skipping the loading of corpus: 
311
Project_18=PARAMS: 
312
Project_2=Warning in corpus definition: no name attribute defined in its XML file : {0}
313
Project_25=Error: registry directory does not exist ! 
314
Project_26=** Error: ''{0}'' corpus directory is not conformant to TXM corpus binary format: corpus skipped." 
315
Project_27=Error while patching registry file: 
316
Project_28=TXM needs folders: 
317
Project_3=Project: load: malformed base node: duplicated 
318
Project_31= and file 
319
Project_4=Remove duplicate corpus from corpus list: 
320
Project_5=Analysing directory...
321
Project_6=Failed to load corpus with params: 
322
Project_7=Failed to load base with parameters file: 
323
Project_8=Can't read corpus parameters file: 
324
Project_9= base
325
PropertiesReferenceComparator_0=References
326
QUERY=Query on {0} : {1} <- {2}
327
QUERYING_PARTITION=Querying partition {0}
328
QuantitativeDataStructureImpl_0=No object with name "
329
QuantitativeDataStructureImpl_1=" in the workspace
330
QuantitativeDataStructureImpl_2=** Cannot delete a non-existing object.
331
QueryIndex_2=Warning : duplicate query entry : 
332
QueryIndex_3=Warning: query failed: 
333
QueryResult_0=\ is not a valid CQP Id for a subcorpus. It must be an uppercase characters followed by lowercase characters.
334
READING_2D_INT_ARRAY_FROM_CQI_SERVER=Reading an integer table from the CQi server
335
READING_BOOLEAN_FROM_CQI_SERVER=Reading boolean from the CQi server
336
READING_HEADER_FROM_CQI_SERVER=Reading header from the CQi server
337
READING_INTEGER_FROM_CQI_SERVER=Reading integer from the CQi server
338
READING_INT_ARRAY_FROM_CQI_SERVER=Reading integer array from the CQi server
339
READING_STRING_ARRAY_FROM_CQI_SERVER=Reading string array from the CQi server
340
READING_STRING_FROM_CQI_SERVER=Reading string from the CQi server
341
READ_2D_INT_ARRAY_FROM_CQI_SERVER=Read string 2D integer from the CQi server : {0}
342
READ_BOOLEAN_FROM_CQI_SERVER=Read boolean from the CQi server : {0}
343
READ_BYTE_FROM_CQI_SERVER=Read byte from the CQi server : {0}
344
READ_HEADER_FROM_CQI_SERVER=Read header from the CQi server : {0}
345
READ_INTEGER_FROM_CQI_SERVER=Read integer from the CQi server : {0}
346
READ_INT_ARRAY_FROM_CQI_SERVER=Read integer array from the CQi server : {0}
347
READ_STRING_ARRAY_FROM_CQI_SERVER=Read string array from the CQi server : {0}
348
READ_STRING_FROM_CQI_SERVER=Read string from the CQi server : {0}
349
REQUESTED_OBJECT=The object requested (
350
RETURNING_CACHED_LEXICON=Recycling the lexicon {0}
351
RETURN_FROM_QUERY={0} matches found in {1} ms
352
RException_0=** R error: "
353
RException_1="
354
RException_2=\nwhile evaluating: 
355
RSERVE_ACTIVATED=Statistics Engine running 
356
RSERVE_PATH_NOT_SET_ERROR=** The Statistics Engine program path is not set and we could not find it
357
RSERVE_PATH_SET_ERROR=** The Statistics Engine program path is set but we couldn't find it
358
RWorkspace_0=** Failed to connect to the R Workspace 
359
RWorkspace_1=** Evaluation Error: 
360
RWorkspace_10=Starting R using path: 
361
RWorkspace_11=Last safeeval: 
362
RWorkspace_2=try : connect to R at 
363
RWorkspace_21=Full command: 
364
RWorkspace_3=Saving graphic in file 
365
RWorkspace_4=
366
RWorkspace_5=
367
RWorkspace_6=** Failed to initialize file transfert: 
368
RWorkspace_7=Matrix is empty
369
RWorkspace_8=Failed to start RServe : 
370
R_EXPR=Expression sent to the Statistics Engine for evaluation: {0}.
371
R_READ_CONSOLE=The Statistics Engine waits for something to read from the console ({0}, {1}).
372
R_SAVE_HISTORY=The Statistics Engine has saved an history ({0}).
373
R_SHOW_MESSAGE=The Statistics Engine displayed this message: {0}.
374
R_WRITE_CONSOLE=The Statistics Engine displayed this message in the console: {0}.
375
ReferencePattern_3=Reference
376
Referencer_1=Referencer
377
Referencer_2=Referencer export failed: 
378
RelativeFrequency_3=Relative Frenquency %
379
Progression_1=Error: subcorpus with size 0
380
Progression_10=in
381
Progression_11=(density)
382
Progression_12=structure: 
383
Progression_13=, property: 
384
Progression_14=, value: 
385
Progression_2=Warning: discontinued subcorpus
386
Progression_3=Error: subcorpus with size 0
387
Progression_9=Progression of
388
SERVER_STARTED=Search Engine started 
389
SERVER_STOPED=Search Engine stopped
390
STARTING_SERVER=Starting Search Engine : {0}
391
STOPING_SERVER=Stopping the Search Engine
392
SUBCORPUS_CREATED=Subcorpus {0} created in {1} ms
393
SUBCORPUS_LEXICON=Computing the lexicon of subcorpus {0}
394
SUBCORPUS_SIZE=Computing the size of subcorpus {0}
395
Selection_0=\ number of words : 
396
Selection_1=\ number of texts : 
397
Selection_2=\ value : 
398
Selection_26=Failed to get sup values of 
399
Selection_3=Property : 
400
Selection_4=number of words : 
401
Selection_5=Text metadata: 
402
Selection_6=Selection error: the corpus 
403
Selection_7= has no base
404
Selection_8=Can't find structural unit for metadata with id: 
405
Selection_9=Error while getting metadatas from Base.importMetadatas: 
406
Sh_4=Process exited abnormally with code 
407
SpecificitesResult_0=** No specificity index array.
408
SpecificitesResult_1=** The specificity index array does not properly represent a matrix.
409
SpecificitesResult_10=** Reference to a non existing column.
410
SpecificitesResult_2=** The lexical table cannot be null.
411
SpecificitesResult_3=** Number of rows wanted (
412
SpecificitesResult_4=) and found (
413
SpecificitesResult_5=) mismatch.
414
SpecificitesResult_6=** Reference to non existing row.
415
SpecificitesResult_7=** number of columns given and found mismatch (
416
SpecificitesResult_8=Unit
417
Specificites_0=** Cannot compute specificites with less than 2 parts in the corpus.
418
Specificites_1=** Failed to get the specificites: 
419
Specificites_2=\ specificity index computed
420
StartRserve_0=Starting R with command line: 
421
StartRserve_2=No R path given, trying to find it...
422
StartRserve_21=** Failed to start Rserve with command: 
423
StartRserve_22=Statistical Engine launched
424
StartRserve_28=** Failed to run REG to find the location of R program: 
425
StartRserve_29=\ You need the 'R' software and you need to configure in the 'Tools/Preferences' window the correct path to it.
426
StartRserve_3=Rserve already running on port 
427
StartRserve_4=try R path : 'R'
428
StartRserve_6=try R path : 
429
StreamGobbler_0=Initializing log recorder
430
StreamGobbler_1=Starting log recorder
431
StreamGobbler_2=Stopping log recorder
432
StreamGobbler_3=Interrupting log recorder
433
StructuralUnitProperty_0=** Failed to access structural property values 
434
Subcorpus_1=\ in 
435
Subcorpus_2=Warning: the subcorpus could not be saved in workspace: 
436
Subcorpus_3=\ is not a valid CQP ID for a subcorpus. It must be an uppercase character followed by lowercase characters.
437
Summary_13=Error : text 
438
Summary_14= is null
439
Summary_15=Error : edition default is null
440
Summary_16=Error: textids
441
Summary_17= and wordids
442
TSCmd_30=Query was: 
443
TSCmd_31= matches found.
444
TSCorpusManager_0=Error reg dir: 
445
TSCorpusManager_1=Error configdir dir: 
446
TSCorpus_0=Couldn't read corpus: 
447
TSResult_0=Number of match 
448
TSResult_13=Cannot found tigerXml file: 
449
TSResult_14=Ts: conc: Failed to create xml file
450
TSResult_18=Starting injection
451
TSResult_2=Number of sub match 
452
TSResult_7=Can't find 
453
TSResult_8= in TS export methods 
454
TigerXmlIndexing_2=ERROR: !exists
455
TigerXmlIndexing_3=ERROR: !read
456
TigerXmlIndexing_6=IO: 
457
TigerXmlIndexing_7=SAX: 
458
Toolbox_0=** File
459
Toolbox_1=** Platform : the parameters SERVER_PATH_TO_EXECUTABLE, SERVER_PATH_TO_REGISTRY et SERVER_PATH_TO_INIT_FILE must be specified in a given '.properties' file.
460
Toolbox_10=** No worlspace found. Creating a new one.
461
Toolbox_11=Updating with : 
462
Toolbox_12=Loading workspace from file : 
463
Toolbox_14=** Error loadgin workspace from file : 
464
Toolbox_15=** Error : 
465
Toolbox_16=\ does not exists
466
Toolbox_17=End of CQP wait test
467
Toolbox_18=** Error while waiting for CQP
468
Toolbox_2=** Error: null value for key 
469
Toolbox_21=\ R: 
470
Toolbox_22=\ Workspace: 
471
Toolbox_23=Start StatEngine: user: 
472
Toolbox_24=\ remote:
473
Toolbox_25=\ port: 
474
Toolbox_26=** Error : while connection to search engine, with the following parameters : 
475
Toolbox_27=\ and 
476
Toolbox_28=Failed to start MemCqiClient: 
477
Toolbox_29=** Error while connecting to search engine.
478
Toolbox_3=true
479
Toolbox_30=- wrong login or password or port : 
480
Toolbox_31=Failed to exec 'taskkill /IM cqpserver.exe /F': 
481
Toolbox_33=- or the engine was not started with the command line : 
482
Toolbox_34=Failed to exec 'tskill cqpserver.exe': 
483
Toolbox_35=** Error while connecting to the stat engine.
484
Toolbox_37=kill `ps aux | grep cqpserver | awk '/-P 
485
Toolbox_38=/ {print $2}'`
486
Toolbox_39=Failed to exec '
487
Toolbox_4=With parameters: 
488
Toolbox_40=': 
489
Toolbox_43=Failed to exec 'taskkill /IM Rserve.exe /F': 
490
Toolbox_45=Failed to exec 'tskill Rserve.exe': 
491
Toolbox_47=Failed to exec 'killall -9 Rserve-bin.so': 
492
Toolbox_5= debug: 
493
Toolbox_7=The path to R program is null
494
Toolbox_8=Undefined keys : 
495
Toolbox_9=Platform parameters: 
496
Toolbox_connected_to_corpus_sever=connected
497
Toolbox_wait_failed=** Failed to wait for the interrupted process
498
Toolbox_workspace_init=Reloading subcorpora and partitions...
499
Toolbox_workspace_init_failed=** Error during workspace initialisation :
500
Toolbox_wrong_port=** Error : the connexion to the server failed : wrong port format
501
TxmObject_0=** Failed to get parent object
502
TxmObject_1=TxmObject: delete: parent object is null
503
TxmObject_2=Failed to save attribute 
504
TxmRenderer_1=TxmRenderer: error: no corpus found for result 
505
TxmRenderer_5=line: 
506
TxmRenderer_6= prop 
507
TxmRenderer_7=  mdc: 
508
VARIABLE_REMOVED=R Variable "{0}" deleted.
509
ValidateXml_0=XmlValidation: 
510
ValidateXml_1= is a directory
511
ValidateXml_2= does not exists
512
ValidateXml_3= is not read-able
513
VectorizeArray_0=** Nothing to do with an empty matrix
514
VectorizeArray_1=** Inner arrays must be of dimension > 0.
515
VectorizeArray_10=** An inner array cannot be null.
516
VectorizeArray_11=** All the inner array do not have the same length.
517
VectorizeArray_3=** All the inner array do not have the same length.
518
VectorizeArray_4=** Nothing to do with an empty matrix
519
VectorizeArray_5=** Inner arrays must be of dimension > 0.
520
VectorizeArray_7=** All the inner array do not have the same length.
521
VectorizeArray_8=** Nothing to do with an empty matrix
522
VectorizeArray_9=** Inner arrays must be of dimension > 0.
523
Index_0=** Error while computing lexicon:\n 
524
Index_1=Console : 
525
Index_7=** Failed to export Lexicon : 
526
WORKSPACE_PURGED=Statistics Engine cleaned up.
527
Workspace_0=, index 
528
Workspace_1=\t\t\tEdition: 
529
Workspace_10=corpus: 
530
Workspace_2=** Failed to load workspace: 
531
Workspace_26=\t\t\t\tPage: 
532
Workspace_27=\ wordid 
533
Workspace_28=\t\tScript: 
534
Workspace_29=, type:  
535
Workspace_3=Project: 
536
Workspace_30=\tCorpora: 
537
Workspace_31=\t\tText: 
538
Workspace_4=\tBase: 
539
Workspace_5=\t\tText: 
540
Workspace_6=** Failed to create empty workspace file: 
541
Workspace_7=\ pages
542
Workspace_8=Workspace XML file is mal formed. We need to recreate one...
0 543

  
tmp/org.txm.utils/src/org/txm/messages_fr.properties (revision 147)
1
FAILED=Échec.
2
DONE=Terminé.
3
AbsoluteFrequency_1=Fréquence absolue
4
AbstractCqiClient_2=Pas d'erreur à notifier.
5
ArrayIndex_0=** Le tableau d'index ne peut pas être nul ou vide.
6
ArrayIndex_1=** Un index commençant à 0 ne peut pas être inférieur à 0 ou supérieur au nombre d'éléments indexés.
7
Base_0=Dossier binaire 
8
Base_22=L'élément 'corpora' est absent de l'élément 'base'
9
Base_3=\ n'existe pas ?
10
Base_4=Le dossier parent 
11
Base_5=\ n'existe pas ?
12
Base_6=Erreur: linkGrp/link/@target mal formé : 
13
BuildCwbEncodeArgs_0=Le fichier ''{0}'' est introuvable.
14
CAH_0=Erreur durant l'export du résultat CAH : 
15
CA_0=** La table lexicale n'a pas été trouvée dans l'espace de travail R.
16
CA_16=** Impossible de charger la librairie 'ca'
17
CA_2=** Erreur lors du calcul de l'analyse factorielle des correspondances : 
18
CA_4=** Impossible d'extraire les valeurs propres 
19
CHAR_VECTOR_ADDED_TO_WORKSPACE=Le vecteur "{1}" ({0,number,integer} valeurs "character") a été transmis au Moteur Statistique.
20
CONNECTED_TO_STATS_MODULE= connecté.
21
CONNECTING_CQI_CLIENT=Connexion au moteur de recherche avec les paramètres suivants : {0}:{1}@{2}{3}...
22
CONNECTION_OK=Connexion au Moteur Statistique établie.
23
CQI_CLIENT_CONNECTED=Connexion au moteur de recherche établie.
24
CREATING_PART=Partie {0} créée à partir de la requête {1}
25
CREATING_SUBCORPUS=Création du sous-corpus {1} à partir du corpus {0} et de la requête {2}
26
CatalogManager_0=** Erreur du gestionnaire de catalogue : initialisation 
27
CatalogManager_1=\ n'existe pas.
28
Catalog_0=** Fichier de catalogue introuvable
29
CompositeComparator_0=Composé : 
30
Concordance_0=\ 
31
Concordance_1=** Echec de récupération de la propriété 'text_id' des lignes 
32
Concordance_12=** Echec de l'exportation de la concordance : 
33
Concordance_13=Référence
34
Concordance_14=ContexteGauche
35
Concordance_15=Pivot
36
Concordance_16=ContexteDroit
37
Concordance_17=Référence
38
Concordance_18=
39
Concordance_19=Contexte
40
Concordance_2=indéfini
41
Concordance_3=\ résultats obtenus en\ 
42
Concordance_4=Echec de la suppression du QueryResult de CQP: 
43
Concordance_5=
44
Concordance_6=Récupération 
45
Concordance_7=\ résultats
46
Concordance_8=Echec de la récupération des limites de texte : 
47
Contrasts_0=Calcul: 
48
Convert5To6_1=''{0}'' est introuvable.
49
Convert5To6_10=le dossier 'registry' est manquant
50
Convert5To6_11=le dossier 'html' est manquant
51
Convert5To6_12=traitement en cours...
52
Convert5To6_15=Reorganisation des fichiers de 
53
Convert5To6_19=Lecture des informatins sur le corpus depuis le fichier import.xml : 
54
Convert5To6_30=Remplissage du fichier 'import.xml' avec : 
55
Convert5To6_46=traitement du fichier : 
56
Convert5To6_6=Vérification du format...
57
Convert5To6_7=le dossier 'txm' est manquant
58
Convert5To6_8=le dossier 'html' est manquant
59
Convert5To6_9=le dossier 'data' est manquant
60
Cooccurrence_0=Coocurrence : 
61
Cooccurrence_1=** Echec de la recherche de 'n' ou 'o' : 
62
Cooccurrence_10=\ propriétés : 
63
Cooccurrence_102=** Erreur : argument négatif dans la fonction 'factln'
64
Cooccurrence_103=** Erreur : argument négatif dans la fonction 'rbicoln'
65
Cooccurrence_105=Occ\tFréq\tCoFréq\tIndice\tDistMoy\tMode
66
Cooccurrence_106=\n
67
Cooccurrence_107=** Erreur : 
68
Cooccurrence_11=Occ
69
Cooccurrence_12=Fréq
70
Cooccurrence_13=CoFréq
71
Cooccurrence_14=Indice
72
Cooccurrence_15=DistMoy
73
Cooccurrence_16=Mode
74
Cooccurrence_2=Cooc : 
75
Cooccurrence_22=Erreur: ref_forms.length ! ref_freqs.length
76
Cooccurrence_23=Erreur: pas de cooccurrents
77
Cooccurrence_3=\ (
78
Cooccurrence_4=\ F : 
79
Cooccurrence_5=** Impossible de calculer des cooccurrences avec cette concordance
80
Cooccurrence_6=Occ\tFréq\tCoFréq\tIndice\tDistMoy\tMode
81
Cooccurrence_7=\ Occ :
82
Cooccurrence_8=\ Indice:
83
Cooccurrence_9=\ DistMoy:
84
CorpusManager_0=** Le client CQi n'est pas initilialisé
85
CorpusManager_1=** Erreur : Cette exception ne devrait pas se lever
86
Corpus_12=** Echec de la restauration du sous-corpus
87
Corpus_13=Corpus: getLocale: CQP est pas prêt à répondre : 
88
Corpus_14=Attention: le corpus ne peut pas être chargé 
89
Corpus_15= informations from workspace (selfElement  null)
90
Corpus_19=** Echec de la restauration de la partition
91
Corpus_2=Corpus : 
92
Corpus_3=, Encodage : 
93
Corpus_4=, Langue : 
94
Corpus_5= Pas de valeur donnée
95
Corpus_6=** Corpus : la référence au texte 
96
Corpus_7=\ est manquante
97
Corpus_8=\ dans
98
CorrespondanceAnalysisEditorInput_21=Lignes
99
CorrespondanceAnalysisEditorInput_22=Colonnes
100
CorrespondanceAnalysisEditorInput_23=Q12
101
CorrespondanceAnalysisEditorInput_24=Q13
102
CorrespondanceAnalysisEditorInput_25=Q23
103
CorrespondanceAnalysisEditorInput_26=Mass
104
CorrespondanceAnalysisEditorInput_27=Dist
105
CorrespondanceAnalysisEditorInput_29=Cont
106
CorrespondanceAnalysisEditorInput_30=Cos\u00B2
107
CorrespondanceAnalysisEditorInput_32=c1
108
CorrespondanceAnalysisEditorInput_33=c2
109
CorrespondanceAnalysisEditorInput_34=c3
110
CorrespondanceAnalysisEditorInput_4=Facteur
111
CorrespondanceAnalysisEditorInput_44=Colonnes
112
CorrespondanceAnalysisEditorInput_46=Q12
113
CorrespondanceAnalysisEditorInput_47=Q13
114
CorrespondanceAnalysisEditorInput_48=Q23
115
CorrespondanceAnalysisEditorInput_49=Mass
116
CorrespondanceAnalysisEditorInput_5=Valeurs propres
117
CorrespondanceAnalysisEditorInput_50=Dist
118
CorrespondanceAnalysisEditorInput_52=Cont
119
CorrespondanceAnalysisEditorInput_53=Cos\u00B2
120
CorrespondanceAnalysisEditorInput_55=c1
121
CorrespondanceAnalysisEditorInput_56=c2
122
CorrespondanceAnalysisEditorInput_57=c3
123
CqiClient_0=Récupération de la dernière erreur CQP
124
CqiClient_1=Lecture de CQI CTRL LAST GENERAL ERROR
125
CqiClient_3=** Echec de la lecture de la dernière erreur CQP
126
CqiClient_32=Moteur de recherche lancé...
127
CqiClient_33=** La connexion au moteur de recherche a échoué.
128
CqiClient_34=Moteur de recherche lancé.
129
CwbEncode_0=le dossier n'existe pas :
130
CwbEncode_21=Le dossier "bin" n'existe pas : 
131
CwbEncode_23=Le dossier "registry" n'existe pas : 
132
CwbEncode_25=Le dossier "corpora" n'existe pas :
133
CwbEncode_27=Traitement du corpus 
134
CwbEncode_29=Le dossier "data" n'existe pas :
135
CwbEncode_32=Patch le fichier registry {0} avec {1}
136
CwbProcess_1=Démarrage avec la ligne de commande : 
137
CwbProcess_3=Arrêt en cours du processus : 
138
CwbProcess_4=Processus arrêté : 
139
CwbProcess_5=** Echec de localisation de CQP : 
140
DOUBLE_VECTOR_ADDED_TO_WORKSPACE=Le vecteur "{1}" ({0,number,integer} valeurs numériques "doubles") a été transmis au Moteur Statistique.
141
DROP_PARTITION=Suppression de la partition {0}
142
DROP_QUERYRESULT=Suppression du résultat de requête {0}
143
DROP_SUBCORPUS=Suppression du sous-corpus {0}
144
Diagnostic_0=<h3>Propriétés des structures\n
145
Diagnostic_1=** Echec d'accès au corpus
146
Diagnostic_10=Nom de la partition : 
147
Diagnostic_11=\ structures
148
Diagnostic_12=Nombre de parties :
149
Diagnostic_13=Taille de la partition : 
150
Diagnostic_14=Propriétés des unités lexicales (max {0} valeurs)
151
Diagnostic_15=Numéro de la partie : 
152
Diagnostic_16=Nombre d'unités de structure 
153
Diagnostic_17=Nom des parties : 
154
Diagnostic_18=Taille des parties : 
155
Diagnostic_19=Propriétés des parties : 
156
Diagnostic_2=** Erreur
157
Diagnostic_20=Requêtes de parties : 
158
Diagnostic_22=Propriétés des structures (max {0} valeurs)
159
Diagnostic_23=\ valeurs)
160
Diagnostic_26=Pas de propriété
161
Diagnostic_3=Description du corpus 
162
Diagnostic_4=\ propriétés
163
Diagnostic_40=* Statistiques Générales\n
164
Diagnostic_41=- T
165
Diagnostic_43=- Propriétés de mot 
166
Diagnostic_49=- S
167
Diagnostic_5=Statistiques Générales
168
Diagnostic_6=** Echec d'accès au corpus
169
Diagnostic_7=Nombre de mots 
170
Diagnostic_8=\ lexique
171
Diagnostic_9=Nombre de propriétés de mot 
172
END_SUBCORPUS_LEXICON=Lexique du sous-corpus {0} calculé en {1} ms
173
END_SUBCORPUS_SIZE=Taille du sous-corpus {0} ({1}) calculée en {2} ms
174
ERROR_EXTRACT_ITEM=** Erreur lors de l'extraction de la liste d'items : 	
175
EVALUATED_EXPRESSION=L''expression ''{0}'' a été évaluée.
176
ExecTimer_0=\ msec
177
ExecTimer_1=\ sec
178
ExecTimer_2=\ min et 
179
ExecTimer_3=h, 
180
FAILED_INIT_CONNECTION_R=** Echec de connexion au serveur statistique.
181
FactoMineRCA_2=** Echec d'accès à la colonne des contributions : 
182
FactoMineRCA_3=** Echec d'accès à la colonne des cos\u00B2 : 
183
FactoMineRCA_4=** Echec d'accès à la ligne des contributions : 
184
FactoMineRCA_5=** Echec d'accès à la ligne des cos\u00B2 : 
185
Factor_0=** Non implémenté
186
FileCopy_0=** Copie de fichiers : échec d'accès à la source : 
187
FileCopy_2=** Copie de fichiers : droits d'accès insuffisants à la source : 
188
FileCopy_4=** Copie de fichiers : échec de création du dossier : 
189
FilterManager_0=** Erreur du gestionnaire de filtre : initialisation 
190
FilterManager_1=\ n'existe pas.
191
Filter_7=** Erreur de lecture
192
Focus_1=** Le focus est vide ou nul.
193
GroovyImportScriptRunner_0=Initialisation de GroovyImportScriptRunner
194
GroovyImportScriptRunner_1=> début de l'exécution de 
195
GroovyImportScriptRunner_3=> fin de l'exécution
196
INT_VECTOR_ADDED_TO_WORKSPACE=Le vecteur "{1}" ({0,number,integer} valeurs numériques "entières") a été transmis au Moteur Statistique.
197
InternalView_3=\ \ Information des structures :
198
InternalView_6=InternalView: erreur lors de la récupération des valeurs des propriétés de structure
199
InternalView_7=\ \ No d'informations sur les structures
200
LEXICON=Lexique
201
LEXICON_ADDED=Le lexique "{1}" ({0,number,integer} entrées) a été transmis au Moteur Statistique.
202
LIBBRARY_NOT_LOADED=LA librairie {0} n''a pu être chargée : {1}
203
LS_0=Erreur : 
204
LS_1=\ n'est pas un dossier
205
LexicalTableImpl_0=
206
LexicalTableImpl_1=Construction de la table lexicale avec : 
207
LexicalTableImpl_10=colonnes
208
LexicalTableImpl_12=Erreur: les marges
209
LexicalTableImpl_13=\ sont plus grandes que la taille des parties
210
LexicalTableImpl_3=\ <sans partition> /
211
LexicalTableImpl_5=pas assez de colonnes : minimum 2 (ici : 
212
LexicalTableImpl_8=ligne
213
LexicalTableImpl_9= n'a pas 
214
LexicographicKeywordComparator_0=Pivot
215
LexicographicLeftContextComparator_0=Contexte gauche
216
LexicographicRightContextComparator_0=Contexte droit
217
Lexicon_0=Le tableau des formes et des fréquences doivent avoir la même longueur.
218
Lexicon_3=Lexique :
219
Localizer_0=[Traduction manquante] 
220
Localizer_1=messages
221
Log_3=Copie des messages dans 
222
Log_5=Ecriture des messages dans
223
Log_8=\nstack:\n
224
MATRIX_ADDED_TO_WORKSPACE=La matrice "{2}" ({0,number,integer} lignes et {1,number,integer} colonnes) a été transmise au Moteur Statistique.
225
MainCorpus_0=\ n'est pas un identifiant de corpus CQP valide. Il doit être en majuscule.
226
MainCorpus_1=\ dans
227
MainCorpus_2=Suppression du dossier de corpus binaire : 
228
MatrixImpl_0=Une variable ("
229
MatrixImpl_1=") n'existe pas dans l'espace de travail R.
230
MatrixImpl_10=Index de ligne (
231
MatrixImpl_11=) trop grand (max 
232
MatrixImpl_13=Index de colonne (
233
MatrixImpl_14=) trop grand (max 
234
MatrixImpl_19=L'objet R a une valeur nulle.
235
MatrixImpl_2=dim(
236
MatrixImpl_20=Type inconnu : 
237
MatrixImpl_21=mode
238
MatrixImpl_22=Index de ligne (
239
MatrixImpl_23=) trop grand (max 
240
MatrixImpl_28=Index de colonne (
241
MatrixImpl_29=) trop grand (max 
242
MatrixImpl_4=Les noms de lignes d'une matrice de contingence ne peuvent pas être nuls.
243
MatrixImpl_5=La dimension du vecteur des noms de lignes doit être égale au nombre de lignes de la matrice.
244
MatrixImpl_6=Les noms de colonnes d'une matrice de contingence ne peuvent pas être nuls.
245
MatrixImpl_67=Matrice: impossible d'obtenir le nombre de lignes: 
246
MatrixImpl_7=La dimension du vecteur des noms de colonnes doit être égale au nombre de colonnes de la matrice (
247
MatrixImpl_73=MatrixImpl: Erreur: la taille des colonnes diffère de l'originale
248
MatrixImpl_79=Impossible d'obtenir les noms de lignes
249
MatrixImpl_88=Impossible de supprimer toutes les lignes
250
MemCqiClient_0=Erreur interne CQi : 
251
MemCqiClient_1=Erreur 
252
MemCqiClient_10=Codes CQP inconnus : b1 
253
MemCqiClient_11=Erreur de requête
254
MemCqiClient_2=Attention 
255
MemCqiClient_3=Erreur CQP inconnue : b1 
256
MemCqiClient_5=Erreur CQP cqi inconnue : b1 
257
MemCqiClient_7=Code CQP inconnu : b1 
258
MemCqiClient_9= b2 
259
MessageBox_0=Erreur
260
MessageBox_1=Attention
261
MessageBox_2=Information
262
NEW_PARTION=Création d''une nouvelle partition du corpus {0} : {1}
263
NOT_FOUND_IN_R=) n'a pas été trouvé dans l'espace de travail R.
264
NetCqiClient_1=Dernière erreur Cqi : 
265
NetCqiClient_3=Dernière erreur CQP
266
NetCqiClient_5=Echec de la reconnexion auserveur : 
267
NetCqiClient_97=client.dumpSubCorpus(subcorpus, NetCqiClient.CQI_CONST_FIELD_MATCH, 1, 2) : 
268
NetCqiServer_0=** cqpserver stdout: 
269
NetCqiServer_1=** cqpserver stderr: 
270
NullComparator_0=Aucun
271
PACKAGE_LOADED=Bibliothèque {0} chargée.
272
PARTITION_CREATED=Partition {0} créée en {1} ms
273
PART_CREATED=Partie {0} créée en {1} ms
274
Page_3=** URL mal formée, fichier 
275
Pair_0=\ devrait valoir faux
276
Pair_1=\ devrait valoir vrai
277
PartitionFocus_1=Le focus ne doit pas être vide ou nul.
278
PartitionFocus_2=Le focus est vide ou nul
279
PartitionFocus_3=Le focus de la partie {0} n''appartient pas à la partition {1}.
280
PartitionFocus_4=** Nom de partition inconnu.
281
Partition_1=\ dans
282
Partition_18=Erreur lors de la récupération de la dernière erreur CQP : 
283
Partition_2=\ dans
284
Partition_21=Attention : la partition n'a pu être sauvegardée
285
Partition_4=\ requête : 
286
Partition_9=** Echec de la création de la partie :
287
PatchCwbRegistry_0=Mise à jour du registre du corpus "{0}"
288
PatchCwbRegistry_1='
289
PatchCwbRegistry_13=Le fichier registry source n'existe pas
290
PatchCwbRegistry_16=Le fichier 'registry' est introuvable
291
PatchCwbRegistry_2=Mise à jour du corpus 
292
PatchCwbRegistry_23= pour l'encodage 
293
PatchCwbRegistry_27=dossier 'data'
294
PatchCwbRegistry_28=Erreur lors de la reécriture du fichier 'registry'
295
PatchCwbRegistry_29= n'a pu être trouvé dans 
296
PatchCwbRegistry_3=** Le corpus cible n'existe pas
297
PatchCwbRegistry_34=Mise à jour de la langue du corpus 
298
PatchCwbRegistry_35= à 
299
PatchCwbRegistry_4=Ajout au corpus 
300
PatchCwbRegistry_5= de l'attribut d'alignement 
301
Project_0=Utiliser le nom de dossier pour générer la déclaration de corpus
302
Project_1=Le fichier de déclaration de corpus n'a pas été trouvé
303
Project_10=Project.load: erreur dans le fichier XML du workspace: 
304
Project_11=Erreur lors  de la récupération des 
305
Project_12=Chargement du corpus {0}...
306
Project_13=Ajout des textes : 
307
Project_14=Erreur : le fichier 'import.xml' ne contient pas de version
308
Project_15=Erreur : la version du fichier 'import.xml' est trop ancienne pour que le corpus soit chargé
309
Project_16=Le nom de corpus a été changé de {0} à {1} 
310
Project_17=Erreur : le corpus ne sera pas chargé
311
Project_18=Paramètres : 
312
Project_2=Attention, l''attribut ''name'' du corpus n''est pas défini dans la définition XML du fichier {0}.
313
Project_25=Erreur : le dossier 'registry' n'existe pas
314
Project_26=** Erreur : le dossier d'entrée n'est pas conforme au format de corpus binaire de TXM :  
315
Project_27=Erreur lors de la reécriture du fichier 'registry' : 
316
Project_28=TXM a besoin des dossiers suivants : 
317
Project_3=Attention : deux corpus partagent le même identifiant (@name) dans leur fichier de configuration : {0}
318
Project_31= et le fichier
319
Project_4=Suppression des doublons de la liste des corpus:
320
Project_5=Analyse du dossier...
321
Project_6=Erreur lors du chargement du corpus avec : 
322
Project_7=Erreur lors du chargement du corpus avec : 
323
Project_8=Le fichier de paramétrage de corpus est introuvable (ou illisible). : {0}. Le corpus correspondant ne sera pas disponible. 
324
Project_9= base
325
PropertiesReferenceComparator_0=Références
326
QUERY=Requête sur {0} : {1} <- {2}
327
QUERYING_PARTITION=Requête sur la partition {0}
328
QuantitativeDataStructureImpl_0=Aucun objet de nom "
329
QuantitativeDataStructureImpl_1=" dans l'espace de travail
330
QuantitativeDataStructureImpl_2=** Impossible de supprimer un objet qui n'existe pas.
331
QueryIndex_2=Attention : requête dupliquée : 
332
QueryIndex_3=Attention: échec de la requête:
333
QueryResult_0=\ n'est pas un identifiant de sous-corpus CQP valide. Il doit être en majuscules suivies de caractères minuscules.
334
READING_2D_INT_ARRAY_FROM_CQI_SERVER=Lecture d'un tableau d'entiers du serveur CQi
335
READING_BOOLEAN_FROM_CQI_SERVER=Lecture d'un booléen du serveur CQi
336
READING_HEADER_FROM_CQI_SERVER=Lecture d'une entête du serveur CQi
337
READING_INTEGER_FROM_CQI_SERVER=Lecture d'un entier du serveur CQi
338
READING_INT_ARRAY_FROM_CQI_SERVER=Lecture d'un tableau d'entiers du serveur CQi
339
READING_STRING_ARRAY_FROM_CQI_SERVER=Lecture d'un tableau de chaines du serveur CQi
340
READING_STRING_FROM_CQI_SERVER=Lecture d'une chaine du serveur CQi
341
READ_2D_INT_ARRAY_FROM_CQI_SERVER=Tableau d''entiers reçu du serveur CQi : {0}
342
READ_BOOLEAN_FROM_CQI_SERVER=Booléen reçu du serveur CQi : {0}
343
READ_BYTE_FROM_CQI_SERVER=Octet reçu du serveur CQi : {0}
344
READ_HEADER_FROM_CQI_SERVER=Entête reçue du serveur CQi : {0}
345
READ_INTEGER_FROM_CQI_SERVER=Entier reçu du serveur CQi : {0}
346
READ_INT_ARRAY_FROM_CQI_SERVER=Tableau d''entiers reçu du serveur CQi : {0}
347
READ_STRING_ARRAY_FROM_CQI_SERVER=Tableau de chaines reçu du serveur CQi : {0}
348
READ_STRING_FROM_CQI_SERVER=Chaine reçue du serveur CQi : {0}
349
REQUESTED_OBJECT=L'objet demandé (
350
RETURNING_CACHED_LEXICON=Recyclage du lexique {0}
351
RETURN_FROM_QUERY={0} occurrences trouvées en {1} ms
352
RException_0=** Erreur R : "
353
RException_1="
354
RException_2=\n lors de l'évaluation de :
355
RSERVE_ACTIVATED=Moteur Statistique lancé 
356
RSERVE_PATH_NOT_SET_ERROR=** Le chemin du programme du serveur statistique n'a pas été renseigné et sa recherche a échoué
357
RSERVE_PATH_SET_ERROR=** Le chemin du programme du serveur statistique a été renseigné mais sa recherche a échoué
358
RWorkspace_0=** Echec de connexion à l'espace de travail R 
359
RWorkspace_1=** Erreur d'évaluation : 
360
RWorkspace_10=Démarrage de R avec le chemin d'accès: 
361
RWorkspace_11=Dernier 'safeeval'
362
RWorkspace_2=tentative de connexion à R : 
363
RWorkspace_21=Commande complète : 
364
RWorkspace_3=Sauvegarde du graphique dans le fichier 
365
RWorkspace_4=
366
RWorkspace_5=
367
RWorkspace_6=** Echec de l'initialisation du transfert : 
368
RWorkspace_7=La matrice est vide
369
RWorkspace_8=Impossible de démarrer RServe : 
370
R_EXPR=Expression transmise au Moteur Statistique pour évaluation : {0}.
371
R_READ_CONSOLE=Le Moteur Statistique attend une réponse de la console ({0}, {1}).
372
R_SAVE_HISTORY=Le Moteur Statistique a sauvegardé un historique ({0}).
373
R_SHOW_MESSAGE=Le Moteur Statistique a affiché ce message : {0}.
374
R_WRITE_CONSOLE=Le Moteur Statistique a afiché ce message dans la console: {0}.
375
ReferencePattern_3=Référence
376
Referencer_1=Références
377
Referencer_2=Références : l'export a échoué :  
378
RelativeFrequency_3=Fréquence Relative %
379
Progression_1=Erreur la taille du sous-corpus est 0
380
Progression_10= dans
381
Progression_11= (densité)
382
Progression_12=structure : 
383
Progression_13=, propriété : 
384
Progression_14=, valeur 
385
Progression_2=Attention, le corpus est discontinu
386
Progression_3=Erreur la taille du sous-corpus est 0
387
Progression_9=Progression de
388
SERVER_STARTED=Moteur de recherche lancé 
389
SERVER_STOPED=Moteur de recherche arrêté
390
STARTING_SERVER=Lancement du moteur de recherche : {0}
391
STOPING_SERVER=Arrêt du moteur de recherche
392
SUBCORPUS_CREATED=Sous-corpus {0} créé en {1} ms
393
SUBCORPUS_LEXICON=Calcul du lexique du sous-corpus {0}
394
SUBCORPUS_SIZE=Calcul de la taille du sous-corpus {0}
395
Selection_0=\ nombre de mots : 
396
Selection_1=\ nombre de textes : 
397
Selection_2=\ valeur : 
398
Selection_26=Echec de la récupération des valeurs de structures de
399
Selection_3=Propriété : 
400
Selection_4=nombre de mots : 
401
Selection_5=Métadonnées de textes : 
402
Selection_6=Erreur : le corpus
403
Selection_7=n'a pas de 'Base'
404
Selection_8=Erreur : pas de structures trouvées pour la métadonnée d'identifiant : 
405
Selection_9=Erreur lors de la récupération des metadonnées du corpus
406
Sh_4=Le processus a terminé avec le code d'erreur : 
407
SpecificitesResult_0=** Pas de tableau d'index de spécificité
408
SpecificitesResult_1=** Le tableau d'index des spécificités ne correspond pas à une matrice
409
SpecificitesResult_10=** Référence à une colonne inexistante.
410
SpecificitesResult_2=** La table lexicale ne peut être nulle.
411
SpecificitesResult_3=** Le nombre lignes prévu (
412
SpecificitesResult_4=) et trouvé (
413
SpecificitesResult_5=) ne correspondent pas
414
SpecificitesResult_6=** Référence à une ligne inexistante
415
SpecificitesResult_7=** Le nombre de colonnes données et le nombre de colonnes trouvées sont différents (
416
SpecificitesResult_8=Unité
417
Specificites_0=** Il faut au moins 2 parties pour calculer des spécificités
418
Specificites_1=** Echec d'accès aux spécificités : 
419
Specificites_2=\ spécificités calculées
420
StartRserve_0=Démarrage de R avec la ligne de commande: 
421
StartRserve_2=Chemin d'accès à R non fourni, tentative de résolution...
422
StartRserve_21=** Echec du lancement de Rserve avec la commande : 
423
StartRserve_22=Moteur statistique lancé
424
StartRserve_28=** Echec du lancement de REG pour localiser le programme R
425
StartRserve_29=\ Vous avez besoin du logiciel 'R' et de configurer ses chemins via la fenêtre de préférences 'Outils/Préférences'
426
StartRserve_3=Rserve déja démarré sur le port 
427
StartRserve_4=Essai du chemin de R : 'R'
428
StartRserve_6=Essai du chemin de R : 
429
StreamGobbler_0=Initialisation de l'enregistreur de journal
430
StreamGobbler_1=démarrage de l'enregistreur de journal
431
StreamGobbler_2=Arrêt de l'enregistreur de journal
432
StreamGobbler_3=Interruption de l'enregistreur de journal
433
StructuralUnitProperty_0=** Echec de lecture des valeurs de la propriété de structure 
434
Subcorpus_1=\ dans
435
Subcorpus_2=Attention : le sous-corpus n'a pu être sauvegardé.
436
Subcorpus_3=\ n'est pas un identifiant de sous-corpus CQP valide. Il doit être en majuscules suivies de caractères minuscules.
437
Summary_13=Erreur : text
438
Summary_14= a pour valeur  'null'
439
Summary_15=Erreur : edition a pour valeur 'null'
440
Summary_16=Erreur : textids
441
Summary_17= et wordids
442
TSCmd_30=La requête était : 
443
TSCmd_31= résultats trouvés
444
TSCorpusManager_0=Erreur dans le dossier registre :
445
TSCorpusManager_1=Erreur dans le dossier de configuration : 
446
TSCorpus_0=Erreur : le corpus n'a pas les droits de lecture
447
TSResult_0=Nombre de match
448
TSResult_13=Erreur : le fichier tigerXML est introuvable : 
449
TSResult_14=Erreur : la concordance n'a pu être enregistré dans le fichier XML
450
TSResult_18=Début de l'injection
451
TSResult_2=Nombre de sous graph
452
TSResult_7=Erreur : la méthode d'export 
453
TSResult_8=est introuvable
454
TigerXmlIndexing_2=Erreur : n'existe pas
455
TigerXmlIndexing_3=Erreur : n'a pas les droits de lecture
456
TigerXmlIndexing_6=IO :
457
TigerXmlIndexing_7=SAX : 
458
Toolbox_0=** Le fichier 
459
Toolbox_1=** Plateforme : les paramètres SERVER_PATH_TO_EXECUTABLE, SERVER_PATH_TO_REGISTRY et SERVER_PATH_TO_INIT_FILE doivent être renseignés dans le fichier '.properties' donné à la plateforme 
460
Toolbox_10=** Pas d'espace de travail trouvé, création d'un nouvel espace de travail dans le dossier 
461
Toolbox_11=Mis à jour avec : 
462
Toolbox_12=Chargement de l'espace de travail à partir du fichier 
463
Toolbox_14=** Echec de lecture de l'espace de travail à partir du fichier 
464
Toolbox_15=** Erreur :
465
Toolbox_16=\ n'existe pas.
466
Toolbox_17=Fin du test d'attente de CQP
467
Toolbox_18=** Echec du test d'attente de CQP : 
468
Toolbox_2=** Erreur : valeur nulle pour la clé 
469
Toolbox_21=\ R :
470
Toolbox_22=\ Espace de travail : 
471
Toolbox_23=Démarrage du moteur de statistiques par l'utilisateur : 
472
Toolbox_24=\ distant : 
473
Toolbox_25=\ port : 
474
Toolbox_26=** Echec de connexion au moteur de recherche avec les paramètres suivants : 
475
Toolbox_27=\ et  
476
Toolbox_28=Erreur lors du démarage du mode mémoire de CQP
477
Toolbox_29=** Échec de la connexion au moteur de recherche : 
478
Toolbox_3=vrai
479
Toolbox_30=- mauvais login/mot de passe/nom de machine/port :
480
Toolbox_31=Echec de la commande 'taskkill /IM cqpserver.exe /F': 
481
Toolbox_33=- ou le moteur de recherche n'a pas été lancé avec la ligne de commande : 
482
Toolbox_34=Echec de la commande 'tskill cqpserver.exe': 
483
Toolbox_35=** La connexion au moteur statistique a échoué
484
Toolbox_37=kill `ps aux | grep cqpserver | awk '/-P 
485
Toolbox_38=/ {print $2}'`
486
Toolbox_39=Echec de l'exécution de '
487
Toolbox_4=Avec les paramètres suivants :
488
Toolbox_40=' :
489
Toolbox_43=Echec de la commande 'taskkill /IM Rserve.exe /F': 
490
Toolbox_45=Echec de la commande 'tskill Rserve.exe': 
491
Toolbox_47=Echec de la commande 'killall -9 Rserve-bin.so': 
492
Toolbox_5= debug: 
493
Toolbox_7=Le chemin vers le programme R est null
494
Toolbox_8=Clés non définies :
495
Toolbox_9=Paramètres de la plateforme :
496
Toolbox_connected_to_corpus_sever=connecté.
497
Toolbox_wait_failed=** Echec de l'attente du processus interrompu
498
Toolbox_workspace_init=Chargement des sous-corpus et des partitions...
499
Toolbox_workspace_init_failed=** Echec de l'initialisation de l'espace de travail : 
500
Toolbox_wrong_port=** La connexion au moteur de recherche a échoué : le port fourni en paramètre n'est pas un nombre entier
501
TxmObject_0=** Echec de l'accès à l'objet parent
502
TxmObject_1=TxmObject : delete : l'objet parent est nul
503
TxmObject_2=Erreur de la sauvegarde de l'attribut
504
TxmRenderer_1=TxmRenderer: erreur: pas de corpus trouvé
505
TxmRenderer_5=ligne : 
506
TxmRenderer_6=prop
507
TxmRenderer_7=mdc :
508
VARIABLE_REMOVED=La variable R "{0}" a été supprimée.
509
ValidateXml_0=Validation XML : 
510
ValidateXml_1=est un dossier
511
ValidateXml_2=n'existe pas
512
ValidateXml_3=n'a pas les bon droits de lecture
513
VectorizeArray_0=** Rien à faire avec une matrice vide
514
VectorizeArray_1=** Les tableaux internes doivent avoir une dimension supérieure à 0
515
VectorizeArray_10=** Un tableau interne ne peut pas être nul
516
VectorizeArray_11=** Les tableaux internes n'ont pas tous la même dimension.
517
VectorizeArray_3=** Les tableaux internes n'ont pas tous la même dimension.
518
VectorizeArray_4=** Rien à faire avec une matrice vide
519
VectorizeArray_5=** Les tableaux internes doivent avoir une dimension supérieure à 0
520
VectorizeArray_7=* Les tableaux internes n'ont pas tous la même dimension.
521
VectorizeArray_8=** Rien à faire avec une matrice vide
522
VectorizeArray_9=** Les tableaux internes doivent avoir une dimension supérieure à 0
523
Index_0=** Erreur lors du calcul du lexique : \n
524
Index_1=console : 
525
Index_7=** Echec de l'exportation du Lexique : 
526
WORKSPACE_PURGED=Moteur Statistique nettoyé.
527
Workspace_0=, index 
528
Workspace_1=\t\t\tÉdition : 
529
Workspace_10=corpus :
530
Workspace_2=** Echec du chargement de l'espace de travail :
531
Workspace_26=\t\t\t\tPage : 
532
Workspace_27=\ identifiant de mot 
533
Workspace_28=\t\tScript : 
534
Workspace_29=, type :  
535
Workspace_3=Projet : 
536
Workspace_30=\tCorpus : 
537
Workspace_31=\t\tTexte : 
538
Workspace_4=\tBase : 
539
Workspace_5=\t\tTexte : 
540
Workspace_6=** Echec de la création du fichier d'espace de travail : 
541
Workspace_7=\ pages
542
Workspace_8=Le fichier XML d'espace de travail est mal formé. Un nouveau doit être regénéré...
0 543

  
tmp/org.txm.utils/src/org/txm/utils/CsvReader.java (revision 147)
1
// Copyright © 2010-2013 ENS de Lyon.
2
// Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of
3
// Lyon 2, University of Franche-Comté, University of Nice
4
// Sophia Antipolis, University of Paris 3.
5
// 
6
// The TXM platform is free software: you can redistribute it
7
// and/or modify it under the terms of the GNU General Public
8
// License as published by the Free Software Foundation,
9
// either version 2 of the License, or (at your option) any
10
// later version.
11
// 
12
// The TXM platform is distributed in the hope that it will be
13
// useful, but WITHOUT ANY WARRANTY; without even the implied
14
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15
// PURPOSE. See the GNU General Public License for more
16
// details.
17
// 
18
// You should have received a copy of the GNU General
19
// Public License along with the TXM platform. If not, see
20
// http://www.gnu.org/licenses.
21
// 
22
// 
23
// 
24
// $LastChangedDate:$
25
// $LastChangedRevision:$
26
// $LastChangedBy:$ 
27
//
28
package org.txm.utils;
29
/*
30
 * Java CSV is a stream based library for reading and writing
31
 * CSV and other delimited data.
32
 *   
33
 * Copyright (C) Bruce Dunwiddie bruce@csvreader.com
34
 *
35
 * This library is free software; you can redistribute it and/or
36
 * modif y it under the terms of the GNU Lesser General Public
37
 * License as published by the Free Software Foundation; either
38
 * version 2.1 of the License, or (at your option) any later version.
39
 *
40
 * This library is distributed in the hope that it will be useful,
41
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
42
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
43
 * Lesser General Public License for more details.
44
 *
45
 * You should have received a copy of the GNU Lesser General Public
46
 * License along with this library; if not, write to the Free Software
47
 * Foundation, Inc., 51 Franklin Street, Fif th Floor, Boston, MA  02110-1301, USA
48
 */
49

  
50
import java.io.BufferedReader;
51
import java.io.File;
52
import java.io.FileInputStream;
53
import java.io.FileNotFoundException;
54
import java.io.IOException;
55
import java.io.InputStream;
56
import java.io.InputStreamReader;
57
import java.io.Reader;
58
import java.io.StringReader;
59
import java.nio.charset.Charset;
60
import java.text.NumberFormat;
61
import java.util.HashMap;
62

  
63
// TODO: Auto-generated Javadoc
64
/**
65
 * A stream based parser for parsing delimited text data from a file or a
66
 * stream.
67
 */
68
public class CsvReader {
69
	
70
	/** The input stream. */
71
	private Reader inputStream = null;
72

  
73
	/** The file name. */
74
	private String fileName = null;
75

  
76
	// this holds all the values for switches that the user is allowed to set
77
	/** The user settings. */
78
	private UserSettings userSettings = new UserSettings();
79

  
80
	/** The charset. */
81
	private Charset charset = null;
82

  
83
	/** The use custom record delimiter. */
84
	private boolean useCustomRecordDelimiter = false;
85

  
86
	// this will be our working buffer to hold data chunks
87
	// read in from the data file
88

  
89
	/** The data buffer. */
90
	private DataBuffer dataBuffer = new DataBuffer();
91

  
92
	/** The column buffer. */
93
	private ColumnBuffer columnBuffer = new ColumnBuffer();
94

  
95
	/** The raw buffer. */
96
	private RawRecordBuffer rawBuffer = new RawRecordBuffer();
97

  
98
	/** The is qualified. */
99
	private boolean[] isQualified = null;
100

  
101
	/** The raw record. */
102
	private String rawRecord = ""; //$NON-NLS-1$
103

  
104
	/** The headers holder. */
105
	private HeadersHolder headersHolder = new HeadersHolder();
106

  
107
	// these are all more or less global loop variables
108
	// to keep from needing to pass them all into various
109
	// methods during parsing
110

  
111
	/** The started column. */
112
	private boolean startedColumn = false;
113

  
114
	/** The started with qualifier. */
115
	private boolean startedWithQualifier = false;
116

  
117
	/** The has more data. */
118
	private boolean hasMoreData = true;
119

  
120
	/** The last letter. */
121
	private char lastLetter = '\0';
122

  
123
	/** The has read next line. */
124
	private boolean hasReadNextLine = false;
125

  
126
	/** The columns count. */
127
	private int columnsCount = 0;
128

  
129
	/** The current record. */
130
	private long currentRecord = 0;
... Ce différentiel a été tronqué car il excède la taille maximale pouvant être affichée.

Formats disponibles : Unified diff