source: trunk/gsdl/packages/kea/kea-3.0/doc/serialized-form.html@ 8815

Last change on this file since 8815 was 8815, checked in by mdewsnip, 19 years ago

Kea 3.0, as downloaded from http://www.nzdl.org/kea but with CSTR_abstracts_test, CSTR_abstracts_train, Chinese_test, and Chinese_train directories removed.

  • Property svn:keywords set to Author Date Id Revision
File size: 12.2 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc on Fri Mar 19 17:50:50 NZDT 2004 -->
6<TITLE>
7Serialized Form
8</TITLE>
9<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
10</HEAD>
11<SCRIPT>
12function asd()
13{
14parent.document.title="Serialized Form";
15}
16</SCRIPT>
17<BODY BGCOLOR="white" onload="asd();">
18
19<!-- ========== START OF NAVBAR ========== -->
20<A NAME="navbar_top"><!-- --></A>
21<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
22<TR>
23<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
24<A NAME="navbar_top_firstrow"><!-- --></A>
25<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
26 <TR ALIGN="center" VALIGN="top">
27 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
28 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
29 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
30 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
31 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
32 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
33 </TR>
34</TABLE>
35</TD>
36<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
37</EM>
38</TD>
39</TR>
40
41<TR>
42<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
43&nbsp;PREV&nbsp;
44&nbsp;NEXT</FONT></TD>
45<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
46 <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
47&nbsp;<A HREF="serialized-form.html" TARGET="_top"><B>NO FRAMES</B></A> &nbsp;
48&nbsp;
49<SCRIPT>
50 <!--
51 if(window==top) {
52 document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
53 }
54 //-->
55</SCRIPT>
56<NOSCRIPT>
57<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
58</NOSCRIPT>
59</FONT></TD>
60</TR>
61</TABLE>
62<!-- =========== END OF NAVBAR =========== -->
63
64<HR>
65<CENTER>
66<H1>
67Serialized Form</H1>
68</CENTER>
69<A NAME="Counter"><!-- --></A>
70<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
71<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
72<TD COLSPAN=2><FONT SIZE="+2">
73<B>Class <A HREF="Counter.html">Counter</A> implements Serializable</B></FONT></TD>
74</TR>
75</TABLE>
76
77<P>
78<A NAME="serializedForm"><!-- --></A>
79<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
80<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
81<TD COLSPAN=1><FONT SIZE="+2">
82<B>Serialized Fields</B></FONT></TD>
83</TR>
84</TABLE>
85
86<H3>
87m_val</H3>
88<PRE>
89int <B>m_val</B></PRE>
90<DL>
91<DD>Integer value stored
92<P>
93<DL>
94</DL>
95</DL>
96
97<P>
98<HR SIZE="4" NOSHADE>
99<A NAME="GermanStemmer"><!-- --></A>
100<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
101<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
102<TD COLSPAN=2><FONT SIZE="+2">
103<B>Class <A HREF="GermanStemmer.html">GermanStemmer</A> implements Serializable</B></FONT></TD>
104</TR>
105</TABLE>
106
107<P>
108<A NAME="serializedForm"><!-- --></A>
109<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
110<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
111<TD COLSPAN=1><FONT SIZE="+2">
112<B>Serialized Fields</B></FONT></TD>
113</TR>
114</TABLE>
115
116<H3>
117sb</H3>
118<PRE>
119java.lang.StringBuffer <B>sb</B></PRE>
120<DL>
121<DD>Buffer for the terms while stemming them.
122<P>
123<DL>
124</DL>
125</DL>
126<HR>
127
128<H3>
129uppercase</H3>
130<PRE>
131boolean <B>uppercase</B></PRE>
132<DL>
133<DD>Indicates if a term is handled as a noun.
134<P>
135<DL>
136</DL>
137</DL>
138<HR>
139
140<H3>
141substCount</H3>
142<PRE>
143int <B>substCount</B></PRE>
144<DL>
145<DD>Amount of characters that are removed with <tt>substitute()</tt> while stemming.
146<P>
147<DL>
148</DL>
149</DL>
150
151<P>
152<HR SIZE="4" NOSHADE>
153<A NAME="IteratedLovinsStemmer"><!-- --></A>
154<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
155<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
156<TD COLSPAN=2><FONT SIZE="+2">
157<B>Class <A HREF="IteratedLovinsStemmer.html">IteratedLovinsStemmer</A> implements Serializable</B></FONT></TD>
158</TR>
159</TABLE>
160
161<P>
162
163<P>
164<HR SIZE="4" NOSHADE>
165<A NAME="KEAFilter"><!-- --></A>
166<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
167<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
168<TD COLSPAN=2><FONT SIZE="+2">
169<B>Class <A HREF="KEAFilter.html">KEAFilter</A> implements Serializable</B></FONT></TD>
170</TR>
171</TABLE>
172
173<P>
174<A NAME="serializedForm"><!-- --></A>
175<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
176<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
177<TD COLSPAN=1><FONT SIZE="+2">
178<B>Serialized Fields</B></FONT></TD>
179</TR>
180</TABLE>
181
182<H3>
183m_DocumentAtt</H3>
184<PRE>
185int <B>m_DocumentAtt</B></PRE>
186<DL>
187<DD>Index of attribute containing the documents
188<P>
189<DL>
190</DL>
191</DL>
192<HR>
193
194<H3>
195m_KeyphrasesAtt</H3>
196<PRE>
197int <B>m_KeyphrasesAtt</B></PRE>
198<DL>
199<DD>Index of attribute containing the keyphrases
200<P>
201<DL>
202</DL>
203</DL>
204<HR>
205
206<H3>
207m_MaxPhraseLength</H3>
208<PRE>
209int <B>m_MaxPhraseLength</B></PRE>
210<DL>
211<DD>The maximum length of phrases
212<P>
213<DL>
214</DL>
215</DL>
216<HR>
217
218<H3>
219m_MinPhraseLength</H3>
220<PRE>
221int <B>m_MinPhraseLength</B></PRE>
222<DL>
223<DD>The minimum length of phrases
224<P>
225<DL>
226</DL>
227</DL>
228<HR>
229
230<H3>
231m_KFused</H3>
232<PRE>
233boolean <B>m_KFused</B></PRE>
234<DL>
235<DD>Is keyphrase frequency attribute being used?
236<P>
237<DL>
238</DL>
239</DL>
240<HR>
241
242<H3>
243m_Debug</H3>
244<PRE>
245boolean <B>m_Debug</B></PRE>
246<DL>
247<DD>Flag for debugging mode
248<P>
249<DL>
250</DL>
251</DL>
252<HR>
253
254<H3>
255m_DisallowInternalPeriods</H3>
256<PRE>
257boolean <B>m_DisallowInternalPeriods</B></PRE>
258<DL>
259<DD>Determines whether internal periods are allowed
260<P>
261<DL>
262</DL>
263</DL>
264<HR>
265
266<H3>
267m_MinNumOccur</H3>
268<PRE>
269int <B>m_MinNumOccur</B></PRE>
270<DL>
271<DD>The minimum number of occurences of a phrase
272<P>
273<DL>
274</DL>
275</DL>
276<HR>
277
278<H3>
279m_NumFeatures</H3>
280<PRE>
281int <B>m_NumFeatures</B></PRE>
282<DL>
283<DD>The number of features describing a phrase
284<P>
285<DL>
286</DL>
287</DL>
288<HR>
289
290<H3>
291m_TfidfIndex</H3>
292<PRE>
293int <B>m_TfidfIndex</B></PRE>
294<DL>
295<DL>
296</DL>
297</DL>
298<HR>
299
300<H3>
301m_FirstOccurIndex</H3>
302<PRE>
303int <B>m_FirstOccurIndex</B></PRE>
304<DL>
305<DL>
306</DL>
307</DL>
308<HR>
309
310<H3>
311m_KeyFreqIndex</H3>
312<PRE>
313int <B>m_KeyFreqIndex</B></PRE>
314<DL>
315<DL>
316</DL>
317</DL>
318<HR>
319
320<H3>
321m_PunctFilter</H3>
322<PRE>
323KEAPhraseFilter <B>m_PunctFilter</B></PRE>
324<DL>
325<DD>The punctuation filter used by this filter
326<P>
327<DL>
328</DL>
329</DL>
330<HR>
331
332<H3>
333m_NumbersFilter</H3>
334<PRE>
335NumbersFilter <B>m_NumbersFilter</B></PRE>
336<DL>
337<DD>The numbers filter used by this filter
338<P>
339<DL>
340</DL>
341</DL>
342<HR>
343
344<H3>
345m_Classifier</H3>
346<PRE>
347weka.classifiers.DistributionClassifier <B>m_Classifier</B></PRE>
348<DL>
349<DD>The actual classifier used to compute probabilities
350<P>
351<DL>
352</DL>
353</DL>
354<HR>
355
356<H3>
357m_Dictionary</H3>
358<PRE>
359java.util.HashMap <B>m_Dictionary</B></PRE>
360<DL>
361<DD>The dictionary containing the document frequencies
362<P>
363<DL>
364</DL>
365</DL>
366<HR>
367
368<H3>
369m_KeyphraseDictionary</H3>
370<PRE>
371java.util.HashMap <B>m_KeyphraseDictionary</B></PRE>
372<DL>
373<DD>The dictionary containing the keyphrases
374<P>
375<DL>
376</DL>
377</DL>
378<HR>
379
380<H3>
381m_NumDocs</H3>
382<PRE>
383int <B>m_NumDocs</B></PRE>
384<DL>
385<DD>The number of documents in the global frequencies corpus
386<P>
387<DL>
388</DL>
389</DL>
390<HR>
391
392<H3>
393m_ClassifierData</H3>
394<PRE>
395weka.core.Instances <B>m_ClassifierData</B></PRE>
396<DL>
397<DD>Template for the classifier data
398<P>
399<DL>
400</DL>
401</DL>
402<HR>
403
404<H3>
405m_Stemmer</H3>
406<PRE>
407Stemmer <B>m_Stemmer</B></PRE>
408<DL>
409<DD>The stemmer to be used
410<P>
411<DL>
412</DL>
413</DL>
414<HR>
415
416<H3>
417m_Stopwords</H3>
418<PRE>
419Stopwords <B>m_Stopwords</B></PRE>
420<DL>
421<DD>The list of stop words to be used
422<P>
423<DL>
424</DL>
425</DL>
426<HR>
427
428<H3>
429m_CheckForProperNouns</H3>
430<PRE>
431boolean <B>m_CheckForProperNouns</B></PRE>
432<DL>
433<DD>Determines whether check for proper nouns is performed
434<P>
435<DL>
436</DL>
437</DL>
438
439<P>
440<HR SIZE="4" NOSHADE>
441<A NAME="KEAPhraseFilter"><!-- --></A>
442<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
443<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
444<TD COLSPAN=2><FONT SIZE="+2">
445<B>Class <A HREF="KEAPhraseFilter.html">KEAPhraseFilter</A> implements Serializable</B></FONT></TD>
446</TR>
447</TABLE>
448
449<P>
450<A NAME="serializedForm"><!-- --></A>
451<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
452<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
453<TD COLSPAN=1><FONT SIZE="+2">
454<B>Serialized Fields</B></FONT></TD>
455</TR>
456</TABLE>
457
458<H3>
459m_SelectCols</H3>
460<PRE>
461weka.core.Range <B>m_SelectCols</B></PRE>
462<DL>
463<DD>Stores which columns to select as a funky range
464<P>
465<DL>
466</DL>
467</DL>
468<HR>
469
470<H3>
471m_DisallowInternalPeriods</H3>
472<PRE>
473boolean <B>m_DisallowInternalPeriods</B></PRE>
474<DL>
475<DD>Determines whether internal periods are allowed
476<P>
477<DL>
478</DL>
479</DL>
480
481<P>
482<HR SIZE="4" NOSHADE>
483<A NAME="LovinsStemmer"><!-- --></A>
484<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
485<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
486<TD COLSPAN=2><FONT SIZE="+2">
487<B>Class <A HREF="LovinsStemmer.html">LovinsStemmer</A> implements Serializable</B></FONT></TD>
488</TR>
489</TABLE>
490
491<P>
492
493<P>
494<HR SIZE="4" NOSHADE>
495<A NAME="NumbersFilter"><!-- --></A>
496<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
497<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
498<TD COLSPAN=2><FONT SIZE="+2">
499<B>Class <A HREF="NumbersFilter.html">NumbersFilter</A> implements Serializable</B></FONT></TD>
500</TR>
501</TABLE>
502
503<P>
504
505<P>
506<HR SIZE="4" NOSHADE>
507<A NAME="Stemmer"><!-- --></A>
508<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
509<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
510<TD COLSPAN=2><FONT SIZE="+2">
511<B>Class <A HREF="Stemmer.html">Stemmer</A> implements Serializable</B></FONT></TD>
512</TR>
513</TABLE>
514
515<P>
516
517<P>
518<HR SIZE="4" NOSHADE>
519<A NAME="Stopwords"><!-- --></A>
520<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
521<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
522<TD COLSPAN=2><FONT SIZE="+2">
523<B>Class <A HREF="Stopwords.html">Stopwords</A> implements Serializable</B></FONT></TD>
524</TR>
525</TABLE>
526
527<P>
528
529<P>
530<HR SIZE="4" NOSHADE>
531<A NAME="StopwordsEnglish"><!-- --></A>
532<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
533<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
534<TD COLSPAN=2><FONT SIZE="+2">
535<B>Class <A HREF="StopwordsEnglish.html">StopwordsEnglish</A> implements Serializable</B></FONT></TD>
536</TR>
537</TABLE>
538
539<P>
540
541<P>
542<HR SIZE="4" NOSHADE>
543<A NAME="StopwordsGerman"><!-- --></A>
544<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
545<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
546<TD COLSPAN=2><FONT SIZE="+2">
547<B>Class <A HREF="StopwordsGerman.html">StopwordsGerman</A> implements Serializable</B></FONT></TD>
548</TR>
549</TABLE>
550
551<P>
552
553<P>
554<HR>
555
556<!-- ========== START OF NAVBAR ========== -->
557<A NAME="navbar_bottom"><!-- --></A>
558<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
559<TR>
560<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
561<A NAME="navbar_bottom_firstrow"><!-- --></A>
562<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
563 <TR ALIGN="center" VALIGN="top">
564 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
565 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
566 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
567 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
568 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
569 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
570 </TR>
571</TABLE>
572</TD>
573<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
574</EM>
575</TD>
576</TR>
577
578<TR>
579<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
580&nbsp;PREV&nbsp;
581&nbsp;NEXT</FONT></TD>
582<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
583 <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
584&nbsp;<A HREF="serialized-form.html" TARGET="_top"><B>NO FRAMES</B></A> &nbsp;
585&nbsp;
586<SCRIPT>
587 <!--
588 if(window==top) {
589 document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
590 }
591 //-->
592</SCRIPT>
593<NOSCRIPT>
594<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
595</NOSCRIPT>
596</FONT></TD>
597</TR>
598</TABLE>
599<!-- =========== END OF NAVBAR =========== -->
600
601<HR>
602
603</BODY>
604</HTML>
Note: See TracBrowser for help on using the repository browser.