序列化表格


软件包 com.hankcs.hanlp.collection.set

com.hankcs.hanlp.collection.set.UnEmptyStringSet 继承 TreeSet<String> 实现 Serializable


软件包 com.hankcs.hanlp.collection.trie

com.hankcs.hanlp.collection.trie.DoubleArrayTrie 继承 Object 实现 Serializable

序列化字段

check

int[] check

base

int[] base

used

boolean[] used

size

int size
base 和 check 的大小


allocSize

int allocSize

key

List<E> key

keySize

int keySize

length

int[] length

value

int[] value

v

Object[] v

progress

int progress

nextCheckPos

int nextCheckPos

error_

int error_

软件包 com.hankcs.hanlp.collection.trie.bintrie

com.hankcs.hanlp.collection.trie.bintrie.BaseNode.TrieEntry 继承 AbstractMap.SimpleEntry<String,V> 实现 Serializable


软件包 com.hankcs.hanlp.corpus.document

com.hankcs.hanlp.corpus.document.Document 继承 Object 实现 Serializable

序列化字段

sentenceList

List<E> sentenceList

软件包 com.hankcs.hanlp.corpus.document.sentence

com.hankcs.hanlp.corpus.document.sentence.Sentence 继承 Object 实现 Serializable

序列化字段

wordList

List<E> wordList

软件包 com.hankcs.hanlp.corpus.document.sentence.word

com.hankcs.hanlp.corpus.document.sentence.word.CompoundWord 继承 Object 实现 Serializable

序列化字段

innerList

List<E> innerList
由这些词复合而来


label

String label

com.hankcs.hanlp.corpus.document.sentence.word.Word 继承 Object 实现 Serializable

序列化字段

value

String value
单词的真实值,比如“程序”


label

String label
单词的标签,比如“n”


软件包 com.hankcs.hanlp.corpus.occurrence

com.hankcs.hanlp.corpus.occurrence.PairFrequency 继承 TermFrequency 实现 Serializable

序列化字段

mi

double mi
互信息值


le

double le
左信息熵


re

double re
右信息熵


score

double score
分数


first

String first

second

String second

delimiter

char delimiter

com.hankcs.hanlp.corpus.occurrence.TermFrequency 继承 AbstractMap.SimpleEntry<String,Integer> 实现 Serializable

com.hankcs.hanlp.corpus.occurrence.TriaFrequency 继承 PairFrequency 实现 Serializable

序列化字段

third

String third

软件包 com.hankcs.hanlp.dictionary

com.hankcs.hanlp.dictionary.CoreDictionary.Attribute 继承 Object 实现 Serializable

序列化字段

nature

Nature[] nature
词性列表


frequency

int[] frequency
词性对应的词频


totalFrequency

int totalFrequency



Copyright © 2014–2015 码农场. All rights reserved.