直列化された形式


パッケージ net.trialpc.sticktools

Class net.trialpc.sticktools.Query extends java.lang.Object implements Serializable

serialVersionUID: -7998921623786364062L

直列化されたフィールド

query

java.lang.String query
クエリを示します。


weight

float weight
重みを示します。


パッケージ net.trialpc.sticktools.model

Class net.trialpc.sticktools.model.BaseDocument extends BaseModel implements Serializable

serialVersionUID: -2566984664182589013L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
例外:
java.io.IOException - 直列化中に想定外の例外が発生した場合
直列化されたフィールド

documentId

java.lang.String documentId
文書 ID を示します。

Class net.trialpc.sticktools.model.BaseSentence extends BaseModel implements Serializable

serialVersionUID: 5022983527873139897L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
例外:
java.io.IOException
直列化されたフィールド

sentenceId

java.lang.String sentenceId
文 ID を示します。

Class net.trialpc.sticktools.model.DocCollection extends WrapModel<T extends DocumentModel> implements Serializable

serialVersionUID: 6780486850535250008L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
例外:
java.io.IOException
直列化されたフィールド

children

java.util.Set<E> children
文書モデルのセットです。


invertedList

java.util.Map<K,V> invertedList
文書の転置リストです。

Class net.trialpc.sticktools.model.LocalContextDocument extends SentenceWrappedDocument<T extends SentenceModel> implements Serializable

serialVersionUID: -2478890559712086652L

直列化されたフィールド

before

int before

after

int after

sent

java.util.List<E> sent

Class net.trialpc.sticktools.model.MultiSmoothedModel extends AbstractLangModel implements Serializable

serialVersionUID: -8861022370238332676L

直列化されたフィールド

base

LangModel base

bg

java.util.List<E> bg

Class net.trialpc.sticktools.model.SentenceWrappedDocument extends WrapDocument<T extends SentenceModel> implements Serializable

serialVersionUID: -4476079884637538800L

Class net.trialpc.sticktools.model.StateEvent extends java.util.EventObject implements Serializable

serialVersionUID: -8647840331527062106L

直列化されたフィールド

eventId

long eventId

event

int event

term

java.lang.String term

Class net.trialpc.sticktools.model.WrapDocument extends WrapModel<T extends LangModel> implements Serializable

serialVersionUID: 2418040283735777360L

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
例外:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
例外:
java.io.IOException
直列化されたフィールド

id

java.lang.String id
文書 ID を示します。


children

java.util.Set<E> children
下層の言語モデルを含むセットです。