SYMBOL INDEX (5554 symbols across 505 files) FILE: bin/ccg_draw_tree.py function get_deriv (line 24) | def get_deriv(autofile, deriv_id): function parse_ccgbank_node (line 50) | def parse_ccgbank_node(s): function parse_ccgbank_leaf (line 54) | def parse_ccgbank_leaf(s): function excise_empty_nodes (line 58) | def excise_empty_nodes(t): function parse_ccgbank_tree (line 64) | def parse_ccgbank_tree(s): FILE: bin/dlf_parser.py function wordNum (line 34) | def wordNum(wid): function span (line 41) | def span(nid, graph, w): function findAll (line 52) | def findAll(elem, match): class Pred (line 56) | class Pred: method __init__ (line 57) | def __init__(self): class Node (line 63) | class Node: method __init__ (line 64) | def __init__(self): method addPred (line 69) | def addPred(self, pred, attrib, one_of, opt): method moses (line 74) | def moses(self, graph): method dot (line 88) | def dot(self): method info (line 120) | def info(self): function parseId (line 130) | def parseId(str): function parseClass (line 136) | def parseClass(str): function parseNode (line 142) | def parseNode(node, graph, nodes): function parseOpt (line 165) | def parseOpt(opt, node, graph, nodes): function parseOneOf (line 177) | def parseOneOf(oneof, node, attrib, pred, graph, nodes): function parseRel (line 210) | def parseRel(rel, nid, graph, nodes, style): FILE: ccgbank/bin/convert-mtc-systems.py function tokenize (line 15) | def tokenize(t): function decode_line (line 27) | def decode_line(ln, encoding): FILE: ccgbank/bin/correlate-to-judgments.py function num2string (line 18) | def num2string(n): FILE: ccgbank/bin/find-betas-no-gold.py class STIterator (line 29) | class STIterator: method __init__ (line 30) | def __init__(self, f): method next (line 32) | def next(self): method __iter__ (line 64) | def __iter__(self): return self FILE: ccgbank/bin/get-truecase-list.py function isAllUpper (line 11) | def isAllUpper(st): FILE: ccgbank/bin/get_factors_from_parse.py function getLexicalNodes (line 57) | def getLexicalNodes(tree): FILE: ccgbank/bin/merge_pos_ne.py class POSOutputIter (line 13) | class POSOutputIter: method __init__ (line 14) | def __init__(self, filelikeobj): method __iter__ (line 17) | def __iter__(self): return self method next (line 19) | def next(self): FILE: ccgbank/bin/my_unicode.py function removeInvalidChars (line 15) | def removeInvalidChars(text): FILE: ccgbank/bin/nbest-mtc-to-bleu-nist.py function remove_ne (line 17) | def remove_ne(txt): FILE: ccgbank/bin/ner/NERApp/src/nerapp/NERApp.java class NERApp (line 29) | public class NERApp { method main (line 31) | @SuppressWarnings("unchecked") method classifyToString (line 148) | public static String classifyToString(List sentence, Document... class MyWord (line 162) | class MyWord implements HasWord { method MyWord (line 166) | public MyWord(String wd) { method word (line 170) | public String word() { method setWord (line 174) | public void setWord(String string) { FILE: ccgbank/bin/ner/ner_word.py class NERWord (line 1) | class NERWord: method __init__ (line 5) | def __init__(self, wd, label=None, delim="/"): method parseLineOfWords (line 11) | def parseLineOfWords(ln): method getLabel (line 55) | def getLabel(self): method getWord (line 58) | def getWord(self): method __repr__ (line 61) | def __repr__(self): return self.__str__() method __str__ (line 63) | def __str__(self): return self.wd + self.delim + (self.getLabel() if n... FILE: ccgbank/bin/ner/post-process-stanford-ner.py function fuseNERWords (line 20) | def fuseNERWords(list_of_ner_words): FILE: ccgbank/plugins/MyGenSynScorer.java class MyGenSynScorer (line 7) | public class MyGenSynScorer extends GenerativeSyntacticModel method getModelDir (line 10) | static String getModelDir() { method MyGenSynScorer (line 16) | public MyGenSynScorer() throws IOException { FILE: ccgbank/plugins/MyNgramCombo.java class MyNgramCombo (line 8) | public class MyNgramCombo extends LinearNgramScorerCombo method bigWordsLM (line 10) | static String bigWordsLM() { method wordsLM (line 16) | static String wordsLM() { return System.getProperty("words.lm", "model... method wordsSCLM (line 17) | static String wordsSCLM() { return System.getProperty("words.sc.lm", "... method stposFLM (line 18) | static String stposFLM() { return System.getProperty("stpos.flm", "mod... method getBigLM (line 24) | static NgramScorer getBigLM() throws IOException { method getWordsLM (line 33) | static NgramScorer getWordsLM() throws IOException { method MyNgramCombo (line 42) | public MyNgramCombo() throws IOException { FILE: ccgbank/plugins/MyNgramGenSynProduct.java class MyNgramGenSynProduct (line 7) | public class MyNgramGenSynProduct extends SignScorerProduct method MyNgramGenSynProduct (line 9) | public MyNgramGenSynProduct() throws IOException { FILE: ccgbank/plugins/MyNgramPrecisionBaselineGenInterp.java class MyNgramPrecisionBaselineGenInterp (line 9) | public class MyNgramPrecisionBaselineGenInterp extends SignScorerInterpo... method MyNgramPrecisionBaselineGenInterp (line 15) | public MyNgramPrecisionBaselineGenInterp() throws IOException { method setTargets (line 23) | public void setTargets(String[] targets) { selfBiaser.setTargets(targe... FILE: ccgbank/plugins/MyNgramPrecisionPerceptronInterp.java class MyNgramPrecisionPerceptronInterp (line 9) | public class MyNgramPrecisionPerceptronInterp extends SignScorerInterpol... method MyNgramPrecisionPerceptronInterp (line 20) | public MyNgramPrecisionPerceptronInterp() throws IOException { method setTargets (line 29) | public void setTargets(String[] targets) { selfBiaser.setTargets(targe... FILE: ccgbank/plugins/MyParserPerceptronScorer.java class MyParserPerceptronScorer (line 10) | public class MyParserPerceptronScorer extends ReRankingPerceptronScorer method getModelDir (line 13) | static String getModelDir() { method getModelName (line 20) | static String getModelName() { return System.getProperty("parser.model... method MyParserPerceptronScorer (line 22) | public MyParserPerceptronScorer() throws IOException { method getBaseScorer (line 30) | protected SignScorer getBaseScorer(FeatureExtractor featureExtractor) { FILE: ccgbank/plugins/MyRealizerPerceptronScorer.java class MyRealizerPerceptronScorer (line 9) | public class MyRealizerPerceptronScorer extends PerceptronScorer method getModelDir (line 11) | static String getModelDir() { method getModelName (line 17) | static String getModelName() { return System.getProperty("realizer.mod... method getAgrMultiplier (line 19) | static String getAgrMultiplier() { return System.getProperty("realizer... method calcAgrMultiplier (line 21) | static double calcAgrMultiplier() { method MyRealizerPerceptronScorer (line 34) | public MyRealizerPerceptronScorer() throws IOException { method adjustedWeight (line 47) | public double adjustedWeight(String name, double weight) { method isAdjacentPunctFeat (line 56) | private static boolean isAdjacentPunctFeat(String name) { method isPunct (line 66) | private static boolean isPunct(String token) { FILE: ccgbank/plugins/MySynAgrFeatureExtractor.java class MySynAgrFeatureExtractor (line 8) | public class MySynAgrFeatureExtractor extends ComposedFeatureExtractor method MySynAgrFeatureExtractor (line 10) | public MySynAgrFeatureExtractor() { FILE: ccgbank/plugins/MySynSemAgrFeatureExtractor.java class MySynSemAgrFeatureExtractor (line 8) | public class MySynSemAgrFeatureExtractor extends ComposedFeatureExtractor method MySynSemAgrFeatureExtractor (line 10) | public MySynSemAgrFeatureExtractor() { FILE: ccgbank/plugins/MySynSemFeatureExtractor.java class MySynSemFeatureExtractor (line 8) | public class MySynSemFeatureExtractor extends ComposedFeatureExtractor method MySynSemFeatureExtractor (line 10) | public MySynSemFeatureExtractor() { FILE: src/ccg2xml/Tree.py function report_callback_exception (line 83) | def report_callback_exception(): class Struct (line 92) | class Struct: method __init__ (line 94) | def __init__(self): class Node (line 98) | class Node: method __init__ (line 120) | def __init__(self, parent_node, id, collapsed_icon, x, y, method set_collapsed_icon (line 172) | def set_collapsed_icon(self, icon): method set_expanded_icon (line 178) | def set_expanded_icon(self, icon): method parent (line 184) | def parent(self): method prev_sib (line 188) | def prev_sib(self): method next_sib (line 196) | def next_sib(self): method next_visible (line 204) | def next_visible(self): method prev_visible (line 220) | def prev_visible(self): method children (line 233) | def children(self): method get_label (line 237) | def get_label(self): method set_label (line 241) | def set_label(self, label): method expanded (line 245) | def expanded(self): method expandable (line 249) | def expandable(self): method full_id (line 253) | def full_id(self): method expand (line 260) | def expand(self): method collapse (line 265) | def collapse(self): method delete (line 270) | def delete(self, me_too=1): method insert_before (line 305) | def insert_before(self, nodes): method insert_after (line 311) | def insert_after(self, nodes): method insert_children (line 317) | def insert_children(self, nodes): method toggle_state (line 322) | def toggle_state(self): method PVT_enter (line 331) | def PVT_enter(self, event): method dnd_end (line 335) | def dnd_end(self, target, event): method PVT_last (line 348) | def PVT_last(self): method PVT_find (line 355) | def PVT_find(self, search): method PVT_insert (line 370) | def PVT_insert(self, nodes, pos, below): method PVT_set_state (line 413) | def PVT_set_state(self, state): method PVT_cleanup_lines (line 441) | def PVT_cleanup_lines(self): method PVT_update_scrollregion (line 452) | def PVT_update_scrollregion(self): method PVT_delete_subtree (line 457) | def PVT_delete_subtree(self): method PVT_unbind_all (line 481) | def PVT_unbind_all(self): method PVT_tag_move (line 490) | def PVT_tag_move(self, dist): method PVT_click (line 507) | def PVT_click(self, event): class Tree (line 521) | class Tree(Canvas): method __init__ (line 523) | def __init__(self, master, root_id, root_label='', method PVT_mousefocus (line 620) | def PVT_mousefocus(self, event): method tag_bind (line 625) | def tag_bind(self, tag, seq, *args, **kw_args): method add_list (line 633) | def add_list(self, list=None, name=None, id=None, flag=0, method add_node (line 662) | def add_node(self, name=None, id=None, flag=0, expanded_icon=None, method find_full_id (line 668) | def find_full_id(self, search): method cursor_node (line 672) | def cursor_node(self, search): method see (line 676) | def see(self, *items): method move_cursor (line 702) | def move_cursor(self, node): method toggle (line 709) | def toggle(self, event=None): method next (line 713) | def next(self, event=None): method prev (line 717) | def prev(self, event=None): method ascend (line 721) | def ascend(self, event=None): method descend (line 727) | def descend(self, event=None): method first (line 738) | def first(self, event=None): method last (line 743) | def last(self, event=None): method pageup (line 748) | def pageup(self, event=None): method pagedown (line 757) | def pagedown(self, event=None): method where (line 767) | def where(self, event): method dnd_accept (line 779) | def dnd_accept(self, source, event): method dnd_enter (line 785) | def dnd_enter(self, source, event): method dnd_motion (line 805) | def dnd_motion(self, source, event): method dnd_leave (line 813) | def dnd_leave(self, source, event): method dnd_commit (line 818) | def dnd_commit(self, source, event): function get_contents (line 849) | def get_contents(node): FILE: src/ccg2xml/ccg_editor.py class CTab (line 50) | class CTab(Frame): method __init__ (line 55) | def __init__(self, parent, cfile, tabname): method add_menu (line 96) | def add_menu(self, after, menu): method remove_toolbar_button (line 105) | def remove_toolbar_button(self, name): method reinit (line 112) | def reinit(self): method onSave (line 119) | def onSave(self): method onSaveAs (line 122) | def onSaveAs(self, forcefile=None): class CEdit (line 136) | class CEdit(CTab): method __init__ (line 137) | def __init__(self, parent, cfile): method scrollSet (line 209) | def scrollSet(self, *args): method reinit (line 213) | def reinit(self): method showLineNums (line 217) | def showLineNums(self): method onValidate (line 228) | def onValidate(self, editFrame, cfile): method debugError (line 244) | def debugError(self, editFrame, cfile): method onCopy (line 272) | def onCopy(self): # get text selected by mou... method onDelete (line 280) | def onDelete(self): # delete selected text, no... method onCut (line 286) | def onCut(self): method onPaste (line 293) | def onPaste(self): method onSelectAll (line 304) | def onSelectAll(self): method onChange (line 313) | def onChange(self): method onDoFind (line 327) | def onDoFind(self): method onDoChange (line 330) | def onDoChange(self): method isEmpty (line 342) | def isEmpty(self): method getAllText (line 345) | def getAllText(self): method setAllText (line 348) | def setAllText(self, text): method clearAllText (line 355) | def clearAllText(self): class CWords (line 359) | class CWords(CTab): method __init__ (line 360) | def __init__(self, parent, cfile): method reinit (line 367) | def reinit(self): class CLexicon (line 395) | class CLexicon(CTab): class lexicon_vars (line 396) | class lexicon_vars(object): method __init__ (line 397) | def __init__(self): method __init__ (line 407) | def __init__(self, parent, cfile): method reinit (line 425) | def reinit(self): method redraw (line 428) | def redraw(self): class CRules (line 466) | class CRules(CTab): method __init__ (line 467) | def __init__(self, parent, cfile): class CFeatures (line 470) | class CFeatures(CTab): method __init__ (line 471) | def __init__(self, parent, cfile): method reinit (line 479) | def reinit(self): method get_treedata (line 557) | def get_treedata(self,node): method expand_tree (line 568) | def expand_tree(self, node): method expand_all (line 574) | def expand_all(self): method contract_all (line 577) | def contract_all(self): method edit_tree (line 580) | def edit_tree(self, parent): method save_tree (line 628) | def save_tree(self, parent): class CTestbed (line 639) | class CTestbed(CTab): method __init__ (line 640) | def __init__(self, parent, cfile): method makelab (line 650) | def makelab(self, text, row, col, **props): method reinit (line 656) | def reinit(self): method edit_testbed (line 728) | def edit_testbed(self): method save_testbed (line 780) | def save_testbed(self): method new_sentence (line 793) | def new_sentence(self): method editNew (line 815) | def editNew(self, master, sent, nParses): class CFile (line 864) | class CFile(object): method __init__ (line 899) | def __init__(self, file=None): method switch_to (line 948) | def switch_to(self, mode): method makeMenubar (line 980) | def makeMenubar(self): method addMenuItems (line 997) | def addMenuItems(self, menu, items): method makeToolbar (line 1015) | def makeToolbar(self, selected): method makeCheckbar (line 1031) | def makeCheckbar(self): method getAllText (line 1045) | def getAllText(self): method setAllText (line 1048) | def setAllText(self, text): method _getints (line 1052) | def _getints(self, string): method edit (line 1061) | def edit(self, *args): method edit_modified (line 1078) | def edit_modified(self, arg=None): method onInfo (line 1095) | def onInfo(self): method onGoto (line 1115) | def onGoto(self, line=None): method onFind (line 1131) | def onFind(self, lastkey=None): method onRefind (line 1147) | def onRefind(self): method onFontList (line 1154) | def onFontList(self): method onColorList (line 1160) | def onColorList(self): method onPickFg (line 1166) | def onPickFg(self): method onPickBg (line 1168) | def onPickBg(self): method pickColor (line 1170) | def pickColor(self, part): method getSignature (line 1211) | def getSignature(self, contents): method my_askopenfilename (line 1214) | def my_askopenfilename(self): # objects remember last result dir/... method my_asksaveasfilename (line 1220) | def my_asksaveasfilename(self): # objects remember last result dir/... method onOpen (line 1227) | def onOpen(self): method onFirstOpen (line 1233) | def onFirstOpen(self, file): method compile_if_needed (line 1242) | def compile_if_needed(self): method onDisplay (line 1255) | def onDisplay(self): method onEdit (line 1258) | def onEdit(self): method onLexicon (line 1261) | def onLexicon(self): method onTestbed (line 1264) | def onTestbed(self): method onRules (line 1267) | def onRules(self): method onWords (line 1270) | def onWords(self): method onFeatures (line 1273) | def onFeatures(self): method onNew (line 1276) | def onNew(self): method getFileName (line 1279) | def getFileName(self): method setFileName (line 1282) | def setFileName(self, name): method help (line 1291) | def help(self): method onClose (line 1295) | def onClose(self): method onQuit (line 1305) | def onQuit(self): function main (line 1316) | def main(): FILE: src/ccg2xml/convert-ply.py function syntax_error (line 89) | def syntax_error(err, line): function make_name_python_safe (line 103) | def make_name_python_safe(name): function replace_dollar_signs (line 110) | def replace_dollar_signs(code, renumber_at=None): function output_python_cfg_rule (line 159) | def output_python_cfg_rule(fil, lhs, rhs, code): function output_default_python_cfg_rule (line 218) | def output_default_python_cfg_rule(fil, lhs, rhs): function finish_any_cfg (line 221) | def finish_any_cfg(fil): function clear_rule_context (line 231) | def clear_rule_context(): FILE: src/ccg2xml/lex.py class LexError (line 195) | class LexError(Exception): method __init__ (line 196) | def __init__(self,message,s): class LexToken (line 201) | class LexToken: method __str__ (line 202) | def __str__(self): method __repr__ (line 204) | def __repr__(self): method skip (line 206) | def skip(self,n): class Lexer (line 219) | class Lexer: method __init__ (line 220) | def __init__(self): method __copy__ (line 234) | def __copy__(self): method input (line 253) | def input(self,s): method errtoken (line 269) | def errtoken(self): method realtoken (line 279) | def realtoken(self): function validate_file (line 357) | def validate_file(filename): function _read_lextab (line 395) | def _read_lextab(lexer, fdict, module): function lex (line 414) | def lex(module=None,debug=0,optimize=0,lextab="lextab"): function runmain (line 672) | def runmain(lexer=None,data=None): FILE: src/ccg2xml/yacc.py class YaccError (line 71) | class YaccError(Exception): pass class YaccSymbol (line 88) | class YaccSymbol: method __str__ (line 89) | def __str__(self): return self.type method __repr__ (line 90) | def __repr__(self): return str(self) class YaccProduction (line 100) | class YaccProduction: method __init__ (line 101) | def __init__(self,s): method __getitem__ (line 105) | def __getitem__(self,n): method __setitem__ (line 108) | def __setitem__(self,n,v): method __len__ (line 111) | def __len__(self): method lineno (line 114) | def lineno(self,n): method linespan (line 117) | def linespan(self,n): method pushback (line 122) | def pushback(self,n): class Parser (line 135) | class Parser: method __init__ (line 136) | def __init__(self,magic=None): method errok (line 152) | def errok(self): method restart (line 155) | def restart(self): method parse (line 163) | def parse(self,input=None,lexer=None,debug=0): function validate_file (line 397) | def validate_file(filename): function validate_dict (line 427) | def validate_dict(d): function initialize_vars (line 450) | def initialize_vars(): class Production (line 537) | class Production: method __init__ (line 538) | def __init__(self,**kw): method __str__ (line 549) | def __str__(self): method __repr__ (line 556) | def __repr__(self): method lr_item (line 560) | def lr_item(self,n): class MiniProduction (line 586) | class MiniProduction: function is_identifier (line 590) | def is_identifier(s): function add_production (line 612) | def add_production(f,file,line,prodname,syms): function add_function (line 707) | def add_function(f): function compute_reachable (line 768) | def compute_reachable(): function mark_reachable_from (line 784) | def mark_reachable_from(s, Reachable): function compute_terminates (line 803) | def compute_terminates(): function verify_productions (line 869) | def verify_productions(cycle_check=1): function build_lritems (line 948) | def build_lritems(): function add_precedence (line 973) | def add_precedence(plist): function augment_grammar (line 1003) | def augment_grammar(start=None): function first (line 1019) | def first(beta): function compute_follow (line 1053) | def compute_follow(start=None): function compute_first1 (line 1097) | def compute_first1(): function lr_init_vars (line 1138) | def lr_init_vars(): function lr0_closure (line 1152) | def lr0_closure(I): function lr0_goto (line 1180) | def lr0_goto(I,x): function lr0_goto_setnumber (line 1216) | def lr0_goto_setnumber(I_setnumber, x): function lr0_kernel (line 1244) | def lr0_kernel(I): function lr0_items (line 1255) | def lr0_items(): function slr_parse_table (line 1289) | def slr_parse_table(): function lr1_closure (line 1479) | def lr1_closure(I, setnumber = 0): function add_lookaheads (line 1533) | def add_lookaheads(K): function ReduceNonterminals (line 1602) | def ReduceNonterminals(): function ReduceToTerminals (line 1620) | def ReduceToTerminals(nt): function ReduceToNonterminals (line 1640) | def ReduceToNonterminals(nt): function lalr_parse_table (line 1668) | def lalr_parse_table(): function lr_write_tables (line 2026) | def lr_write_tables(modulename=tab_module,outputdir=''): function lr_read_tables (line 2136) | def lr_read_tables(module=tab_module,optimize=0): function yacc (line 2159) | def yacc(method=default_lr, debug=yaccdebug, module=None, tabmodule=tab_... function yacc_cleanup (line 2390) | def yacc_cleanup(): function parse (line 2409) | def parse(*args,**kwargs): FILE: src/kenlm/jni/wrap.cc type __gnu_cxx (line 16) | namespace __gnu_cxx { type hash (line 18) | struct hash type StaticCheck (line 32) | struct StaticCheck {} type StaticCheck (line 34) | struct StaticCheck { function MapArray (line 42) | void MapArray(const std::vector& map, jint *begin, jint *... class VirtualBase (line 57) | class VirtualBase { method VirtualBase (line 72) | VirtualBase() { class VirtualImpl (line 78) | class VirtualImpl: public VirtualBase { method VirtualImpl (line 80) | VirtualImpl(const char *name, float fake_oov_cost) : method Prob (line 89) | float Prob(jint * const begin, jint * const end) const { method ProbString (line 102) | float ProbString(jint * const begin, jint * const end, jint start) con... method Order (line 134) | uint8_t Order() const { method RegisterWord (line 138) | bool RegisterWord(const StringPiece& word, const int wd_id) { function VirtualBase (line 155) | VirtualBase *ConstructModel(const char *file_name, float fake_oov_cost) { method VirtualBase (line 72) | VirtualBase() { function JNIEXPORT (line 183) | JNIEXPORT jlong JNICALL Java_opennlp_ccg_ngrams_kenlm_jni_KenLM_construct( function JNIEXPORT (line 199) | JNIEXPORT void JNICALL Java_opennlp_ccg_ngrams_kenlm_jni_KenLM_destroy( function JNIEXPORT (line 204) | JNIEXPORT jint JNICALL Java_opennlp_ccg_ngrams_kenlm_jni_KenLM_order( function JNIEXPORT (line 209) | JNIEXPORT jboolean JNICALL Java_opennlp_ccg_ngrams_kenlm_jni_KenLM_regis... function JNIEXPORT (line 225) | JNIEXPORT jfloat JNICALL Java_opennlp_ccg_ngrams_kenlm_jni_KenLM_prob( function JNIEXPORT (line 238) | JNIEXPORT jfloat JNICALL Java_opennlp_ccg_ngrams_kenlm_jni_KenLM_probStr... FILE: src/kenlm/lm/bhiksha.cc type lm (line 8) | namespace lm { type ngram (line 9) | namespace ngram { type trie (line 10) | namespace trie { function ChopBits (line 30) | uint8_t ChopBits(uint64_t max_offset, uint64_t max_next, const Con... function ArrayCount (line 46) | std::size_t ArrayCount(uint64_t max_offset, uint64_t max_next, con... FILE: src/kenlm/lm/bhiksha.hh type lm (line 24) | namespace lm { type ngram (line 25) | namespace ngram { type Config (line 26) | struct Config type trie (line 28) | namespace trie { class DontBhiksha (line 30) | class DontBhiksha { method UpdateConfigFromBinary (line 34) | static void UpdateConfigFromBinary(int /*fd*/, Config &/*config*... method Size (line 36) | static uint64_t Size(uint64_t /*max_offset*/, uint64_t /*max_nex... method InlineBits (line 38) | static uint8_t InlineBits(uint64_t /*max_offset*/, uint64_t max_... method ReadNext (line 44) | void ReadNext(const void *base, uint64_t bit_offset, uint64_t /*... method WriteNext (line 50) | void WriteNext(void *base, uint64_t bit_offset, uint64_t /*index... method FinishedLoading (line 54) | void FinishedLoading(const Config &/*config*/) {} method LoadedBinary (line 56) | void LoadedBinary() {} method InlineBits (line 58) | uint8_t InlineBits() const { return next_.bits; } class ArrayBhiksha (line 64) | class ArrayBhiksha { method ReadNext (line 76) | void ReadNext(const void *base, uint64_t bit_offset, uint64_t in... method WriteNext (line 88) | void WriteNext(void *base, uint64_t bit_offset, uint64_t index, ... method InlineBits (line 98) | uint8_t InlineBits() const { return next_inline_.bits; } FILE: src/kenlm/lm/binary_format.cc type lm (line 14) | namespace lm { type ngram (line 15) | namespace ngram { type OldSanity (line 25) | struct OldSanity { method SetToReference (line 31) | void SetToReference() { type Sanity (line 43) | struct Sanity { method SetToReference (line 49) | void SetToReference() { function TotalHeaderSize (line 62) | std::size_t TotalHeaderSize(unsigned char order) { function WriteHeader (line 66) | void WriteHeader(void *to, const Parameters ¶ms) { function FinishFile (line 128) | void FinishFile(const Config &config, ModelType model_type, unsigned... type detail (line 158) | namespace detail { function IsBinaryFormat (line 160) | bool IsBinaryFormat(int fd) { function ReadHeader (line 192) | void ReadHeader(int fd, Parameters &out) { function MatchCheck (line 202) | void MatchCheck(ModelType model_type, unsigned int search_version,... function SeekPastHeader (line 211) | void SeekPastHeader(int fd, const Parameters ¶ms) { function ComplainAboutARPA (line 232) | void ComplainAboutARPA(const Config &config, ModelType model_type) { function RecognizeBinary (line 244) | bool RecognizeBinary(const char *file, ModelType &recognized) { FILE: src/kenlm/lm/binary_format.hh type lm (line 17) | namespace lm { type ngram (line 18) | namespace ngram { type FixedWidthParameters (line 26) | struct FixedWidthParameters { type Parameters (line 40) | struct Parameters { type Backing (line 45) | struct Backing { type detail (line 63) | namespace detail { function LoadLM (line 79) | void LoadLM(const char *file, const Config &config, To &to) { FILE: src/kenlm/lm/blank.hh type lm (line 9) | namespace lm { type ngram (line 10) | namespace ngram { function SetExtension (line 28) | inline void SetExtension(float &backoff) { function HasExtension (line 33) | inline bool HasExtension(const float &backoff) { FILE: src/kenlm/lm/build_binary_main.cc type lm (line 22) | namespace lm { type ngram (line 23) | namespace ngram { function Usage (line 26) | void Usage(const char *name, const char *default_mem) { function ParseFloat (line 60) | float ParseFloat(const char *from) { function ParseUInt (line 66) | unsigned long int ParseUInt(const char *from) { function ParseBitCount (line 73) | uint8_t ParseBitCount(const char *from) { function ParseFileList (line 82) | void ParseFileList(const char *from, std::vector &to) { function ProbingQuantizationUnsupported (line 93) | void ProbingQuantizationUnsupported() { function main (line 102) | int main(int argc, char *argv[]) { FILE: src/kenlm/lm/config.cc type lm (line 5) | namespace lm { type ngram (line 6) | namespace ngram { FILE: src/kenlm/lm/config.hh type lm (line 13) | namespace lm { class EnumerateVocab (line 15) | class EnumerateVocab type ngram (line 17) | namespace ngram { type Config (line 19) | struct Config { type ARPALoadComplain (line 74) | enum ARPALoadComplain {ALL, EXPENSIVE, NONE} type WriteMethod (line 81) | enum WriteMethod { type RestFunction (line 92) | enum RestFunction { FILE: src/kenlm/lm/enumerate_vocab.hh type lm (line 7) | namespace lm { class EnumerateVocab (line 15) | class EnumerateVocab { method EnumerateVocab (line 22) | EnumerateVocab() {} FILE: src/kenlm/lm/facade.hh type lm (line 9) | namespace lm { type base (line 10) | namespace base { class ModelFacade (line 14) | class ModelFacade : public Model { method Score (line 20) | float Score(const State &in_state, const WordIndex new_word, State... method FullScoreReturn (line 25) | FullScoreReturn FullScore(const void *in_state, const WordIndex ne... method Score (line 31) | float Score(const void *in_state, const WordIndex new_word, void *... method State (line 38) | const State &BeginSentenceState() const { return begin_sentence_; } method State (line 39) | const State &NullContextState() const { return null_context_; } method Vocabulary (line 40) | const Vocabulary &GetVocabulary() const { return *static_cast &words, b... function RightToLeft (line 107) | float RightToLeft(const M &m, const std::vector &words, b... function TreeMiddle (line 130) | float TreeMiddle(const M &m, const std::vector &words, bo... function LookupVocab (line 165) | void LookupVocab(const M &m, const StringPiece &str, std::vector &counts) { function FullScoreReturn (line 114) | FullScoreReturn GenericModel::FullScore(const... function FullScoreReturn (line 122) | FullScoreReturn GenericModel::FullScoreForgot... function FullScoreReturn (line 175) | FullScoreReturn GenericModel::ExtendLeft( function CopyRemainingHistory (line 213) | void CopyRemainingHistory(const WordIndex *from, State &out_state) { function FullScoreReturn (line 225) | FullScoreReturn GenericModel::ScoreExceptBack... class GenericModel, ProbingVocabulary> (line 299) | class GenericModel, ProbingVocabulary> class GenericModel, ProbingVocabulary> (line 300) | class GenericModel, ProbingVocabulary> class GenericModel, SortedVocabulary> (line 301) | class GenericModel, SortedVocabulary> (line 302) | class GenericModel, SortedVocabulary> (line 303) | class GenericModel, SortedVocabulary> (line 304) | class GenericModel &values, float *centers, uint32_t b... FILE: src/kenlm/lm/quantize.hh type lm (line 17) | namespace lm { type ngram (line 18) | namespace ngram { type Config (line 20) | struct Config class DontQuantize (line 23) | class DontQuantize { method UpdateConfigFromBinary (line 26) | static void UpdateConfigFromBinary(int, const std::vector &/*prob*/, std::v... method TrainProb (line 89) | void TrainProb(uint8_t, std::vector &/*prob*/) {} method FinishedLoading (line 91) | void FinishedLoading(const Config &) {} class SeparatelyQuantize (line 94) | class SeparatelyQuantize { class Bins (line 96) | class Bins { method Bins (line 99) | Bins() {} method Bins (line 101) | Bins(uint8_t bits, float *begin) : begin_(begin), end_(begin_ + ... method EncodeProb (line 105) | uint64_t EncodeProb(float value) const { method EncodeBackoff (line 109) | uint64_t EncodeBackoff(float value) const { method Decode (line 116) | float Decode(std::size_t off) const { return begin_[off]; } method Bits (line 118) | uint8_t Bits() const { return bits_; } method Mask (line 120) | uint64_t Mask() const { return mask_; } method Encode (line 123) | uint64_t Encode(float value, size_t reserved) const { method Size (line 141) | static uint64_t Size(uint8_t order, const Config &config) { method MiddleBits (line 148) | static uint8_t MiddleBits(const Config &config) { return config.pr... method LongestBits (line 149) | static uint8_t LongestBits(const Config &config) { return config.p... class MiddlePointer (line 151) | class MiddlePointer { method MiddlePointer (line 153) | MiddlePointer(const SeparatelyQuantize &quant, unsigned char ord... method MiddlePointer (line 155) | MiddlePointer() : address_(NULL, 0) {} method Found (line 157) | bool Found() const { return address_.base != NULL; } method Prob (line 159) | float Prob() const { method Backoff (line 163) | float Backoff() const { method Rest (line 167) | float Rest() const { return Prob(); } method Write (line 169) | void Write(float prob, float backoff) const { method Bins (line 175) | const Bins &ProbBins() const { return bins_[0]; } method Bins (line 176) | const Bins &BackoffBins() const { return bins_[1]; } class LongestPointer (line 182) | class LongestPointer { method LongestPointer (line 184) | LongestPointer(const SeparatelyQuantize &quant, const util::BitA... method LongestPointer (line 186) | LongestPointer() : address_(NULL, 0) {} method Found (line 188) | bool Found() const { return address_.base != NULL; } method Write (line 190) | void Write(float prob) const { method Prob (line 194) | float Prob() const { method SeparatelyQuantize (line 203) | SeparatelyQuantize() {} method Bins (line 215) | const Bins *GetTables(unsigned char order_minus_2) const { return ... method Bins (line 99) | Bins() {} method Bins (line 101) | Bins(uint8_t bits, float *begin) : begin_(begin), end_(begin_ + ... method EncodeProb (line 105) | uint64_t EncodeProb(float value) const { method EncodeBackoff (line 109) | uint64_t EncodeBackoff(float value) const { method Decode (line 116) | float Decode(std::size_t off) const { return begin_[off]; } method Bits (line 118) | uint8_t Bits() const { return bits_; } method Mask (line 120) | uint64_t Mask() const { return mask_; } method Encode (line 123) | uint64_t Encode(float value, size_t reserved) const { method Bins (line 217) | const Bins &LongestTable() const { return longest_; } method Bins (line 99) | Bins() {} method Bins (line 101) | Bins(uint8_t bits, float *begin) : begin_(begin), end_(begin_ + ... method EncodeProb (line 105) | uint64_t EncodeProb(float value) const { method EncodeBackoff (line 109) | uint64_t EncodeBackoff(float value) const { method Decode (line 116) | float Decode(std::size_t off) const { return begin_[off]; } method Bits (line 118) | uint8_t Bits() const { return bits_; } method Mask (line 120) | uint64_t Mask() const { return mask_; } method Encode (line 123) | uint64_t Encode(float value, size_t reserved) const { FILE: src/kenlm/lm/query_main.cc function main (line 3) | int main(int argc, char *argv[]) { FILE: src/kenlm/lm/read_arpa.cc type lm (line 20) | namespace lm { function IsEntirelyWhiteSpace (line 27) | bool IsEntirelyWhiteSpace(const StringPiece &line) { function ReadCount (line 37) | uint64_t ReadCount(const std::string &from) { function ReadARPACounts (line 47) | void ReadARPACounts(util::FilePiece &in, std::vector &number) { function ReadNGramHeader (line 80) | void ReadNGramHeader(util::FilePiece &in, unsigned int length) { function ReadBackoff (line 88) | void ReadBackoff(util::FilePiece &in, Prob &/*weights*/) { function ReadBackoff (line 104) | void ReadBackoff(util::FilePiece &in, float &backoff) { function ReadEnd (line 133) | void ReadEnd(util::FilePiece &in) { FILE: src/kenlm/lm/read_arpa.hh type lm (line 13) | namespace lm { function ReadBackoff (line 20) | inline void ReadBackoff(util::FilePiece &in, ProbBackoff &weights) { function ReadBackoff (line 23) | inline void ReadBackoff(util::FilePiece &in, RestWeights &weights) { class PositiveProbWarn (line 32) | class PositiveProbWarn { method PositiveProbWarn (line 34) | PositiveProbWarn() : action_(THROW_UP) {} method PositiveProbWarn (line 36) | explicit PositiveProbWarn(WarningAction action) : action_(action) {} function Read1Gram (line 44) | void Read1Gram(util::FilePiece &f, Voc &vocab, Weights *unigrams, Posi... function Read1Grams (line 62) | void Read1Grams(util::FilePiece &f, std::size_t count, Voc &vocab, Wei... function ReadNGram (line 71) | void ReadNGram(util::FilePiece &f, const unsigned char n, const Voc &v... FILE: src/kenlm/lm/return.hh type lm (line 6) | namespace lm { type FullScoreReturn (line 8) | struct FullScoreReturn { FILE: src/kenlm/lm/search_hashed.cc type lm (line 16) | namespace lm { type ngram (line 17) | namespace ngram { class ProbingModel (line 19) | class ProbingModel class ActivateLowerMiddle (line 24) | class ActivateLowerMiddle { method ActivateLowerMiddle (line 26) | explicit ActivateLowerMiddle(Middle &middle) : modify_(middle) {} class ActivateUnigram (line 44) | class ActivateUnigram { method ActivateUnigram (line 46) | explicit ActivateUnigram(Weights *unigram) : modify_(unigram) {} function FindLower (line 58) | void FindLower( function AdjustLower (line 81) | void AdjustLower( function MarkLower (line 139) | void MarkLower( function ReadNGrams (line 159) | void ReadNGrams( type detail (line 205) | namespace detail { class HashedSearch (line 289) | class HashedSearch class HashedSearch (line 290) | class HashedSearch FILE: src/kenlm/lm/search_hashed.hh type util (line 17) | namespace util { class FilePiece; } class FilePiece (line 17) | class FilePiece type lm (line 19) | namespace lm { type ngram (line 20) | namespace ngram { type Backing (line 21) | struct Backing class ProbingVocabulary (line 22) | class ProbingVocabulary type detail (line 23) | namespace detail { function CombineWordHash (line 25) | inline uint64_t CombineWordHash(uint64_t current, const WordIndex ... type ProbEntry (line 32) | struct ProbEntry { method GetKey (line 37) | uint64_t GetKey() const { class LongestPointer (line 44) | class LongestPointer { method LongestPointer (line 46) | explicit LongestPointer(const float &to) : to_(&to) {} method LongestPointer (line 48) | LongestPointer() : to_(NULL) {} method Found (line 50) | bool Found() const { method Prob (line 54) | float Prob() const { class HashedSearch (line 62) | class HashedSearch { method UpdateConfigFromBinary (line 75) | static void UpdateConfigFromBinary(int, const std::vector &counts, const ... method Order (line 91) | unsigned char Order() const { method UnigramPointer (line 97) | UnigramPointer LookupUnigram(WordIndex word, Node &next, bool &i... method MiddlePointer (line 106) | MiddlePointer Unpack(uint64_t extend_pointer, unsigned char exte... method MiddlePointer (line 115) | MiddlePointer LookupMiddle(unsigned char order_minus_2, WordInde... method LongestPointer (line 128) | LongestPointer LookupLongest(WordIndex word, const Node &node) c... method FastMakeNode (line 137) | bool FastMakeNode(const WordIndex *begin, const WordIndex *end, ... class Unigram (line 152) | class Unigram { method Unigram (line 154) | Unigram() {} method Unigram (line 156) | Unigram(void *start, uint64_t count, std::size_t /*allocated*/) : method Size (line 163) | static uint64_t Size(uint64_t count) { method LoadedBinary (line 176) | void LoadedBinary() {} FILE: src/kenlm/lm/search_trie.cc type lm (line 34) | namespace lm { type ngram (line 35) | namespace ngram { type trie (line 36) | namespace trie { function ReadOrThrow (line 39) | void ReadOrThrow(FILE *from, void *data, size_t size) { function Compare (line 43) | int Compare(unsigned char order, const void *first_void, const voi... type ProbPointer (line 53) | struct ProbPointer { class BackoffMessages (line 59) | class BackoffMessages { method Init (line 61) | void Init(std::size_t entry_size) { method Add (line 67) | void Add(const WordIndex *to, ProbPointer index) { method Apply (line 77) | void Apply(float *const *const base, FILE *unigrams) { method Apply (line 100) | void Apply(float *const *const base, RecordReader &reader) { method Extends (line 136) | bool Extends(unsigned char order, const WordIndex *words) { method FinishedAdding (line 154) | void FinishedAdding() { method Resize (line 164) | void Resize(std::size_t to) { class SRISucks (line 180) | class SRISucks { method SRISucks (line 182) | SRISucks() { method Send (line 187) | void Send(unsigned char begin, unsigned char order, const WordIn... method ObtainBackoffs (line 198) | void ObtainBackoffs(unsigned char total_order, FILE *unigram_fil... method ProbBackoff (line 210) | ProbBackoff GetBlank(unsigned char total_order, unsigned char or... class FindBlanks (line 230) | class FindBlanks { method FindBlanks (line 232) | FindBlanks(unsigned char order, const ProbBackoff *unigrams, SRI... method UnigramProb (line 235) | float UnigramProb(WordIndex index) const { method Unigram (line 239) | void Unigram(WordIndex /*index*/) { method MiddleBlank (line 243) | void MiddleBlank(const unsigned char order, const WordIndex *ind... method Middle (line 248) | void Middle(const unsigned char order, const void * /*data*/) { method Longest (line 252) | void Longest(const void * /*data*/) { method Cleanup (line 257) | void Cleanup() { class WriteEntries (line 274) | class WriteEntries { method WriteEntries (line 276) | WriteEntries(RecordReader *contexts, const Quant &quant, Unigram... method UnigramProb (line 286) | float UnigramProb(WordIndex index) const { return unigrams_[inde... method Unigram (line 288) | void Unigram(WordIndex word) { method MiddleBlank (line 292) | void MiddleBlank(const unsigned char order, const WordIndex *ind... method Middle (line 297) | void Middle(const unsigned char order, const void *data) { method Longest (line 308) | void Longest(const void *data) { method Cleanup (line 313) | void Cleanup() {} type Gram (line 326) | struct Gram { method Gram (line 327) | Gram(const WordIndex *in_begin, unsigned char order) : begin(in_... class BlankManager (line 337) | class BlankManager { method BlankManager (line 339) | BlankManager(unsigned char total_order, Doing &doing) : total_or... method Visit (line 343) | void Visit(const WordIndex *to, unsigned char length, float prob) { function RecursiveInsert (line 384) | void RecursiveInsert(const unsigned char total_order, const WordIn... function SanityCheckCounts (line 421) | void SanityCheckCounts(const std::vector &initial, const... function TrainQuantizer (line 429) | void TrainQuantizer(uint8_t order, uint64_t count, const std::vect... function TrainProbQuantizer (line 442) | void TrainProbQuantizer(uint8_t order, uint64_t count, RecordReade... function PopulateUnigramWeights (line 453) | void PopulateUnigramWeights(FILE *file, WordIndex unigram_count, R... function BuildTrie (line 472) | void BuildTrie(SortedFiles &files, std::vector &counts, ... class TrieSearch (line 605) | class TrieSearch class TrieSearch (line 606) | class TrieSearch class TrieSearch (line 607) | class TrieSearch class TrieSearch (line 608) | class TrieSearch FILE: src/kenlm/lm/search_trie.hh type lm (line 17) | namespace lm { type ngram (line 18) | namespace ngram { type Backing (line 19) | struct Backing class SortedVocabulary (line 20) | class SortedVocabulary type trie (line 21) | namespace trie { class TrieSearch (line 23) | class TrieSearch method UpdateConfigFromBinary (line 41) | static void UpdateConfigFromBinary(int fd, const std::vector &counts, const ... method TrieSearch (line 55) | TrieSearch() : middle_begin_(NULL), middle_end_(NULL) {} method Order (line 65) | unsigned char Order() const { method ProbBackoff (line 69) | ProbBackoff &UnknownUnigram() { return unigram_.Unknown(); } method UnigramPointer (line 71) | UnigramPointer LookupUnigram(WordIndex word, Node &next, bool &i... method MiddlePointer (line 78) | MiddlePointer Unpack(uint64_t extend_pointer, unsigned char exte... method MiddlePointer (line 82) | MiddlePointer LookupMiddle(unsigned char order_minus_2, WordInde... method LongestPointer (line 88) | LongestPointer LookupLongest(WordIndex word, const Node &node) c... method FastMakeNode (line 92) | bool FastMakeNode(const WordIndex *begin, const WordIndex *end, ... method FreeMiddles (line 107) | void FreeMiddles() { class SortedFiles (line 24) | class SortedFiles class TrieSearch (line 27) | class TrieSearch { method UpdateConfigFromBinary (line 41) | static void UpdateConfigFromBinary(int fd, const std::vector &counts, const ... method TrieSearch (line 55) | TrieSearch() : middle_begin_(NULL), middle_end_(NULL) {} method Order (line 65) | unsigned char Order() const { method ProbBackoff (line 69) | ProbBackoff &UnknownUnigram() { return unigram_.Unknown(); } method UnigramPointer (line 71) | UnigramPointer LookupUnigram(WordIndex word, Node &next, bool &i... method MiddlePointer (line 78) | MiddlePointer Unpack(uint64_t extend_pointer, unsigned char exte... method MiddlePointer (line 82) | MiddlePointer LookupMiddle(unsigned char order_minus_2, WordInde... method LongestPointer (line 88) | LongestPointer LookupLongest(WordIndex word, const Node &node) c... method FastMakeNode (line 92) | bool FastMakeNode(const WordIndex *begin, const WordIndex *end, ... method FreeMiddles (line 107) | void FreeMiddles() { FILE: src/kenlm/lm/sizes.cc type lm (line 8) | namespace lm { type ngram (line 9) | namespace ngram { function ShowSizes (line 11) | void ShowSizes(const std::vector &counts, const lm::ngram:... function ShowSizes (line 51) | void ShowSizes(const std::vector &counts) { function ShowSizes (line 56) | void ShowSizes(const char *file, const lm::ngram::Config &config) { FILE: src/kenlm/lm/sizes.hh type lm (line 8) | namespace lm { namespace ngram { type ngram (line 8) | namespace ngram { type Config (line 10) | struct Config FILE: src/kenlm/lm/state.hh type lm (line 10) | namespace lm { type ngram (line 11) | namespace ngram { class State (line 15) | class State { method Compare (line 23) | int Compare(const State &other) const { method ZeroRemaining (line 34) | void ZeroRemaining() { method Length (line 41) | unsigned char Length() const { return length; } function hash_value (line 52) | inline uint64_t hash_value(const State &state, uint64_t seed = 0) { type Left (line 56) | struct Left { method Compare (line 63) | int Compare(const Left &other) const { method ZeroRemaining (line 76) | void ZeroRemaining() { function hash_value (line 86) | inline uint64_t hash_value(const Left &left) { type ChartState (line 93) | struct ChartState { method Compare (line 98) | int Compare(const ChartState &other) const { method ZeroRemaining (line 108) | void ZeroRemaining() { function hash_value (line 117) | inline uint64_t hash_value(const ChartState &state) { FILE: src/kenlm/lm/trie.cc type lm (line 10) | namespace lm { type ngram (line 11) | namespace ngram { type trie (line 12) | namespace trie { class KeyAccessor (line 15) | class KeyAccessor { method KeyAccessor (line 17) | KeyAccessor(const void *base, uint64_t key_mask, uint8_t key_bit... method Key (line 22) | Key operator()(uint64_t index) const { function FindBitPacked (line 32) | bool FindBitPacked(const void *base, uint64_t key_mask, uint8_t ke... class BitPackedMiddle (line 123) | class BitPackedMiddle class BitPackedMiddle (line 124) | class BitPackedMiddle FILE: src/kenlm/lm/trie.hh type lm (line 12) | namespace lm { type ngram (line 13) | namespace ngram { type Config (line 14) | struct Config type trie (line 15) | namespace trie { type NodeRange (line 17) | struct NodeRange { type UnigramValue (line 22) | struct UnigramValue { method Next (line 25) | uint64_t Next() const { return next; } class UnigramPointer (line 28) | class UnigramPointer { method UnigramPointer (line 30) | explicit UnigramPointer(const ProbBackoff &to) : to_(&to) {} method UnigramPointer (line 32) | UnigramPointer() : to_(NULL) {} method Found (line 34) | bool Found() const { return to_ != NULL; } method Prob (line 36) | float Prob() const { return to_->prob; } method Backoff (line 37) | float Backoff() const { return to_->backoff; } method Rest (line 38) | float Rest() const { return Prob(); } class Unigram (line 44) | class Unigram { method Unigram (line 46) | Unigram() {} method Init (line 48) | void Init(void *start) { method Size (line 52) | static uint64_t Size(uint64_t count) { method ProbBackoff (line 57) | const ProbBackoff &Lookup(WordIndex index) const { return unigra... method ProbBackoff (line 59) | ProbBackoff &Unknown() { return unigram_[0].weights; } method UnigramValue (line 61) | UnigramValue *Raw() { method LoadedBinary (line 65) | void LoadedBinary() {} method UnigramPointer (line 67) | UnigramPointer Find(WordIndex word, NodeRange &next) const { class BitPacked (line 78) | class BitPacked { method BitPacked (line 80) | BitPacked() {} method InsertIndex (line 82) | uint64_t InsertIndex() const { class BitPackedMiddle (line 100) | class BitPackedMiddle : public BitPacked { method LoadedBinary (line 111) | void LoadedBinary() { bhiksha_.LoadedBinary(); } method ReadEntry (line 115) | util::BitAddress ReadEntry(uint64_t pointer, NodeRange &range) { class BitPackedLongest (line 129) | class BitPackedLongest : public BitPacked { method Size (line 131) | static uint64_t Size(uint8_t quant_bits, uint64_t entries, uint6... method BitPackedLongest (line 135) | BitPackedLongest() {} method Init (line 137) | void Init(void *base, uint8_t quant_bits, uint64_t max_vocab) { method LoadedBinary (line 141) | void LoadedBinary() {} FILE: src/kenlm/lm/trie_sort.cc type lm (line 22) | namespace lm { type ngram (line 23) | namespace ngram { type trie (line 24) | namespace trie { class PartialViewProxy (line 30) | class PartialViewProxy { method PartialViewProxy (line 32) | PartialViewProxy() : attention_size_(0), inner_() {} method PartialViewProxy (line 34) | PartialViewProxy(void *ptr, std::size_t block_size, std::size_t ... method PartialViewProxy (line 40) | PartialViewProxy &operator=(const PartialViewProxy &from) { method PartialViewProxy (line 45) | PartialViewProxy &operator=(const std::string &from) { method InnerIterator (line 61) | InnerIterator &Inner() { return inner_; } method InnerIterator (line 62) | const InnerIterator &Inner() const { return inner_; } function FILE (line 68) | FILE *DiskFlush(const void *mem_begin, const void *mem_end, const ... function FILE (line 74) | FILE *WriteContextFile(uint8_t *begin, uint8_t *end, const std::st... class Closer (line 210) | class Closer { method Closer (line 212) | explicit Closer(std::deque &files) : files_(files) {} method PopFront (line 220) | void PopFront() { FILE: src/kenlm/lm/trie_sort.hh type util (line 19) | namespace util { class FilePiece (line 20) | class FilePiece type lm (line 23) | namespace lm { class PositiveProbWarn (line 24) | class PositiveProbWarn type ngram (line 25) | namespace ngram { class SortedVocabulary (line 26) | class SortedVocabulary type Config (line 27) | struct Config type trie (line 29) | namespace trie { class EntryCompare (line 31) | class EntryCompare : public std::binary_functionbackoff; } method IndependentLeft (line 32) | bool IndependentLeft() const { class GenericTrieUnigramProxy (line 43) | class GenericTrieUnigramProxy { method GenericTrieUnigramProxy (line 45) | explicit GenericTrieUnigramProxy(const Weights &to) : to_(&to) {} method GenericTrieUnigramProxy (line 47) | GenericTrieUnigramProxy() : to_(0) {} method Found (line 49) | bool Found() const { return to_ != 0; } method Prob (line 50) | float Prob() const { return to_->prob; } method Backoff (line 51) | float Backoff() const { return to_->backoff; } method Rest (line 52) | float Rest() const { return Prob(); } type BackoffValue (line 58) | struct BackoffValue { class ProbingProxy (line 62) | class ProbingProxy : public GenericProbingProxy { method ProbingProxy (line 64) | explicit ProbingProxy(const Weights &to) : GenericProbingProxy { method TrieUnigramProxy (line 71) | explicit TrieUnigramProxy(const Weights &to) : GenericTrieUnigra... method TrieUnigramProxy (line 72) | TrieUnigramProxy() {} method Rest (line 73) | float Rest() const { return Prob(); } type ProbingEntry (line 76) | struct ProbingEntry { method GetKey (line 81) | uint64_t GetKey() const { return key; } type TrieUnigramValue (line 84) | struct TrieUnigramValue { method Next (line 87) | uint64_t Next() const { return next; } method Callback (line 92) | void Callback(const Config &, unsigned int, typename Model::Vocabu... type RestValue (line 98) | struct RestValue { class ProbingProxy (line 102) | class ProbingProxy : public GenericProbingProxy { method ProbingProxy (line 104) | explicit ProbingProxy(const Weights &to) : GenericProbingProxyrest; } class TrieUnigramProxy (line 109) | class TrieUnigramProxy : public GenericTrieUnigramProxy { method TrieUnigramProxy (line 111) | explicit TrieUnigramProxy(const Weights &to) : GenericTrieUnigra... method TrieUnigramProxy (line 112) | TrieUnigramProxy() {} method Rest (line 113) | float Rest() const { return to_->rest; } type ProbingEntry (line 119) | struct ProbingEntry { method Key (line 124) | Key GetKey() const { return key; } type TrieUnigramValue (line 127) | struct TrieUnigramValue { method Next (line 130) | uint64_t Next() const { return next; } method Callback (line 136) | void Callback(const Config &config, unsigned int order, typename M... FILE: src/kenlm/lm/value_build.cc type lm (line 6) | namespace lm { type ngram (line 7) | namespace ngram { class LowerRestBuild (line 55) | class LowerRestBuild FILE: src/kenlm/lm/value_build.hh type lm (line 10) | namespace lm { type ngram (line 11) | namespace ngram { type Config (line 13) | struct Config type BackoffValue (line 14) | struct BackoffValue type RestValue (line 15) | struct RestValue class NoRestBuild (line 17) | class NoRestBuild { method NoRestBuild (line 21) | NoRestBuild() {} method SetRest (line 23) | void SetRest(const WordIndex *, unsigned int, const Prob &/*prob*/... method SetRest (line 24) | void SetRest(const WordIndex *, unsigned int, const ProbBackoff &)... method MarkExtends (line 26) | bool MarkExtends(ProbBackoff &weights, const Second &) const { class MaxRestBuild (line 35) | class MaxRestBuild { method MaxRestBuild (line 39) | MaxRestBuild() {} method SetRest (line 41) | void SetRest(const WordIndex *, unsigned int, const Prob &/*prob*/... method SetRest (line 42) | void SetRest(const WordIndex *, unsigned int, RestWeights &weights... method MarkExtends (line 47) | bool MarkExtends(RestWeights &weights, const RestWeights &to) const { method MarkExtends (line 53) | bool MarkExtends(RestWeights &weights, const Prob &to) const { class LowerRestBuild (line 64) | class LowerRestBuild { method SetRest (line 72) | void SetRest(const WordIndex *, unsigned int, const Prob &/*prob*/... method SetRest (line 73) | void SetRest(const WordIndex *vocab_ids, unsigned int n, RestWeigh... method MarkExtends (line 82) | bool MarkExtends(RestWeights &weights, const Second &) const { FILE: src/kenlm/lm/virtual_interface.cc type lm (line 5) | namespace lm { type base (line 6) | namespace base { FILE: src/kenlm/lm/virtual_interface.hh type lm (line 10) | namespace lm { type base (line 11) | namespace base { class ModelFacade (line 13) | class ModelFacade class Vocabulary (line 28) | class Vocabulary { method WordIndex (line 32) | WordIndex BeginSentence() const { return begin_sentence_; } method WordIndex (line 33) | WordIndex EndSentence() const { return end_sentence_; } method WordIndex (line 34) | WordIndex NotFound() const { return not_found_; } method WordIndex (line 41) | virtual WordIndex Index(const std::string &str) const { method WordIndex (line 44) | virtual WordIndex Index(const char *str) const { method Vocabulary (line 50) | Vocabulary() {} method Vocabulary (line 52) | Vocabulary(WordIndex begin_sentence, WordIndex end_sentence, WordI... class Model (line 116) | class Model { method StateSize (line 120) | size_t StateSize() const { return state_size_; } method Order (line 130) | unsigned char Order() const { return order_; } method Vocabulary (line 132) | const Vocabulary &BaseVocabulary() const { return *base_vocab_; } method Model (line 136) | explicit Model(size_t state_size) : state_size_(state_size) {} FILE: src/kenlm/lm/weights.hh type lm (line 6) | namespace lm { type Prob (line 7) | struct Prob { type ProbBackoff (line 11) | struct ProbBackoff { type RestWeights (line 15) | struct RestWeights { FILE: src/kenlm/lm/word_index.hh type lm (line 7) | namespace lm { FILE: src/kenlm/util/bit_packing.cc type util (line 6) | namespace util { type StaticCheck (line 9) | struct StaticCheck {} type StaticCheck (line 10) | struct StaticCheck { typedef bool StaticAssertionPassed; } function RequiredBits (line 17) | uint8_t RequiredBits(uint64_t max_value) { function BitPackingSanity (line 24) | void BitPackingSanity() { FILE: src/kenlm/util/bit_packing.hh type util (line 34) | namespace util { function BitPackShift (line 38) | inline uint8_t BitPackShift(uint8_t bit, uint8_t /*length*/) { function BitPackShift (line 42) | inline uint8_t BitPackShift(uint8_t bit, uint8_t length) { function ReadOff (line 49) | inline uint64_t ReadOff(const void *base, uint64_t bit_off) { function ReadInt57 (line 64) | inline uint64_t ReadInt57(const void *base, uint64_t bit_off, uint8_t ... function WriteInt57 (line 70) | inline void WriteInt57(void *base, uint64_t bit_off, uint8_t length, u... function ReadInt25 (line 84) | inline uint32_t ReadInt25(const void *base, uint64_t bit_off, uint8_t ... function WriteInt25 (line 95) | inline void WriteInt25(void *base, uint64_t bit_off, uint8_t length, u... function ReadFloat32 (line 110) | inline float ReadFloat32(const void *base, uint64_t bit_off) { function WriteFloat32 (line 115) | inline void WriteFloat32(void *base, uint64_t bit_off, float value) { function SetSign (line 123) | inline void SetSign(float &to) { function UnsetSign (line 130) | inline void UnsetSign(float &to) { function ReadNonPositiveFloat31 (line 137) | inline float ReadNonPositiveFloat31(const void *base, uint64_t bit_off) { function WriteNonPositiveFloat31 (line 144) | inline void WriteNonPositiveFloat31(void *base, uint64_t bit_off, floa... type BitsMask (line 157) | struct BitsMask { method BitsMask (line 158) | static BitsMask ByMax(uint64_t max_value) { method BitsMask (line 163) | static BitsMask ByBits(uint8_t bits) { method FromMax (line 169) | void FromMax(uint64_t max_value) { type BitAddress (line 177) | struct BitAddress { method BitAddress (line 178) | BitAddress(void *in_base, uint64_t in_offset) : base(in_base), offse... FILE: src/kenlm/util/bit_packing_test.cc type util (line 8) | namespace util { function BOOST_AUTO_TEST_CASE (line 14) | BOOST_AUTO_TEST_CASE(ZeroBit57) { function BOOST_AUTO_TEST_CASE (line 21) | BOOST_AUTO_TEST_CASE(EachBit57) { function BOOST_AUTO_TEST_CASE (line 30) | BOOST_AUTO_TEST_CASE(Consecutive57) { function BOOST_AUTO_TEST_CASE (line 42) | BOOST_AUTO_TEST_CASE(Consecutive25) { function BOOST_AUTO_TEST_CASE (line 54) | BOOST_AUTO_TEST_CASE(Sanity) { FILE: src/kenlm/util/double-conversion/bignum-dtoa.cc type double_conversion (line 35) | namespace double_conversion { function NormalizedExponent (line 37) | static int NormalizedExponent(uint64_t significand, int exponent) { function BignumDtoa (line 89) | void BignumDtoa(double v, BignumDtoaMode mode, int requested_digits, function GenerateShortestDigits (line 185) | static void GenerateShortestDigits(Bignum* numerator, Bignum* denomina... function GenerateCountedDigits (line 283) | static void GenerateCountedDigits(int count, int* decimal_point, function BignumToFixed (line 325) | static void BignumToFixed(int requested_digits, int* decimal_point, function EstimatePower (line 384) | static int EstimatePower(int exponent) { function InitialScaledStartValuesPositiveExponent (line 416) | static void InitialScaledStartValuesPositiveExponent( function InitialScaledStartValuesNegativeExponentPositivePower (line 449) | static void InitialScaledStartValuesNegativeExponentPositivePower( function InitialScaledStartValuesNegativeExponentNegativePower (line 483) | static void InitialScaledStartValuesNegativeExponentNegativePower( function InitialScaledStartValues (line 567) | static void InitialScaledStartValues(uint64_t significand, function FixupMultiply10 (line 611) | static void FixupMultiply10(int estimated_power, bool is_even, FILE: src/kenlm/util/double-conversion/bignum-dtoa.h function namespace (line 33) | namespace double_conversion { FILE: src/kenlm/util/double-conversion/bignum.cc type double_conversion (line 31) | namespace double_conversion { function BitSize (line 42) | static int BitSize(S value) { function ReadUInt64 (line 88) | static uint64_t ReadUInt64(Vector buffer, function HexCharValue (line 122) | static int HexCharValue(char c) { function SizeInHexChars (line 550) | static int SizeInHexChars(S number) { function HexCharOfValue (line 561) | static char HexCharOfValue(int value) { FILE: src/kenlm/util/double-conversion/bignum.h function namespace (line 33) | namespace double_conversion { FILE: src/kenlm/util/double-conversion/cached-powers.cc type double_conversion (line 36) | namespace double_conversion { type CachedPower (line 38) | struct CachedPower { FILE: src/kenlm/util/double-conversion/cached-powers.h function namespace (line 33) | namespace double_conversion { FILE: src/kenlm/util/double-conversion/diy-fp.cc type double_conversion (line 32) | namespace double_conversion { FILE: src/kenlm/util/double-conversion/diy-fp.h function namespace (line 33) | namespace double_conversion { FILE: src/kenlm/util/double-conversion/double-conversion.cc type double_conversion (line 40) | namespace double_conversion { function DoubleToStringConverter (line 42) | const DoubleToStringConverter& DoubleToStringConverter::EcmaScriptConv... function BignumDtoaMode (line 341) | static BignumDtoaMode DtoaToBignumDtoaMode( function ConsumeSubString (line 420) | static bool ConsumeSubString(const char** current, function AdvanceToNonspace (line 444) | static inline bool AdvanceToNonspace(const char** current, const char*... function isDigit (line 453) | static bool isDigit(int x, int radix) { function SignedZero (line 460) | static double SignedZero(bool sign) { function RadixStringToIeee (line 467) | static double RadixStringToIeee(const char* current, FILE: src/kenlm/util/double-conversion/double-conversion.h function namespace (line 33) | namespace double_conversion { function class (line 381) | class StringToDoubleConverter { function StringToFloat (line 512) | float StringToFloat(const char* buffer, FILE: src/kenlm/util/double-conversion/fast-dtoa.cc type double_conversion (line 34) | namespace double_conversion { function RoundWeed (line 61) | static bool RoundWeed(Vector buffer, function RoundWeedCounted (line 181) | static bool RoundWeedCounted(Vector buffer, function BiggestPowerTen (line 240) | static void BiggestPowerTen(uint32_t number, function DigitGen (line 303) | static bool DigitGen(DiyFp low, function DigitGenCounted (line 429) | static bool DigitGenCounted(DiyFp w, function Grisu3 (line 518) | static bool Grisu3(double v, function Grisu3Counted (line 590) | static bool Grisu3Counted(double v, function FastDtoa (line 634) | bool FastDtoa(double v, FILE: src/kenlm/util/double-conversion/fast-dtoa.h function namespace (line 33) | namespace double_conversion { FILE: src/kenlm/util/double-conversion/fixed-dtoa.cc type double_conversion (line 33) | namespace double_conversion { class UInt128 (line 37) | class UInt128 { method UInt128 (line 39) | UInt128() : high_bits_(0), low_bits_(0) { } method UInt128 (line 40) | UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(l... method Multiply (line 42) | void Multiply(uint32_t multiplicand) { method Shift (line 59) | void Shift(int shift_amount) { method DivModPowerOf2 (line 82) | int DivModPowerOf2(int power) { method IsZero (line 97) | bool IsZero() const { method BitAt (line 101) | int BitAt(int position) { function FillDigits32FixedLength (line 120) | static void FillDigits32FixedLength(uint32_t number, int requested_len... function FillDigits32 (line 130) | static void FillDigits32(uint32_t number, Vector buffer, int* le... function FillDigits64FixedLength (line 153) | static void FillDigits64FixedLength(uint64_t number, int requested_len... function FillDigits64 (line 168) | static void FillDigits64(uint64_t number, Vector buffer, int* le... function RoundUp (line 189) | static void RoundUp(Vector buffer, int* length, int* decimal_poi... function FillFractionals (line 230) | static void FillFractionals(uint64_t fractionals, int exponent, function TrimZeros (line 289) | static void TrimZeros(Vector buffer, int* length, int* decimal_p... function FastFixedDtoa (line 307) | bool FastFixedDtoa(double v, FILE: src/kenlm/util/double-conversion/fixed-dtoa.h function namespace (line 33) | namespace double_conversion { FILE: src/kenlm/util/double-conversion/ieee.h function namespace (line 33) | namespace double_conversion { function IsDenormal (line 131) | bool IsDenormal() const { function IsNan (line 143) | bool IsNan() const { function DiyFp (line 162) | DiyFp UpperBoundary() const { function SignificandSizeForOrderOfMagnitude (line 208) | static int SignificandSizeForOrderOfMagnitude(int order) { function Infinity (line 216) | static double Infinity() { function NaN (line 220) | static double NaN() { function DiyFpToUint64 (line 233) | static uint64_t DiyFpToUint64(DiyFp diy_fp) { function class (line 261) | class Single { function IsDenormal (line 307) | bool IsDenormal() const { function IsNan (line 319) | bool IsNan() const { function NormalizedBoundaries (line 340) | void NormalizedBoundaries(DiyFp* out_m_minus, DiyFp* out_m_plus) const { function DiyFp (line 358) | DiyFp UpperBoundary() const { function Infinity (line 378) | static float Infinity() { function NaN (line 382) | static float NaN() { FILE: src/kenlm/util/double-conversion/strtod.cc type double_conversion (line 36) | namespace double_conversion { function TrimLeadingZeros (line 91) | static Vector TrimLeadingZeros(Vector buffer) { function TrimTrailingZeros (line 101) | static Vector TrimTrailingZeros(Vector buffer) { function CutToMaxSignificantDigits (line 111) | static void CutToMaxSignificantDigits(Vector buffer, function TrimAndCut (line 133) | static void TrimAndCut(Vector buffer, int exponent, function ReadUint64 (line 157) | static uint64_t ReadUint64(Vector buffer, function ReadDiyFp (line 175) | static void ReadDiyFp(Vector buffer, function DoubleStrtod (line 196) | static bool DoubleStrtod(Vector trimmed, function DiyFp (line 250) | static DiyFp AdjustmentPowerOfTen(int exponent) { function DiyFpStrtod (line 274) | static bool DiyFpStrtod(Vector buffer, function CompareBufferWithDiyFp (line 392) | static int CompareBufferWithDiyFp(Vector buffer, function ComputeGuess (line 423) | static bool ComputeGuess(Vector trimmed, int exponent, function Strtod (line 448) | double Strtod(Vector buffer, int exponent) { function Strtof (line 474) | float Strtof(Vector buffer, int exponent) { FILE: src/kenlm/util/double-conversion/strtod.h function namespace (line 33) | namespace double_conversion { FILE: src/kenlm/util/double-conversion/utils.h type __int64 (line 83) | typedef __int64 int64_t; function namespace (line 129) | namespace double_conversion { FILE: src/kenlm/util/ersatz_progress.cc type util (line 8) | namespace util { FILE: src/kenlm/util/ersatz_progress.hh type util (line 12) | namespace util { class ErsatzProgress (line 16) | class ErsatzProgress { method ErsatzProgress (line 26) | ErsatzProgress &operator++() { method ErsatzProgress (line 31) | ErsatzProgress &operator+=(uint64_t amount) { method Set (line 36) | void Set(uint64_t to) { method Finished (line 40) | void Finished() { FILE: src/kenlm/util/exception.cc type util (line 10) | namespace util { function Exception (line 19) | Exception &Exception::operator=(const Exception &from) { FILE: src/kenlm/util/exception.hh type util (line 11) | namespace util { class Exception (line 15) | class Exception : public std::exception { type ExceptionTag (line 38) | struct ExceptionTag { class ErrnoException (line 102) | class ErrnoException : public Exception { method Error (line 108) | int Error() const throw() { return errno_; } class OverflowException (line 115) | class OverflowException : public Exception { function CheckOverflowInternal (line 121) | inline std::size_t CheckOverflowInternal(uint64_t value) { function CheckOverflow (line 130) | inline std::size_t CheckOverflow(uint64_t value) { FILE: src/kenlm/util/fake_ofstream.hh type util (line 14) | namespace util { class FakeOFStream (line 15) | class FakeOFStream { method FakeOFStream (line 20) | explicit FakeOFStream(int out) method FakeOFStream (line 31) | FakeOFStream &operator<<(float value) { method FakeOFStream (line 38) | FakeOFStream &operator<<(double value) { method FakeOFStream (line 44) | FakeOFStream &operator<<(StringPiece str) { method FakeOFStream (line 56) | FakeOFStream &operator<<(unsigned value) { method FakeOFStream (line 60) | FakeOFStream &operator<<(char c) { method Flush (line 67) | void Flush() { method EnsureRemaining (line 73) | void EnsureRemaining(std::size_t amount) { FILE: src/kenlm/util/file.cc type util (line 30) | namespace util { function OpenReadOrThrow (line 58) | int OpenReadOrThrow(const char *name) { function CreateOrThrow (line 68) | int CreateOrThrow(const char *name) { function SizeFile (line 78) | uint64_t SizeFile(int fd) { function SizeOrThrow (line 96) | uint64_t SizeOrThrow(int fd) { function ResizeOrThrow (line 102) | void ResizeOrThrow(int fd, uint64_t to) { function PartialRead (line 114) | std::size_t PartialRead(int fd, void *to, std::size_t amount) { function ReadOrThrow (line 129) | void ReadOrThrow(int fd, void *to_void, std::size_t amount) { function ReadOrEOF (line 139) | std::size_t ReadOrEOF(int fd, void *to_void, std::size_t amount) { function PReadOrThrow (line 151) | void PReadOrThrow(int fd, void *to_void, std::size_t size, uint64_t of... function WriteOrThrow (line 189) | void WriteOrThrow(int fd, const void *data_void, std::size_t size) { function WriteOrThrow (line 207) | void WriteOrThrow(FILE *to, const void *data, std::size_t size) { function FSyncOrThrow (line 212) | void FSyncOrThrow(int fd) { type CheckOffT (line 223) | struct CheckOffT type CheckOffT<8> (line 224) | struct CheckOffT<8> { type True (line 225) | struct True {} function InternalSeek (line 233) | void InternalSeek(int fd, int64_t off, int whence) { function SeekOrThrow (line 246) | void SeekOrThrow(int fd, uint64_t off) { function AdvanceOrThrow (line 250) | void AdvanceOrThrow(int fd, int64_t off) { function SeekEnd (line 254) | void SeekEnd(int fd) { function mkstemp_and_unlink (line 292) | int function mkstemp_and_unlink (line 384) | int function NormalizeTempPrefix (line 396) | void NormalizeTempPrefix(std::string &base) { FILE: src/kenlm/util/file.hh type util (line 12) | namespace util { class scoped_fd (line 14) | class scoped_fd { method scoped_fd (line 16) | scoped_fd() : fd_(-1) {} method scoped_fd (line 18) | explicit scoped_fd(int fd) : fd_(fd) {} method reset (line 22) | void reset(int to = -1) { method get (line 27) | int get() const { return fd_; } method release (line 31) | int release() { class scoped_FILE (line 44) | class scoped_FILE { method scoped_FILE (line 46) | explicit scoped_FILE(std::FILE *file = NULL) : file_(file) {} method reset (line 53) | void reset(std::FILE *to = NULL) { class FDException (line 69) | class FDException : public ErrnoException { method FD (line 76) | int FD() const { return fd_; } class EndOfFileException (line 88) | class EndOfFileException : public Exception { FILE: src/kenlm/util/file_piece.cc type util (line 24) | namespace util { function NamePossiblyFind (line 40) | std::string NamePossiblyFind(int fd, const char *name) { function StringPiece (line 66) | StringPiece FilePiece::ReadLine(char delim) { function ParseNumber (line 140) | void ParseNumber(const char *begin, const char *&end, float &out) { function ParseNumber (line 145) | void ParseNumber(const char *begin, const char *&end, double &out) { function ParseNumber (line 150) | void ParseNumber(const char *begin, const char *&end, long int &out) { function ParseNumber (line 155) | void ParseNumber(const char *begin, const char *&end, unsigned long in... function T (line 162) | T FilePiece::ReadNumber() { FILE: src/kenlm/util/file_piece.hh type util (line 17) | namespace util { class ParseNumberException (line 19) | class ParseNumberException : public Exception { class FilePiece (line 28) | class FilePiece { method get (line 44) | char get() { method StringPiece (line 53) | StringPiece ReadDelimited(const bool *delim = kSpaces) { method SkipSpaces (line 68) | void SkipSpaces(const bool *delim = kSpaces) { method Offset (line 75) | uint64_t Offset() const { method StringPiece (line 88) | StringPiece Consume(const char *to) { FILE: src/kenlm/util/file_piece_test.cc type util (line 16) | namespace util { function FileLocation (line 19) | std::string FileLocation() { function BOOST_AUTO_TEST_CASE (line 28) | BOOST_AUTO_TEST_CASE(IStream) { function BOOST_AUTO_TEST_CASE (line 42) | BOOST_AUTO_TEST_CASE(MMapReadLine) { function BOOST_AUTO_TEST_CASE (line 61) | BOOST_AUTO_TEST_CASE(StreamReadLine) { function BOOST_AUTO_TEST_CASE (line 88) | BOOST_AUTO_TEST_CASE(PlainZipReadLine) { function BOOST_AUTO_TEST_CASE (line 112) | BOOST_AUTO_TEST_CASE(StreamZipReadLine) { FILE: src/kenlm/util/getopt.c function getopt (line 32) | int FILE: src/kenlm/util/joint_sort.hh type util (line 14) | namespace util { type detail (line 16) | namespace detail { class JointProxy (line 18) | class JointProxy method JointProxy (line 60) | JointProxy(const KeyIter &key_iter, const ValueIter &value_iter) :... method JointProxy (line 61) | JointProxy(const JointProxy &other) : inner_(o... method JointProxy (line 70) | JointProxy &operator=(const JointProxy &other) { method JointProxy (line 76) | JointProxy &operator=(const value_type &other) { method GetKey (line 82) | typename std::iterator_traits::reference GetKey() const { method swap (line 86) | void swap(JointProxy &other) { method InnerIterator (line 94) | InnerIterator &Inner() { return inner_; } method InnerIterator (line 95) | const InnerIterator &Inner() const { return inner_; } class JointIter (line 20) | class JointIter { method JointIter (line 22) | JointIter() {} method JointIter (line 24) | JointIter(const KeyIter &key_iter, const ValueIter &value_iter) : ... method swap (line 38) | void swap(const JointIter &other) { class JointProxy (line 49) | class JointProxy { method JointProxy (line 60) | JointProxy(const KeyIter &key_iter, const ValueIter &value_iter) :... method JointProxy (line 61) | JointProxy(const JointProxy &other) : inner_(o... method JointProxy (line 70) | JointProxy &operator=(const JointProxy &other) { method JointProxy (line 76) | JointProxy &operator=(const value_type &other) { method GetKey (line 82) | typename std::iterator_traits::reference GetKey() const { method swap (line 86) | void swap(JointProxy &other) { method InnerIterator (line 94) | InnerIterator &Inner() { return inner_; } method InnerIterator (line 95) | const InnerIterator &Inner() const { return inner_; } class LessWrapper (line 99) | class LessWrapper : public std::binary_function &left, util::det... function swap (line 146) | void swap(util::detail::JointProxy &left, util::de... FILE: src/kenlm/util/joint_sort_test.cc type util (line 6) | namespace util { namespace { function BOOST_AUTO_TEST_CASE (line 8) | BOOST_AUTO_TEST_CASE(just_flip) { function BOOST_AUTO_TEST_CASE (line 20) | BOOST_AUTO_TEST_CASE(three) { function BOOST_AUTO_TEST_CASE (line 32) | BOOST_AUTO_TEST_CASE(char_int) { FILE: src/kenlm/util/mmap.cc type util (line 27) | namespace util { function SizePage (line 29) | long SizePage() { function SyncOrThrow (line 39) | void SyncOrThrow(void *start, size_t length) { function UnmapOrThrow (line 47) | void UnmapOrThrow(void *start, size_t length) { function MapRead (line 136) | void MapRead(LoadMethod method, int fd, uint64_t offset, std::size_t s... function MapAnonymous (line 159) | void MapAnonymous(std::size_t size, util::scoped_memory &to) { FILE: src/kenlm/util/mmap.hh type util (line 10) | namespace util { class scoped_fd (line 12) | class scoped_fd class scoped_mmap (line 17) | class scoped_mmap { method scoped_mmap (line 19) | scoped_mmap() : data_((void*)-1), size_(0) {} method scoped_mmap (line 20) | scoped_mmap(void *data, std::size_t size) : data_(data), size_(size) {} method size (line 27) | std::size_t size() const { return size_; } method reset (line 29) | void reset(void *data, std::size_t size) { method reset (line 35) | void reset() { class scoped_memory (line 51) | class scoped_memory { method scoped_memory (line 55) | scoped_memory() : data_(NULL), size_(0), source_(NONE_ALLOCATED) {} method size (line 62) | std::size_t size() const { return size_; } method Alloc (line 64) | Alloc source() const { return source_; } method reset (line 66) | void reset() { reset(NULL, 0, NONE_ALLOCATED); } FILE: src/kenlm/util/multi_intersection.hh type util (line 11) | namespace util { type detail (line 13) | namespace detail { type RangeLessBySize (line 14) | struct RangeLessBySize : public std::binary_function::value_type>... function FirstIntersection (line 52) | boost::optional::value_type> F... function FirstIntersection (line 59) | boost::optional::value_type> F... function AllIntersection (line 63) | void AllIntersection(std::vector > &se... function AllIntersection (line 74) | void AllIntersection(std::vector > &se... FILE: src/kenlm/util/multi_intersection_test.cc type util (line 6) | namespace util { function BOOST_AUTO_TEST_CASE (line 9) | BOOST_AUTO_TEST_CASE(Empty) { function BOOST_AUTO_TEST_CASE (line 16) | BOOST_AUTO_TEST_CASE(Single) { function RangeFromArray (line 30) | boost::iterator_range RangeFromArray(const T (&arr)[len]) { function BOOST_AUTO_TEST_CASE (line 34) | BOOST_AUTO_TEST_CASE(MultiNone) { function BOOST_AUTO_TEST_CASE (line 47) | BOOST_AUTO_TEST_CASE(MultiOne) { FILE: src/kenlm/util/murmur_hash.cc type util (line 16) | namespace util { function MurmurHash64A (line 26) | uint64_t MurmurHash64A ( const void * key, std::size_t len, uint64_t s... function MurmurHash64B (line 84) | uint64_t MurmurHash64B ( const void * key, std::size_t len, uint64_t s... function MurmurHashNativeBackend (line 156) | inline uint64_t MurmurHashNativeBackend(const void * key, std::size_t ... function MurmurHashNative (line 164) | uint64_t MurmurHashNative(const void * key, std::size_t len, uint64_t ... FILE: src/kenlm/util/murmur_hash.hh type util (line 6) | namespace util { FILE: src/kenlm/util/pcqueue.hh type util (line 11) | namespace util { function WaitSemaphore (line 13) | inline void WaitSemaphore (boost::interprocess::interprocess_semaphore... class PCQueue (line 31) | class PCQueue : boost::noncopyable { method PCQueue (line 33) | explicit PCQueue(size_t size) method Produce (line 41) | void Produce(const T &val) { method T (line 58) | T& Consume(T &out) { method T (line 77) | T Consume() { FILE: src/kenlm/util/pool.cc type util (line 7) | namespace util { FILE: src/kenlm/util/pool.hh type util (line 11) | namespace util { class Pool (line 13) | class Pool { FILE: src/kenlm/util/probing_hash_table.hh type util (line 14) | namespace util { class ProbingSizeException (line 17) | class ProbingSizeException : public Exception { method ProbingSizeException (line 19) | ProbingSizeException() throw() {} type IdentityHash (line 24) | struct IdentityHash { method T (line 25) | T operator()(T arg) const { return arg; } class ProbingHashTable (line 37) | class ProbingHashTable { method Size (line 47) | static uint64_t Size(uint64_t entries, float multiplier) { method ProbingHashTable (line 53) | ProbingHashTable() : entries_(0) method ProbingHashTable (line 59) | ProbingHashTable(void *start, std::size_t allocated, const Key &inva... method MutableIterator (line 72) | MutableIterator Insert(const T &t) { method FindOrInsert (line 81) | bool FindOrInsert(const T &t, MutableIterator &out) { method FinishedInserting (line 98) | void FinishedInserting() {} method LoadedBinary (line 100) | void LoadedBinary() {} method UnsafeMutableFind (line 103) | bool UnsafeMutableFind(const Key key, MutableIterator &out) { method Find (line 115) | bool Find(const Key key, ConstIterator &out) const { method Clear (line 127) | void Clear() { method SizeNoSerialization (line 135) | std::size_t SizeNoSerialization() const { method DoubleTo (line 140) | std::size_t DoubleTo() const { method Double (line 147) | void Double(void *new_base, bool clear_new = true) { method CheckConsistency (line 184) | void CheckConsistency() { method MutableIterator (line 206) | MutableIterator Ideal(const T &t) { method MutableIterator (line 210) | MutableIterator UncheckedInsert(const T &t) { FILE: src/kenlm/util/probing_hash_table_test.cc type util (line 15) | namespace util { type Entry (line 18) | struct Entry { method GetKey (line 22) | unsigned char GetKey() const { method SetKey (line 26) | void SetKey(unsigned char to) { method GetValue (line 30) | uint64_t GetValue() const { function BOOST_AUTO_TEST_CASE (line 39) | BOOST_AUTO_TEST_CASE(simple) { type Entry64 (line 57) | struct Entry64 { method Entry64 (line 61) | Entry64() {} method Entry64 (line 63) | explicit Entry64(uint64_t key_in) { method Key (line 67) | Key GetKey() const { return key; } method SetKey (line 68) | void SetKey(uint64_t to) { key = to; } type MurmurHashEntry64 (line 71) | struct MurmurHashEntry64 { function BOOST_AUTO_TEST_CASE (line 79) | BOOST_AUTO_TEST_CASE(Double) { FILE: src/kenlm/util/proxy_iterator.hh type util (line 30) | namespace util { class ProxyIterator (line 31) | class ProxyIterator { method ProxyIterator (line 44) | ProxyIterator() {} method ProxyIterator (line 47) | ProxyIterator(const ProxyIterator &in) : p_(*in) {} method ProxyIterator (line 48) | explicit ProxyIterator(const Proxy &p) : p_(p) {} method S (line 51) | S &operator=(const S &other) { method S (line 63) | S &operator++() { return *this += 1; } method S (line 64) | S operator++(int) { S ret(*this); ++*this; return ret; } method S (line 65) | S &operator+=(std::ptrdiff_t amount) { I() += amount; return *this; } method S (line 66) | S operator+(std::ptrdiff_t amount) const { S ret(*this); ret += amou... method S (line 68) | S &operator--() { return *this -= 1; } method S (line 69) | S operator--(int) { S ret(*this); --*this; return ret; } method S (line 70) | S &operator-=(std::ptrdiff_t amount) { I() += (-amount); return *thi... method S (line 71) | S operator-(std::ptrdiff_t amount) const { S ret(*this); ret -= amou... method Proxy (line 75) | Proxy operator*() { return p_; } method Proxy (line 76) | const Proxy operator*() const { return p_; } method Proxy (line 77) | Proxy *operator->() { return &p_; } method Proxy (line 78) | const Proxy *operator->() const { return &p_; } method Proxy (line 79) | Proxy operator[](std::ptrdiff_t amount) const { return *(*this + amo... method InnerIterator (line 81) | const InnerIterator &Inner() { return p_.Inner(); } method InnerIterator (line 84) | InnerIterator &I() { return p_.Inner(); } method InnerIterator (line 85) | const InnerIterator &I() const { return p_.Inner(); } FILE: src/kenlm/util/read_compressed.cc type util (line 27) | namespace util { class ReadBase (line 41) | class ReadBase { method ReplaceThis (line 48) | static void ReplaceThis(ReadBase *with, ReadCompressed &thunk) { class Complete (line 60) | class Complete : public ReadBase { method Read (line 62) | std::size_t Read(void *, std::size_t, ReadCompressed &) { class Uncompressed (line 67) | class Uncompressed : public ReadBase { method Uncompressed (line 69) | explicit Uncompressed(int fd) : fd_(fd) {} method Read (line 71) | std::size_t Read(void *to, std::size_t amount, ReadCompressed &thunk) { class UncompressedWithHeader (line 81) | class UncompressedWithHeader : public ReadBase { method UncompressedWithHeader (line 83) | UncompressedWithHeader(int fd, void *already_data, std::size_t alrea... method Read (line 92) | std::size_t Read(void *to, std::size_t amount, ReadCompressed &thunk) { class GZip (line 112) | class GZip : public ReadBase { method GZip (line 116) | GZip(int fd, void *already_data, std::size_t already_size) method Read (line 144) | std::size_t Read(void *to, std::size_t amount, ReadCompressed &thunk) { method ReadInput (line 170) | void ReadInput(ReadCompressed &thunk) { class BZip (line 184) | class BZip : public ReadBase { method BZip (line 186) | explicit BZip(int fd, void *already_data, std::size_t already_size) { method Read (line 214) | std::size_t Read(void *to, std::size_t amount, ReadCompressed &thunk) { class XZip (line 240) | class XZip : public ReadBase { method XZip (line 244) | XZip(int fd, void *already_data, std::size_t already_size) method Read (line 272) | std::size_t Read(void *to, std::size_t amount, ReadCompressed &thunk) { method ReadInput (line 307) | void ReadInput(ReadCompressed &thunk) { class IStreamReader (line 323) | class IStreamReader : public ReadBase { method IStreamReader (line 325) | explicit IStreamReader(std::istream &stream) : stream_(stream) {} method Read (line 327) | std::size_t Read(void *to, std::size_t amount, ReadCompressed &thunk) { type MagicResult (line 340) | enum MagicResult { function MagicResult (line 344) | MagicResult DetectMagic(const void *from_void) { function ReadBase (line 359) | ReadBase *ReadFactory(int fd, uint64_t &raw_amount) { method ReplaceThis (line 48) | static void ReplaceThis(ReadBase *with, ReadCompressed &thunk) { FILE: src/kenlm/util/read_compressed.hh type util (line 11) | namespace util { class CompressedException (line 13) | class CompressedException : public Exception { class GZException (line 19) | class GZException : public CompressedException { class BZException (line 25) | class BZException : public CompressedException { class XZException (line 31) | class XZException : public CompressedException { class ReadBase (line 37) | class ReadBase class ReadCompressed (line 39) | class ReadCompressed { method RawAmount (line 65) | uint64_t RawAmount() const { return raw_amount_; } FILE: src/kenlm/util/read_compressed_test.cc type util (line 15) | namespace util { function ReadLoop (line 18) | void ReadLoop(ReadCompressed &reader, void *to_void, std::size_t amoun... function WriteRandom (line 30) | std::string WriteRandom() { function VerifyRead (line 40) | void VerifyRead(ReadCompressed &reader) { function TestRandom (line 53) | void TestRandom(const char *compressor) { function BOOST_AUTO_TEST_CASE (line 77) | BOOST_AUTO_TEST_CASE(Uncompressed) { function BOOST_AUTO_TEST_CASE (line 82) | BOOST_AUTO_TEST_CASE(ReadGZ) { function BOOST_AUTO_TEST_CASE (line 88) | BOOST_AUTO_TEST_CASE(ReadBZ) { function BOOST_AUTO_TEST_CASE (line 94) | BOOST_AUTO_TEST_CASE(ReadXZ) { function BOOST_AUTO_TEST_CASE (line 99) | BOOST_AUTO_TEST_CASE(IStream) { FILE: src/kenlm/util/scoped.cc type util (line 8) | namespace util { FILE: src/kenlm/util/scoped.hh type util (line 8) | namespace util { class MallocException (line 10) | class MallocException : public ErrnoException { class scoped_malloc (line 19) | class scoped_malloc { method scoped_malloc (line 21) | scoped_malloc() : p_(NULL) {} method scoped_malloc (line 23) | scoped_malloc(void *p) : p_(p) {} method reset (line 27) | void reset(void *p = NULL) { class scoped_array (line 45) | class scoped_array { method scoped_array (line 47) | explicit scoped_array(T *content = NULL) : c_(content) {} method T (line 51) | T *get() { return c_; } method T (line 52) | const T* get() const { return c_; } method T (line 54) | T &operator*() { return *c_; } method T (line 55) | const T&operator*() const { return *c_; } method T (line 57) | T &operator[](std::size_t idx) { return c_[idx]; } method T (line 58) | const T &operator[](std::size_t idx) const { return c_[idx]; } method reset (line 60) | void reset(T *to = NULL) { class scoped_ptr (line 72) | class scoped_ptr { method scoped_ptr (line 74) | explicit scoped_ptr(T *content = NULL) : c_(content) {} method T (line 78) | T *get() { return c_; } method T (line 79) | const T* get() const { return c_; } method T (line 81) | T &operator*() { return *c_; } method T (line 82) | const T&operator*() const { return *c_; } method T (line 84) | T *operator->() { return c_; } method T (line 85) | const T*operator->() const { return c_; } method T (line 87) | T &operator[](std::size_t idx) { return c_[idx]; } method T (line 88) | const T &operator[](std::size_t idx) const { return c_[idx]; } method reset (line 90) | void reset(T *to = NULL) { FILE: src/kenlm/util/sized_iterator.hh type util (line 12) | namespace util { class SizedInnerIterator (line 14) | class SizedInnerIterator { method SizedInnerIterator (line 16) | SizedInnerIterator() {} method SizedInnerIterator (line 18) | SizedInnerIterator(void *ptr, std::size_t size) : ptr_(static_cast (line 35) | struct PivotSelect<8> { typedef Pivot64 T; } type PivotSelect<4> (line 36) | struct PivotSelect<4> { typedef Pivot32 T; } type PivotSelect<2> (line 37) | struct PivotSelect<2> { typedef Pivot32 T; } function BinaryFind (line 40) | bool BinaryFind( function BoundedSortedUniformFind (line 65) | bool BoundedSortedUniformFind( function SortedUniformFind (line 87) | bool SortedUniformFind(const Accessor &accessor, Iterator begin, Itera... function Iterator (line 105) | Iterator BinaryBelow( FILE: src/kenlm/util/sorted_uniform_test.cc type util (line 16) | namespace util { type Entry (line 19) | struct Entry { method Key (line 26) | Key GetKey() const { method Value (line 30) | Value GetValue() const { type Accessor (line 39) | struct Accessor { method Key (line 41) | Key operator()(const Entry *entry) const { function Check (line 46) | void Check(const Entry *begin, const Entry *en... function BOOST_AUTO_TEST_CASE (line 60) | BOOST_AUTO_TEST_CASE(empty) { function RandomTest (line 67) | void RandomTest(Key upper, size_t entries, size_t queries) { function BOOST_AUTO_TEST_CASE (line 102) | BOOST_AUTO_TEST_CASE(basic) { function BOOST_AUTO_TEST_CASE (line 106) | BOOST_AUTO_TEST_CASE(tiny_dense_random) { function BOOST_AUTO_TEST_CASE (line 110) | BOOST_AUTO_TEST_CASE(small_dense_random) { function BOOST_AUTO_TEST_CASE (line 114) | BOOST_AUTO_TEST_CASE(small_sparse_random) { function BOOST_AUTO_TEST_CASE (line 118) | BOOST_AUTO_TEST_CASE(medium_sparse_random) { function BOOST_AUTO_TEST_CASE (line 122) | BOOST_AUTO_TEST_CASE(sparse_random) { FILE: src/kenlm/util/string_piece.cc function size_type (line 19) | size_type StringPiece::find(const StringPiece& s, size_type pos) const { function size_type (line 30) | size_type StringPiece::find(char c, size_type pos) const { function size_type (line 38) | size_type StringPiece::rfind(const StringPiece& s, size_type pos) const { function size_type (line 48) | size_type StringPiece::rfind(char c, size_type pos) const { function BuildLookupTable (line 67) | static inline void BuildLookupTable(const StringPiece& characters_wanted, function size_type (line 76) | size_type StringPiece::find_first_of(const StringPiece& s, function size_type (line 95) | size_type StringPiece::find_first_not_of(const StringPiece& s, function size_type (line 117) | size_type StringPiece::find_first_not_of(char c, size_type pos) const { function size_type (line 129) | size_type StringPiece::find_last_of(const StringPiece& s, size_type pos)... function size_type (line 148) | size_type StringPiece::find_last_not_of(const StringPiece& s, function size_type (line 172) | size_type StringPiece::find_last_not_of(char c, size_type pos) const { function StringPiece (line 185) | StringPiece StringPiece::substr(size_type pos, size_type n) const { FILE: src/kenlm/util/string_piece.hh class StringPiece (line 89) | class StringPiece { method StringPiece (line 101) | StringPiece() : ptr_(NULL), length_(0) { } method StringPiece (line 102) | StringPiece(const char* str) method StringPiece (line 104) | StringPiece(const std::string& str) method StringPiece (line 106) | StringPiece(const char* offset, size_type len) method size_type (line 114) | size_type size() const { return length_; } method size_type (line 115) | size_type length() const { return length_; } method empty (line 116) | bool empty() const { return length_ == 0; } method clear (line 118) | void clear() { ptr_ = NULL; length_ = 0; } method set (line 119) | void set(const char* data, size_type len) { ptr_ = data; length_ = len; } method set (line 120) | void set(const char* str) { method set (line 124) | void set(const void* data, size_type len) { method remove_prefix (line 131) | void remove_prefix(size_type n) { method remove_suffix (line 136) | void remove_suffix(size_type n) { method compare (line 140) | int compare(const StringPiece& x) const { method as_string (line 149) | std::string as_string() const { method starts_with (line 158) | bool starts_with(const StringPiece& x) const { method ends_with (line 164) | bool ends_with(const StringPiece& x) const { method iterator (line 180) | iterator begin() const { return ptr_; } method iterator (line 181) | iterator end() const { return ptr_ + length_; } method const_reverse_iterator (line 182) | const_reverse_iterator rbegin() const { method const_reverse_iterator (line 185) | const_reverse_iterator rend() const { method size_type (line 189) | size_type max_size() const { return length_; } method size_type (line 190) | size_type capacity() const { return length_; } method size_type (line 200) | size_type find_first_of(char c, size_type pos = 0) const { method size_type (line 206) | size_type find_last_of(char c, size_type pos = npos) const { method wordmemcmp (line 214) | static int wordmemcmp(const char* p, const char* p2, size_type N) { FILE: src/kenlm/util/string_piece_hash.hh function hash_value (line 9) | inline size_t hash_value(const StringPiece &str) { type StringPieceCompatibleHash (line 14) | struct StringPieceCompatibleHash : public std::unary_function &in, Construct &construct, Request &poison) method Join (line 44) | void Join() { class ThreadPool (line 58) | class ThreadPool : boost::noncopyable { method ThreadPool (line 63) | ThreadPool(size_t queue_length, size_t workers, Construct handler_co... method Produce (line 78) | void Produce(const Request &request) { FILE: src/kenlm/util/tokenize_piece.hh type util (line 12) | namespace util { class OutOfTokens (line 15) | class OutOfTokens : public Exception { method OutOfTokens (line 17) | OutOfTokens() throw() {} class SingleCharacter (line 21) | class SingleCharacter { method SingleCharacter (line 23) | SingleCharacter() {} method SingleCharacter (line 24) | explicit SingleCharacter(char delim) : delim_(delim) {} method StringPiece (line 26) | StringPiece Find(const StringPiece &in) const { class MultiCharacter (line 34) | class MultiCharacter { method MultiCharacter (line 36) | MultiCharacter() {} method MultiCharacter (line 38) | explicit MultiCharacter(const StringPiece &delimiter) : delimiter_(d... method StringPiece (line 40) | StringPiece Find(const StringPiece &in) const { class AnyCharacter (line 48) | class AnyCharacter { method AnyCharacter (line 50) | AnyCharacter() {} method AnyCharacter (line 51) | explicit AnyCharacter(const StringPiece &chars) : chars_(chars) {} method StringPiece (line 53) | StringPiece Find(const StringPiece &in) const { class AnyCharacterLast (line 61) | class AnyCharacterLast { method AnyCharacterLast (line 63) | AnyCharacterLast() {} method AnyCharacterLast (line 65) | explicit AnyCharacterLast(const StringPiece &chars) : chars_(chars) {} method StringPiece (line 67) | StringPiece Find(const StringPiece &in) const { class TokenIter (line 75) | class TokenIter : public boost::iterator_facade end() { method increment (line 97) | void increment() { method equal (line 109) | bool equal(const TokenIter &other) const { method StringPiece (line 113) | const StringPiece &dereference() const { FILE: src/kenlm/util/tokenize_piece_test.cc type util (line 9) | namespace util { function BOOST_AUTO_TEST_CASE (line 12) | BOOST_AUTO_TEST_CASE(pipe_pipe_none) { function BOOST_AUTO_TEST_CASE (line 20) | BOOST_AUTO_TEST_CASE(pipe_pipe_two) { function BOOST_AUTO_TEST_CASE (line 32) | BOOST_AUTO_TEST_CASE(remove_empty) { function BOOST_AUTO_TEST_CASE (line 38) | BOOST_AUTO_TEST_CASE(remove_empty_keep) { FILE: src/kenlm/util/usage.cc type util (line 17) | namespace util { function FloatSec (line 21) | float FloatSec(const struct timeval &tv) { function PrintUsage (line 27) | void PrintUsage(std::ostream &out) { function GuessPhysicalMemory (line 50) | uint64_t GuessPhysicalMemory() { class SizeParseError (line 65) | class SizeParseError : public Exception { method SizeParseError (line 67) | explicit SizeParseError(const std::string &str) throw() { function ParseNum (line 72) | uint64_t ParseNum(const std::string &arg) { function ParseSize (line 102) | uint64_t ParseSize(const std::string &arg) { FILE: src/kenlm/util/usage.hh type util (line 9) | namespace util { FILE: src/opennlp/ccg/Parse.java class Parse (line 54) | public class Parse { method main (line 56) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/Realize.java class Realize (line 41) | public class Realize method main (line 45) | @SuppressWarnings("unchecked") FILE: src/opennlp/ccg/TextCCG.java class TextCCG (line 52) | public class TextCCG { method main (line 83) | @SuppressWarnings("unchecked") method readFilename (line 614) | private static String readFilename(String s) throws IOException { method showHelp (line 623) | public static void showHelp() { method showSettings (line 699) | public static void showSettings(Preferences prefs) { FILE: src/opennlp/ccg/WebCCG.java class WebCCG (line 53) | public class WebCCG { method main (line 55) | public static void main(String[] args) throws IOException, LexException { FILE: src/opennlp/ccg/alignment/AbstractEncodingScheme.java class AbstractEncodingScheme (line 32) | public abstract class AbstractEncodingScheme implements EncodingScheme { method AbstractEncodingScheme (line 76) | protected AbstractEncodingScheme(Character fieldDelimiter, Character m... method isLineSeparator (line 95) | static boolean isLineSeparator(Character c) { method isFieldDelimiter (line 105) | public boolean isFieldDelimiter(Character c) { method isMappingDelimiter (line 114) | public boolean isMappingDelimiter(Character c) { method isGroupDelimiter (line 123) | public boolean isGroupDelimiter(Character c) { method getFieldDelimiter (line 130) | public Character getFieldDelimiter() { method getMappingDelimiter (line 137) | public Character getMappingDelimiter() { method getGroupDelimiter (line 144) | public Character getGroupDelimiter() { method getPhraseNumberBase (line 151) | public IndexBase getPhraseNumberBase() { method getIndexBase (line 158) | public IndexBase getIndexBase() { method getOrder (line 165) | public List getOrder() { method getRequired (line 172) | public Set getRequired() { method getDefaults (line 179) | public Set getDefaults() { method hashCode (line 186) | @Override method equals (line 196) | @Override FILE: src/opennlp/ccg/alignment/Alignment.java class Alignment (line 64) | public class Alignment extends AbstractSet implements Comparabl... method Alignment (line 88) | public Alignment(Phrase a, Phrase b, Collection map... method fromMap (line 117) | public static Alignment fromMap(Phrase a, Phrase b, Map getTargets(Integer source) { method getTargets (line 299) | public Set getTargets(Integer source, PhrasePosition sourcePo... method getIndices (line 311) | public Set getIndices(PhrasePosition position) { method asMap (line 320) | public Map> asMap() { method asMap (line 375) | public Map> asMap(PhrasePosition keyPosition) { method checkPhrases (line 379) | void checkPhrases(Phrase ap, Phrase bp) { method checkMapping (line 393) | void checkMapping(Mapping m) { method checkIndex (line 408) | void checkIndex(Integer index, PhrasePosition intendedPosition) { class MapView (line 419) | class MapView extends AbstractMap> { method MapView (line 422) | MapView(PhrasePosition keyPosition) { method entrySet (line 426) | @Override class IndexView (line 465) | abstract class IndexView extends AbstractSet { method IndexView (line 472) | IndexView(PhrasePosition indexPosition, Filter indexFilter) { method indices (line 477) | Set indices() { method size (line 483) | @Override method iterator (line 488) | @Override class KeyView (line 511) | class KeyView extends IndexView { method KeyView (line 512) | KeyView(final PhrasePosition keyPosition) { class ValueView (line 522) | class ValueView extends IndexView { method ValueView (line 523) | ValueView(final Integer key, final PhrasePosition keyPosition) { FILE: src/opennlp/ccg/alignment/Alignments.java class Alignments (line 83) | public final class Alignments { method Alignments (line 209) | private Alignments() { method tokenize (line 216) | public static String[] tokenize(String s) { method tokenize (line 224) | public static String[] tokenize(String s, Pattern wordDelimiter) { method untokenize (line 234) | public static String untokenize(List tokens) { method untokenize (line 242) | public static String untokenize(List tokens, String delimiter) { method untokenize (line 253) | public static String untokenize(String[] tokens) { method untokenize (line 261) | public static String untokenize(String[] tokens, String delimiter) { method readPhrases (line 279) | public static List readPhrases(File f) throws IOException { method readPhrases (line 287) | public static List readPhrases(Reader r) throws IOException { method readPhrases (line 297) | public static List readPhrases(Reader r, IndexBase phraseNumbe... method readIdentifiedPhrases (line 314) | public static List readIdentifiedPhrases(File f) throws IOExce... method readIdentifiedPhrases (line 326) | public static List readIdentifiedPhrases(Reader r) throws IOEx... method readIdentifiedPhrases (line 342) | public static List readIdentifiedPhrases(Reader r, IndexBase p... method readPhrases (line 363) | public static List readPhrases(PhraseReader reader) throws IOE... method writeIdentifiedPhrases (line 379) | public static void writeIdentifiedPhrases(List phrases, File f... method writeIdentifiedPhrases (line 392) | public static void writeIdentifiedPhrases(List phrases, Writer... method writeIdentifiedPhrases (line 409) | public static void writeIdentifiedPhrases(List phrases, Writer... method writePhrases (line 427) | public static void writePhrases(List phrases, File f) throws I... method writePhrases (line 437) | public static void writePhrases(List phrases, Writer w) throws... method writePhrases (line 446) | public static void writePhrases(List phrases, Writer w, String... method writePhrases (line 466) | public static void writePhrases(List phrases, PhraseWriter wri... method readMappings (line 477) | public static Map> readMappings(File f, MappingF... method readMappings (line 487) | public static Map> readMappings(Reader r, Mappin... method readMappings (line 513) | public static Map> readMappings(MappingReader re... method readSortedMappings (line 545) | public static SortedMap> readSortedMapping... method readSortedMappings (line 556) | public static SortedMap> readSortedMapping... method readSortedMappings (line 579) | public static SortedMap> readSortedMapping... method writeMappings (line 597) | public static void writeMappings(Map> map, File ... method writeMappings (line 607) | public static void writeMappings(Map> map, Write... method writeMappings (line 622) | public static void writeMappings(Map> map, Mappi... method readAlignments (line 644) | public static List readAlignments(File phraseA, File phraseB, method readAlignments (line 655) | public static List readAlignments(Reader phraseA, Reader ph... method readIdentifiedAlignments (line 668) | public static List readIdentifiedAlignments(File phraseA, F... method readIdentifiedAlignments (line 681) | public static List readIdentifiedAlignments(Reader phraseA, method readAlignments (line 710) | public static List readAlignments(PhraseReader phraseA, Phr... method writeAlignments (line 741) | public static void writeAlignments(List alignments, method writeAlignments (line 764) | public static void writeAlignments(List alignments, FILE: src/opennlp/ccg/alignment/EncodingScheme.java type EncodingScheme (line 46) | public interface EncodingScheme { method isFieldDelimiter (line 53) | public boolean isFieldDelimiter(Character c); method isMappingDelimiter (line 60) | public boolean isMappingDelimiter(Character c); method isGroupDelimiter (line 67) | public boolean isGroupDelimiter(Character c); method getFieldDelimiter (line 72) | public Character getFieldDelimiter(); method getMappingDelimiter (line 77) | public Character getMappingDelimiter(); method getGroupDelimiter (line 82) | public Character getGroupDelimiter(); method getPhraseNumberBase (line 87) | public IndexBase getPhraseNumberBase(); method getIndexBase (line 92) | public IndexBase getIndexBase(); method getOrder (line 97) | public List getOrder(); method getRequired (line 102) | public Set getRequired(); method getDefaults (line 107) | public Set getDefaults(); FILE: src/opennlp/ccg/alignment/IdentifiedPhraseReader.java class IdentifiedPhraseReader (line 45) | public class IdentifiedPhraseReader extends PhraseReader { method IdentifiedPhraseReader (line 61) | public IdentifiedPhraseReader(Reader in) { method IdentifiedPhraseReader (line 73) | public IdentifiedPhraseReader(Reader in, IndexBase numberBase) { method IdentifiedPhraseReader (line 84) | public IdentifiedPhraseReader(Reader in, IndexBase numberBase, String ... method getLastId (line 102) | public String getLastId() { method getPhraseTag (line 109) | public String getPhraseTag() { method getPhraseIdentifierAttribute (line 116) | public String getPhraseIdentifierAttribute() { method readPhrase (line 128) | @Override FILE: src/opennlp/ccg/alignment/IdentifiedPhraseWriter.java class IdentifiedPhraseWriter (line 36) | public class IdentifiedPhraseWriter extends PhraseWriter { method IdentifiedPhraseWriter (line 46) | public IdentifiedPhraseWriter(Writer out) { method IdentifiedPhraseWriter (line 56) | public IdentifiedPhraseWriter(Writer out, String wordSeparator) { method IdentifiedPhraseWriter (line 66) | public IdentifiedPhraseWriter(Writer out, String wordSeparator, String... method IdentifiedPhraseWriter (line 80) | public IdentifiedPhraseWriter(Writer out, String wordSeparator, String... method getPhraseTag (line 99) | public String getPhraseTag() { method getPhraseIdentifierAttribute (line 106) | public String getPhraseIdentifierAttribute() { method isPadding (line 114) | public boolean isPadding() { method preWritePhrase (line 126) | @Override method postWritePhrase (line 151) | @Override FILE: src/opennlp/ccg/alignment/IndexBase.java type IndexBase (line 33) | public enum IndexBase { method IndexBase (line 47) | private IndexBase() { method getStart (line 55) | public Integer getStart() { method getNullValue (line 62) | public Integer getNullValue() { method isValidIndex (line 71) | public boolean isValidIndex(Integer index) { method translate (line 87) | public Integer translate(Integer index, IndexBase target) { FILE: src/opennlp/ccg/alignment/Mapping.java class Mapping (line 52) | public class Mapping implements Comparable { method Mapping (line 62) | public Mapping(Integer a, Integer b) { method Mapping (line 71) | public Mapping(Integer phraseNumber, Integer a, Integer b) { method Mapping (line 80) | public Mapping(Integer phraseNumber, Integer a, Integer b, Status stat... method Mapping (line 100) | public Mapping(Integer phraseNumber, Integer a, Integer b, Status stat... method copyWithPhraseNumber (line 128) | public Mapping copyWithPhraseNumber(Integer phraseNumber) { method mappingByPosition (line 142) | public static Mapping mappingByPosition(Integer phraseNumber, Integer ... method mappingByPosition (line 165) | public static Mapping mappingByPosition(Integer phraseNumber, Integer ... method reverse (line 178) | public Mapping reverse() { method getPhraseNumber (line 185) | public Integer getPhraseNumber() { method getA (line 193) | public Integer getA() { method getB (line 201) | public Integer getB() { method get (line 210) | public Integer get(PhrasePosition pos) { method getStatus (line 217) | public Status getStatus() { method setStatus (line 224) | public void setStatus(Status status) { method getConfidence (line 232) | public Double getConfidence() { method setConfidence (line 241) | public void setConfidence(Double confidence) { method compareTo (line 255) | @Override method hashCode (line 280) | @Override method equals (line 293) | @Override method checkPhraseNumber (line 305) | void checkPhraseNumber(Integer phraseNumber) throws IndexOutOfBoundsEx... method checkIndex (line 311) | void checkIndex(Integer index) throws IndexOutOfBoundsException { method checkField (line 321) | void checkField(Object obj, String name) throws IllegalArgumentExcepti... method toString (line 333) | @Override FILE: src/opennlp/ccg/alignment/MappingFormat.java class MappingFormat (line 67) | public class MappingFormat extends Format { class Field (line 83) | public static class Field extends java.text.Format.Field { method Field (line 120) | protected Field(String name, Object defaultValue) { method hasDefaultValue (line 134) | public boolean hasDefaultValue() { method getDefaultValue (line 142) | public Object getDefaultValue() { method toString (line 149) | @Override method MappingFormat (line 167) | protected MappingFormat(EncodingScheme scheme, Set fields, bool... method getInstance (line 195) | public static MappingFormat getInstance(EncodingScheme scheme) { method getInstance (line 204) | public static MappingFormat getInstance(EncodingScheme scheme, Set getFields() { method isStrict (line 279) | public boolean isStrict() { method formatMapping (line 289) | public String formatMapping(Mapping mapping) { method format (line 311) | @Override method format (line 343) | public StringBuffer format(Mapping mapping, StringBuffer toAppendTo, F... method fieldAtIndex (line 431) | Field fieldAtIndex(int i) throws IndexOutOfBoundsException { method parseMapping (line 450) | public Mapping parseMapping(String source) throws ParseException { method parseObject (line 465) | @Override FILE: src/opennlp/ccg/alignment/MappingGroup.java class MappingGroup (line 29) | public class MappingGroup implements Comparable { method MappingGroup (line 39) | public MappingGroup(Integer phraseNumber, int length) { method getPhraseNumber (line 54) | public Integer getPhraseNumber() { method getLength (line 61) | public int getLength() { method equals (line 69) | @Override method compareTo (line 82) | public int compareTo(MappingGroup ag) { method hashCode (line 95) | @Override method toString (line 106) | @Override FILE: src/opennlp/ccg/alignment/MappingReader.java class MappingReader (line 48) | public class MappingReader extends FilterReader { method MappingReader (line 63) | public MappingReader(Reader r, MappingFormat format) { method getFormat (line 77) | public MappingFormat getFormat() { method nextGroup (line 89) | public MappingGroup nextGroup() throws IOException { method canRead (line 185) | public boolean canRead() { method read (line 194) | @Override method read (line 213) | @Override method ready (line 241) | @Override method readMapping (line 252) | public Mapping readMapping() throws IOException { method close (line 268) | @Override method checkRead (line 278) | void checkRead() throws IOException { method checkMappingCount (line 284) | void checkMappingCount() throws IOException { FILE: src/opennlp/ccg/alignment/MappingWriter.java class MappingWriter (line 51) | public class MappingWriter extends FilterWriter { method MappingWriter (line 66) | public MappingWriter(Writer out, MappingFormat format) { method getFormat (line 79) | public MappingFormat getFormat() { method getCurrentGroup (line 86) | public MappingGroup getCurrentGroup() { method checkWrite (line 90) | void checkWrite() throws IOException { method checkMappingCount (line 96) | void checkMappingCount() throws IOException { method startGroup (line 114) | public void startGroup(MappingGroup mappingGroup) throws IOException { method endGroup (line 129) | public void endGroup() throws IOException { method write (line 155) | @Override method write (line 165) | @Override method write (line 175) | @Override method write (line 185) | @Override method write (line 195) | @Override method canWrite (line 210) | public boolean canWrite() { method writeMapping (line 225) | public void writeMapping(Mapping mapping) throws IOException { method close (line 254) | @Override FILE: src/opennlp/ccg/alignment/MosesEncodingScheme.java class MosesEncodingScheme (line 42) | public class MosesEncodingScheme extends AbstractEncodingScheme { method MosesEncodingScheme (line 48) | public MosesEncodingScheme() { FILE: src/opennlp/ccg/alignment/NAACLEncodingScheme.java class NAACLEncodingScheme (line 46) | public class NAACLEncodingScheme extends AbstractEncodingScheme { method NAACLEncodingScheme (line 52) | public NAACLEncodingScheme() { FILE: src/opennlp/ccg/alignment/Phrase.java class Phrase (line 41) | public class Phrase extends AbstractList implements Comparable words) { method Phrase (line 59) | public Phrase(Integer number, String... words) { method Phrase (line 67) | public Phrase(String id, Integer number, List words) { method Phrase (line 78) | public Phrase(String id, Integer number, String... words) { method checkObject (line 91) | void checkObject(Object obj, String name) { method getId (line 101) | public String getId() { method getNumber (line 108) | public Integer getNumber() { method get (line 115) | @Override method size (line 123) | @Override method compareTo (line 134) | @Override method equals (line 143) | @Override method hashCode (line 157) | @Override method toString (line 170) | @Override FILE: src/opennlp/ccg/alignment/PhrasePosition.java type PhrasePosition (line 27) | public enum PhrasePosition { method opposite (line 44) | public PhrasePosition opposite() { FILE: src/opennlp/ccg/alignment/PhraseReader.java class PhraseReader (line 30) | public class PhraseReader extends LineNumberReader { method PhraseReader (line 45) | public PhraseReader(Reader in) { method PhraseReader (line 57) | public PhraseReader(Reader in, IndexBase numberBase) { method getNumberBase (line 71) | public IndexBase getNumberBase() { method getPhraseNumber (line 81) | public Integer getPhraseNumber() { method readPhrase (line 91) | public Phrase readPhrase() throws IOException { FILE: src/opennlp/ccg/alignment/PhraseWriter.java class PhraseWriter (line 33) | public class PhraseWriter extends FilterWriter { method PhraseWriter (line 44) | public PhraseWriter(Writer out) { method PhraseWriter (line 56) | public PhraseWriter(Writer out, String wordSeparator) { method getWordSeparator (line 70) | public String getWordSeparator() { method writePhrase (line 84) | public void writePhrase(Phrase phrase) throws IOException { method preWritePhrase (line 94) | protected void preWritePhrase(Phrase phrase) throws IOException { method postWritePhrase (line 103) | protected void postWritePhrase(Phrase phrase) throws IOException { FILE: src/opennlp/ccg/alignment/Status.java type Status (line 31) | public enum Status { method Status (line 49) | private Status() { method getAbbreviation (line 57) | public String getAbbreviation() { method forAbbreviation (line 67) | public static Status forAbbreviation(String abbreviation) { FILE: src/opennlp/ccg/disjunctivizer/AlignedEdgeFilter.java class AlignedEdgeFilter (line 49) | public class AlignedEdgeFilter extends MatchTypeFilter { method AlignedEdgeFilter (line 60) | public AlignedEdgeFilter(Set alignmentIndices, MatchType... m... method AlignedEdgeFilter (line 74) | public AlignedEdgeFilter(Set alignmentIndices, Collection alignmentIndices) { method getAlignmentIndices (line 90) | public Set getAlignmentIndices() { method setAlignmentIndices (line 98) | public void setAlignmentIndices(Set alignmentIndices) { method allows (line 123) | @Override FILE: src/opennlp/ccg/disjunctivizer/Disjunctivizer.java class Disjunctivizer (line 77) | public class Disjunctivizer { method Disjunctivizer (line 153) | public Disjunctivizer() throws ParserConfigurationException { method Disjunctivizer (line 162) | public Disjunctivizer(Document document) { method Disjunctivizer (line 176) | public Disjunctivizer(Document document, method getDocument (line 192) | public Document getDocument() { method setDocument (line 200) | public void setDocument(Document document) { method isProcessingInserts (line 207) | public boolean isProcessingInserts() { method setProcessingInserts (line 214) | public void setProcessingInserts(boolean processingInserts) { method isProcessingDeletes (line 224) | public boolean isProcessingDeletes() { method setProcessingDeletes (line 231) | public void setProcessingDeletes(boolean processingDeletes) { method isProcessingSubstitutions (line 241) | public boolean isProcessingSubstitutions() { method setProcessingSubstitutions (line 248) | public void setProcessingSubstitutions(boolean processingSubstitutions) { method resetDisjunctiveLF (line 255) | private void resetDisjunctiveLF() { method buildDisjunctiveLFFor (line 267) | public Element buildDisjunctiveLFFor(LFGraphDifference graphDifference) { method findForeignAlignedSubgraphRoots (line 304) | private void findForeignAlignedSubgraphRoots() { method createDisjunctiveElement (line 325) | private Element createDisjunctiveElement(DLFContext context) { method nameFor (line 395) | private String nameFor(LFVertex vertex) { method processInserts (line 400) | private void processInserts(DLFContext context) { method processDeletes (line 424) | private void processDeletes(DLFContext context) { method doInsertDelete (line 438) | private void doInsertDelete(DLFContext context, LFEdge edge) { method processSubstitutions (line 448) | private void processSubstitutions(DLFContext context) { method processNonsubstitutedEdge (line 459) | private void processNonsubstitutedEdge(DLFContext context, LFEdge outg... method processSubstitutedEdge (line 482) | private void processSubstitutedEdge(DLFContext context, LFEdge outgoin... method processDifferentPredicates (line 539) | private void processDifferentPredicates(DLFContext context, LFEdge out... method processSingletonDifferentPredicate (line 571) | private void processSingletonDifferentPredicate(DLFContext context, LF... method processMultipleDifferentPredicates (line 603) | private void processMultipleDifferentPredicates(DLFContext context, LF... method processSubstitutedEdges (line 636) | private void processSubstitutedEdges(DLFContext context, LFEdge outgoi... method processSubstitutedSimilarTarget (line 690) | private void processSubstitutedSimilarTarget(DLFContext context, LFEdg... method processSubstitutedPredicates (line 723) | private void processSubstitutedPredicates(DLFContext context, LFEdge o... method addRelation (line 757) | private Element addRelation(DLFContext context, LFEdgeLabel label) { method addOptional (line 764) | private Element addOptional(DLFContext context) { method addChoice (line 768) | private Element addChoice(DLFContext context) { method addElement (line 772) | private Element addElement(DLFContext context, String elementName) { method addAttributes (line 779) | private Element addAttributes(DLFContext context, String name, String ... method addAttributes (line 788) | private Element addAttributes(DLFContext context, Map { method SimilarTargetVertexFilter (line 926) | SimilarTargetVertexFilter(LFVertex vertex) { method allows (line 930) | @Override class SimilarTargetEdgeFilter (line 937) | static class SimilarTargetEdgeFilter extends DelegatedFilter { method TerminalFilter (line 960) | TerminalFilter(LFGraph graph) { method allows (line 964) | @Override type VertexType (line 970) | static enum VertexType { class DLFContext (line 974) | class DLFContext { method DLFContext (line 981) | DLFContext(PhrasePosition graphPosition, LFVertex vertex, Element pa... method DLFContext (line 985) | DLFContext(PhrasePosition graphPosition, LFVertex vertex, Element pa... method getGraph (line 993) | LFGraph getGraph() { method copy (line 997) | DLFContext copy() { method copy (line 1001) | DLFContext copy(boolean copyVertices) { method copyWithVertexMask (line 1006) | DLFContext copyWithVertexMask(VertexType... vertexType) { method copyVertices (line 1010) | Map> copyVertices() { method copyVertices (line 1014) | Map> copyVertices(VertexType... vertexType) { method getVertices (line 1021) | Set getVertices(VertexType vertexType) { method addVertex (line 1032) | boolean addVertex(LFVertex vertex, VertexType vertexType) { class LFGraphIterator (line 1037) | static class LFGraphIterator extends DepthFirstIterator { method EdgeMatchFilter (line 65) | public EdgeMatchFilter(LFEdge basis, MatchType... matchTypes) { method EdgeMatchFilter (line 80) | public EdgeMatchFilter(LFEdge basis, Collection matchTypes) { method checkBasis (line 111) | private void checkBasis(LFEdge basis) { method getBasis (line 120) | public LFEdge getBasis() { method setBasis (line 128) | public void setBasis(LFEdge basis) { method getMatchTypes (line 136) | public EnumSet getMatchTypes() { FILE: src/opennlp/ccg/disjunctivizer/FilteredLFEdgeSet.java class FilteredLFEdgeSet (line 42) | public class FilteredLFEdgeSet extends FilteredSet { method FilteredLFEdgeSet (line 50) | public FilteredLFEdgeSet(Set edges, Filter sourceView() { method targetView (line 70) | public Collection targetView() { method labelView (line 80) | public Collection labelView() { class ComponentView (line 84) | abstract class ComponentView extends AbstractCollection { method componentOf (line 86) | abstract T componentOf(LFEdge edge); method iterator (line 88) | @Override method size (line 111) | @Override class VertexView (line 117) | class VertexView extends ComponentView { method VertexView (line 121) | VertexView(boolean source) { method componentOf (line 125) | @Override class LabelView (line 131) | class LabelView extends ComponentView { method componentOf (line 133) | @Override FILE: src/opennlp/ccg/disjunctivizer/LFGraphDifference.java class LFGraphDifference (line 64) | public class LFGraphDifference { method LFGraphDifference (line 82) | public LFGraphDifference(LFGraph a, LFGraph b, Alignment alignment) { method checkGraph (line 95) | private void checkGraph(LFGraph g, PhrasePosition pos) { method getA (line 104) | public LFGraph getA() { method getB (line 111) | public LFGraph getB() { method get (line 121) | public LFGraph get(PhrasePosition position) { method getAlignment (line 128) | public Alignment getAlignment() { method hashCode (line 136) | @Override method equals (line 145) | @Override method toString (line 158) | @Override method reverse (line 182) | public LFGraphDifference reverse() { method deletes (line 194) | public Set deletes() { method inserts (line 206) | public Set inserts() { method doDeletes (line 210) | Set doDeletes(PhrasePosition keyPosition) { method insertsFor (line 225) | @SuppressWarnings("unchecked") method deletesFor (line 241) | public Set deletesFor(LFVertex vertex) { method substitutions (line 257) | public Set substitutions() { method substitutionsFor (line 296) | @SuppressWarnings("unchecked") method substitutionsBySource (line 319) | @SuppressWarnings("unchecked") method substitutionsBySourceFor (line 339) | public Map> substitutionsBySourceFor(LFEdge edge) { class SourceView (line 344) | class SourceView extends AbstractMap { method entrySet (line 346) | @Override class SubstitutedSourceView (line 392) | class SubstitutedSourceView extends AbstractMap> { method SubstitutedSourceView (line 399) | SubstitutedSourceView(Map> sourceView, LFEdge ... method entrySet (line 404) | @Override class EntrySet (line 409) | class EntrySet extends AbstractSet>> { method entries (line 414) | Set>> entries() { method size (line 438) | @Override method iterator (line 443) | @Override FILE: src/opennlp/ccg/disjunctivizer/LabelMatchFilter.java class LabelMatchFilter (line 33) | public class LabelMatchFilter implements Filter { method LabelMatchFilter (line 42) | public LabelMatchFilter(LFEdgeLabel basis) { method checkBasis (line 47) | private void checkBasis(LFEdgeLabel basis) { method getBasis (line 59) | public LFEdgeLabel getBasis() { method setBasis (line 67) | public void setBasis(LFEdgeLabel basis) { method allows (line 79) | @Override FILE: src/opennlp/ccg/disjunctivizer/MatchType.java type MatchType (line 33) | public enum MatchType { FILE: src/opennlp/ccg/disjunctivizer/MatchTypeFilter.java class MatchTypeFilter (line 35) | public abstract class MatchTypeFilter implements Filter { method MatchTypeFilter (line 46) | protected MatchTypeFilter(MatchType... matchTypes) { method MatchTypeFilter (line 55) | protected MatchTypeFilter(Collection matchTypes) { method getMatchTypes (line 62) | public EnumSet getMatchTypes() { FILE: src/opennlp/ccg/disjunctivizer/VertexMatchFilter.java class VertexMatchFilter (line 46) | public class VertexMatchFilter extends MatchTypeFilter { method VertexMatchFilter (line 56) | public VertexMatchFilter(LFVertex basis, MatchType... matchTypes) { method VertexMatchFilter (line 70) | public VertexMatchFilter(LFVertex basis, Collection matchTy... method checkBasis (line 77) | private void checkBasis(LFVertex basis) { method getBasis (line 86) | public LFVertex getBasis() { method setBasis (line 94) | public void setBasis(LFVertex basis) { method allows (line 120) | @Override FILE: src/opennlp/ccg/grammar/AbstractApplicationRule.java class AbstractApplicationRule (line 35) | public abstract class AbstractApplicationRule extends AbstractRule { method toXml (line 42) | public Element toXml(String dir) { method arity (line 48) | public int arity() { method apply (line 52) | protected List apply(Category xyCat, Category yCat) throws U... FILE: src/opennlp/ccg/grammar/AbstractCompositionRule.java class AbstractCompositionRule (line 37) | public abstract class AbstractCompositionRule extends AbstractApplicatio... method initEisnerConstraints (line 51) | private static boolean initEisnerConstraints() { method toXml (line 61) | public Element toXml(String dir) { method eisner (line 68) | protected boolean eisner() { return useEisnerConstraints && _isHarmoni... method apply (line 70) | protected List apply(Category xyCat, Category yzCat) throws ... method createResult (line 163) | private Category createResult(Category result, ArgStack zStack, method modify (line 188) | public void modify(Mutable m) { method composeComplexY (line 195) | private ArgStack composeComplexY(ComplexCat xyOuterCC, Slash xySlash, FILE: src/opennlp/ccg/grammar/AbstractRule.java class AbstractRule (line 37) | public abstract class AbstractRule implements Rule, Serializable { method toXml (line 51) | abstract public Element toXml(); method applyRule (line 54) | public void applyRule(Sign[] inputs, List results) { method distributeTargetFeatures (line 86) | protected void distributeTargetFeatures(Category cat) { class DistributeTargetFeaturesFcn (line 103) | private class DistributeTargetFeaturesFcn extends CategoryFcnAdapter i... method forall (line 105) | public void forall(Category c) { method arity (line 127) | public abstract int arity(); method applyRule (line 137) | public abstract List applyRule(Category[] inputs) throws Uni... method showApplyInstance (line 141) | protected void showApplyInstance(Category[] inputs) { method showApplyInstance (line 153) | protected void showApplyInstance(Category first, Category second) { method name (line 162) | public String name() { method getRuleGroup (line 169) | public RuleGroup getRuleGroup() { return _ruleGroup; } method setRuleGroup (line 174) | public void setRuleGroup(RuleGroup ruleGroup) { _ruleGroup = ruleGroup; } method appendLFs (line 178) | protected void appendLFs(Category cat1, Category cat2, Category result... FILE: src/opennlp/ccg/grammar/AbstractSubstitutionRule.java class AbstractSubstitutionRule (line 35) | public abstract class AbstractSubstitutionRule extends AbstractApplicati... method toXml (line 43) | public Element toXml(String dir) { method apply (line 50) | protected List apply (Category xyzCat, Category yzCat) FILE: src/opennlp/ccg/grammar/AbstractTypeRaisingRule.java class AbstractTypeRaisingRule (line 37) | public abstract class AbstractTypeRaisingRule extends AbstractRule { method AbstractTypeRaisingRule (line 63) | protected AbstractTypeRaisingRule( method toXml (line 96) | public Element toXml(String dir) { method arity (line 115) | public int arity() { method applyRule (line 120) | public List applyRule(Category[] inputs) throws UnifyFailure { method apply (line 128) | protected List apply(Category input) throws UnifyFailure { FILE: src/opennlp/ccg/grammar/BackwardApplication.java class BackwardApplication (line 34) | public class BackwardApplication extends AbstractApplicationRule { method BackwardApplication (line 38) | public BackwardApplication () { method toXml (line 45) | public Element toXml() { return super.toXml("backward"); } method applyRule (line 47) | public List applyRule(Category[] inputs) throws UnifyFailure { method toString (line 54) | public String toString() { FILE: src/opennlp/ccg/grammar/BackwardComposition.java class BackwardComposition (line 34) | public class BackwardComposition extends AbstractCompositionRule { method BackwardComposition (line 38) | public BackwardComposition() { method BackwardComposition (line 42) | public BackwardComposition(boolean isHarmonic) { method toXml (line 57) | public Element toXml() { return super.toXml("backward"); } method applyRule (line 59) | public List applyRule(Category[] inputs) throws UnifyFailure { method toString (line 67) | public String toString() { FILE: src/opennlp/ccg/grammar/BackwardSubstitution.java class BackwardSubstitution (line 34) | public class BackwardSubstitution extends AbstractSubstitutionRule { method BackwardSubstitution (line 38) | public BackwardSubstitution() { method BackwardSubstitution (line 42) | public BackwardSubstitution(boolean isHarmonic) { method toXml (line 57) | public Element toXml() { return super.toXml("backward"); } method applyRule (line 59) | public List applyRule(Category[] inputs) throws UnifyFailure { method toString (line 67) | public String toString() { FILE: src/opennlp/ccg/grammar/BackwardTypeRaising.java class BackwardTypeRaising (line 32) | public class BackwardTypeRaising extends AbstractTypeRaisingRule { method BackwardTypeRaising (line 37) | public BackwardTypeRaising(boolean useDollar, Category arg, Category r... method toXml (line 43) | public Element toXml() { method toString (line 47) | public String toString() { FILE: src/opennlp/ccg/grammar/ForwardApplication.java class ForwardApplication (line 34) | public class ForwardApplication extends AbstractApplicationRule { method ForwardApplication (line 38) | public ForwardApplication() { method toXml (line 45) | public Element toXml() { return super.toXml("forward"); } method applyRule (line 47) | public List applyRule(Category[] inputs) throws UnifyFailure { method toString (line 55) | public String toString() { FILE: src/opennlp/ccg/grammar/ForwardComposition.java class ForwardComposition (line 34) | public class ForwardComposition extends AbstractCompositionRule { method ForwardComposition (line 38) | public ForwardComposition() { method ForwardComposition (line 42) | public ForwardComposition(boolean isHarmonic) { method toXml (line 57) | public Element toXml() { return super.toXml("forward"); } method applyRule (line 59) | public List applyRule(Category[] inputs) throws UnifyFailure { method toString (line 67) | public String toString() { FILE: src/opennlp/ccg/grammar/ForwardSubstitution.java class ForwardSubstitution (line 34) | public class ForwardSubstitution extends AbstractSubstitutionRule { method ForwardSubstitution (line 38) | public ForwardSubstitution() { method ForwardSubstitution (line 42) | public ForwardSubstitution(boolean isHarmonic) { method toXml (line 57) | public Element toXml() { return super.toXml("forward"); } method applyRule (line 59) | public List applyRule(Category[] inputs) throws UnifyFailure { method toString (line 67) | public String toString() { FILE: src/opennlp/ccg/grammar/ForwardTypeRaising.java class ForwardTypeRaising (line 32) | public class ForwardTypeRaising extends AbstractTypeRaisingRule { method ForwardTypeRaising (line 37) | public ForwardTypeRaising (boolean useDollar, Category arg, Category r... method toXml (line 43) | public Element toXml() { method toString (line 47) | public String toString() { FILE: src/opennlp/ccg/grammar/FragmentJoining.java class FragmentJoining (line 35) | public class FragmentJoining extends AbstractRule { method FragmentJoining (line 40) | public FragmentJoining() { _name = "*"; } method toXml (line 43) | public Element toXml() { throw new RuntimeException("toXml not support... method applyRule (line 48) | public Sign applyRule(Sign sign1, Sign sign2) { method applyRule (line 59) | public List applyRule(Category[] inputs) throws UnifyFailure { method arity (line 80) | public int arity() { return 2; } method toString (line 83) | public String toString() { FILE: src/opennlp/ccg/grammar/GlueRule.java class GlueRule (line 37) | public class GlueRule extends AbstractRule { method GlueRule (line 48) | public GlueRule() { _name = "glue"; } method toXml (line 51) | public Element toXml() { throw new RuntimeException("toXml not support... method arity (line 54) | public int arity() { return 2; } method applyRule (line 57) | public List applyRule(Category[] inputs) throws UnifyFailure { method isModifier (line 89) | private static boolean isModifier(Category cat) { method toString (line 101) | public String toString() { FILE: src/opennlp/ccg/grammar/Grammar.java class Grammar (line 52) | public class Grammar { method Grammar (line 116) | public Grammar(String filename) throws IOException { method Grammar (line 121) | public Grammar(URL url) throws IOException { method Grammar (line 126) | @SuppressWarnings("unchecked") method convertToFileUrl (line 241) | public static String convertToFileUrl(String filename) { method initializeTransformers (line 253) | private void initializeTransformers() throws TransformerConfigurationE... method fromXmlSetup (line 289) | private SAXSource fromXmlSetup(InputStream istream) throws IOException { method loadFromXml (line 330) | public synchronized Document loadFromXml(InputStream istream) throws I... method loadFromXml (line 348) | public synchronized Document loadFromXml(String filename) throws IOExc... method toXmlSetup (line 358) | private SAXSource toXmlSetup(Source source) throws IOException { method saveToXml (line 402) | public synchronized void saveToXml(LF lf, String target, String filena... method saveToXml (line 417) | public synchronized void saveToXml(LF lf, String target, OutputStream ... method transformLF (line 443) | public synchronized LF transformLF(LF lf) throws IOException { method loadLF (line 455) | public synchronized LF loadLF(Document doc) throws IOException { method serializeXml (line 467) | public synchronized void serializeXml(Document doc, OutputStream out) ... method makeLfElt (line 484) | public synchronized Element makeLfElt(LF lf) throws IOException { method isPitchAccent (line 506) | public static boolean isPitchAccent(String s) { method isBoundaryTone (line 519) | public static boolean isBoundaryTone(String s) { method saveToApml (line 534) | public synchronized void saveToApml(Sign sign, String filename) throws... method saveToApml (line 552) | public synchronized void saveToApml(Sign sign, Writer writer) throws I... method getParsedWords (line 573) | public List getParsedWords(String s) { method getName (line 593) | public final String getName() { method toMorphXml (line 602) | public void toMorphXml(List words, String filename) throws IOExc... method toLexiconXml (line 627) | public void toLexiconXml(List cats, List POSs, Strin... FILE: src/opennlp/ccg/grammar/Rule.java type Rule (line 37) | public interface Rule { method applyRule (line 47) | public List applyRule(Category[] inputs) throws UnifyFailure; method arity (line 55) | public int arity(); method name (line 60) | public String name(); method getRuleGroup (line 65) | public RuleGroup getRuleGroup(); method setRuleGroup (line 70) | public void setRuleGroup(RuleGroup ruleGroup); method toXml (line 73) | public Element toXml(); FILE: src/opennlp/ccg/grammar/RuleGroup.java class RuleGroup (line 47) | public class RuleGroup implements Serializable { class SupercatRuleCombo (line 69) | private class SupercatRuleCombo { method SupercatRuleCombo (line 75) | public SupercatRuleCombo(String supercat, String rule) { method SupercatRuleCombo (line 79) | public SupercatRuleCombo(String supercat, String supercat2, String r... method setCombo (line 84) | public void setCombo(String supercat, String rule) { method setCombo (line 87) | public void setCombo(String supercat, String supercat2, String rule) { method hashCode (line 91) | public int hashCode() { method equals (line 95) | public boolean equals(Object obj) { method supercatHashCode (line 101) | public int supercatHashCode() { method supercatEquals (line 105) | public boolean supercatEquals(Object obj) { method toString (line 111) | public String toString() { class SupercatComboSet (line 121) | private static class SupercatComboSet extends THashSet { method SupercatComboSet (line 123) | SupercatComboSet() { method get (line 137) | SupercatRuleCombo get(SupercatRuleCombo combo) { method RuleGroup (line 159) | public RuleGroup(Grammar grammar) { method RuleGroup (line 168) | public RuleGroup(URL url, Grammar grammar) throws IOException { method readObject (line 190) | private void readObject(java.io.ObjectInputStream in) throws IOExcepti... method readRule (line 198) | private Rule readRule(Element ruleEl) { method readTypeChangingRule (line 254) | private Rule readTypeChangingRule(Element ruleEl) { method toXml (line 278) | public void toXml(String filename) throws IOException { method setDynamicCombos (line 298) | public void setDynamicCombos(boolean dynamic) { method getDynamicCombos (line 310) | public boolean getDynamicCombos() { return dynamicCombos; } method loadSupercatRuleCombos (line 317) | public void loadSupercatRuleCombos(URL url) throws IOException { method borrowSupercatRuleCombos (line 345) | public void borrowSupercatRuleCombos(RuleGroup ruleGroup) { method addRule (line 352) | public void addRule(Rule r) { method index (line 367) | private void index(TypeChangingRule rule) { method getUnaryRules (line 383) | public List getUnaryRules() { return unaryRules; } method getBinaryRules (line 386) | public List getBinaryRules() { return binaryRules; } method getTypeChangingRule (line 389) | public TypeChangingRule getTypeChangingRule(String name) { method getRulesForPred (line 404) | public Collection getRulesForPred(String pred) { method getRulesForRel (line 412) | public Collection getRulesForRel(String rel) { method applyUnaryRules (line 418) | public List applyUnaryRules(Sign input) { method applyBinaryRules (line 474) | public List applyBinaryRules(Sign input1, Sign input2) { method applyGlueRule (line 532) | public List applyGlueRule(Sign input1, Sign input2) { method applyCoart (line 541) | public void applyCoart(Sign lexSign, Sign coartSign, List result... FILE: src/opennlp/ccg/grammar/TypeChangingRule.java class TypeChangingRule (line 36) | public class TypeChangingRule extends AbstractRule implements LexSemOrig... method TypeChangingRule (line 59) | public TypeChangingRule(Category arg, Category result, String name, LF... method toXml (line 65) | public Element toXml() { method arity (line 78) | public int arity() { return 1; } method getArg (line 81) | public Category getArg() { return _arg; } method getResult (line 84) | public Category getResult() { return _result; } method getFirstEP (line 87) | public LF getFirstEP() { return _firstEP; } method applyRule (line 91) | public List applyRule(Category[] inputs) throws UnifyFailure { method apply (line 100) | protected List apply(Category input) throws UnifyFailure { method toString (line 131) | public String toString() { method getSupertag (line 140) | public String getSupertag() { method getPOS (line 149) | public String getPOS() { return POS_STRING; } method setOrigin (line 154) | public void setOrigin() { HyloHelper.setOrigin(_result.getLF(), this); } FILE: src/opennlp/ccg/grammar/Types.java class Types (line 40) | public class Types { method Types (line 50) | public Types(Grammar grammar) { method Types (line 59) | @SuppressWarnings("unchecked") method getSimpleType (line 78) | public SimpleType getSimpleType(String typeName) { method containsSimpleType (line 93) | public boolean containsSimpleType(String typeName) { method getIndexMap (line 98) | public ArrayList getIndexMap() { method readTypes (line 104) | private void readTypes(List _types) { method computeDepth (line 148) | private static int computeDepth(String type, GroupMap p... method findAllSubtypes (line 168) | private Collection findAllSubtypes(GroupMap hie... method createSimpleTypes (line 191) | private void createSimpleTypes(GroupMap hierarchy, TObj... method printTypes (line 236) | public void printTypes() { method debugSerialization (line 246) | public void debugSerialization() throws IOException, ClassNotFoundExce... FILE: src/opennlp/ccg/grammardoc/AbstractDocumenter.java class AbstractDocumenter (line 12) | public abstract class AbstractDocumenter implements Documenter { method AbstractDocumenter (line 20) | protected AbstractDocumenter() {} method AbstractDocumenter (line 25) | protected AbstractDocumenter(String name) { method setDocumenterContext (line 32) | public void setDocumenterContext(DocumenterContext documenterContext) { method getName (line 39) | public String getName() { FILE: src/opennlp/ccg/grammardoc/Documenter.java type Documenter (line 12) | public interface Documenter { method getName (line 19) | public String getName(); method setDocumenterContext (line 26) | public void setDocumenterContext(DocumenterContext documenterContext); method document (line 38) | public void document(SourceGrammar grammar) throws DocumenterException; FILE: src/opennlp/ccg/grammardoc/DocumenterContext.java type DocumenterContext (line 16) | public interface DocumenterContext { method log (line 21) | public void log(String message); method getDestinationDirectory (line 29) | public File getDestinationDirectory(); FILE: src/opennlp/ccg/grammardoc/DocumenterException.java class DocumenterException (line 12) | public class DocumenterException extends GrammarDocException { method DocumenterException (line 19) | public DocumenterException() { method DocumenterException (line 26) | public DocumenterException(String message) { method DocumenterException (line 33) | public DocumenterException(String message, Throwable cause) { method DocumenterException (line 40) | public DocumenterException(Throwable cause) { FILE: src/opennlp/ccg/grammardoc/DocumenterFactory.java class DocumenterFactory (line 15) | public class DocumenterFactory { method DocumenterFactory (line 21) | private DocumenterFactory() {} method newInstance (line 26) | public static DocumenterFactory newInstance() { method newDocumenter (line 39) | public Documenter newDocumenter() throws DocumenterNotFoundException { method newDocumenter (line 51) | public Documenter newDocumenter(String name) method newDocumenter (line 70) | public synchronized Documenter newDocumenter(DocumenterName name) FILE: src/opennlp/ccg/grammardoc/DocumenterName.java type DocumenterName (line 17) | public enum DocumenterName { method DocumenterName (line 30) | private DocumenterName(Class documenterClass) { FILE: src/opennlp/ccg/grammardoc/DocumenterNotFoundException.java class DocumenterNotFoundException (line 12) | public class DocumenterNotFoundException extends DocumenterException { method DocumenterNotFoundException (line 20) | public DocumenterNotFoundException(DocumenterName name) { method DocumenterNotFoundException (line 28) | public DocumenterNotFoundException(String name) { method DocumenterNotFoundException (line 36) | DocumenterNotFoundException(DocumenterName name, Throwable cause) { FILE: src/opennlp/ccg/grammardoc/DocumenterSourceException.java class DocumenterSourceException (line 14) | public class DocumenterSourceException extends DocumenterException { method DocumenterSourceException (line 24) | public DocumenterSourceException(SourceGrammarFile sourceGrammarFile) { method DocumenterSourceException (line 32) | public DocumenterSourceException(String message, method DocumenterSourceException (line 42) | public DocumenterSourceException(String message, Throwable cause, method DocumenterSourceException (line 52) | public DocumenterSourceException(Throwable cause, method getSourceGrammarFile (line 61) | public SourceGrammarFile getSourceGrammarFile() { FILE: src/opennlp/ccg/grammardoc/GrammarDoc.java class GrammarDoc (line 31) | public class GrammarDoc extends Task implements DocumenterContext { method execute (line 43) | @Override method loadSourceGrammar (line 92) | SourceGrammar loadSourceGrammar() throws GrammarDocException { method loadGrammarFile (line 145) | SourceGrammarFile loadGrammarFile(SourceGrammarFileType fileType, File... method getDestinationDirectory (line 171) | public File getDestinationDirectory() { method getDestDir (line 178) | public File getDestDir() { method setDestDir (line 185) | public void setDestDir(File destDir) { method getSrcDir (line 192) | public File getSrcDir() { method setSrcDir (line 199) | public void setSrcDir(File srcDir) { method main (line 203) | public static void main(String[] args) { class CommandGrammarDoc (line 255) | static final class CommandGrammarDoc extends GrammarDoc { method CommandGrammarDoc (line 259) | CommandGrammarDoc(PrintStream out) { method log (line 266) | @Override FILE: src/opennlp/ccg/grammardoc/GrammarDocException.java class GrammarDocException (line 12) | public class GrammarDocException extends Exception { method GrammarDocException (line 19) | public GrammarDocException() { method GrammarDocException (line 26) | public GrammarDocException(String message) { method GrammarDocException (line 33) | public GrammarDocException(String message, Throwable cause) { method GrammarDocException (line 40) | public GrammarDocException(Throwable cause) { FILE: src/opennlp/ccg/grammardoc/SourceGrammar.java class SourceGrammar (line 17) | public class SourceGrammar { method SourceGrammar (line 22) | SourceGrammar(File sourceDirectory) { method getSourceDirectory (line 31) | public File getSourceDirectory() { method getSourceGrammarFileTypes (line 39) | public Set getSourceGrammarFileTypes() { method getSourceGrammarFile (line 50) | public SourceGrammarFile getSourceGrammarFile( method addSourceGrammarFile (line 55) | void addSourceGrammarFile(SourceGrammarFileType fileType, FILE: src/opennlp/ccg/grammardoc/SourceGrammarFile.java class SourceGrammarFile (line 17) | public class SourceGrammarFile { method SourceGrammarFile (line 25) | SourceGrammarFile(SourceGrammarFileType fileName, File sourceFile) { method getFileType (line 33) | public SourceGrammarFileType getFileType() { method getSourceFile (line 40) | public File getSourceFile() { method toString (line 50) | @Override FILE: src/opennlp/ccg/grammardoc/SourceGrammarFileType.java type SourceGrammarFileType (line 12) | public enum SourceGrammarFileType { method SourceGrammarFileType (line 23) | private SourceGrammarFileType(String fileName) { method SourceGrammarFileType (line 27) | private SourceGrammarFileType(String fileName, boolean required) { method getFileName (line 35) | public String getFileName() { method isRequired (line 44) | public boolean isRequired() { FILE: src/opennlp/ccg/grammardoc/html/HTMLDocumenter.java class HTMLDocumenter (line 38) | public class HTMLDocumenter extends AbstractDocumenter implements URIRes... type FileName (line 46) | static enum FileName { method FileName (line 51) | private FileName(String name) { method HTMLDocumenter (line 59) | public HTMLDocumenter() { method document (line 69) | public void document(SourceGrammar grammar) throws DocumenterException { method resolve (line 132) | public Source resolve(String href, String base) throws TransformerExce... method loadTemplates (line 157) | private Templates loadTemplates(String baseName) method copyFiles (line 183) | private void copyFiles(File destDir) throws DocumenterException { method doCopyFile (line 189) | private void doCopyFile(FileName fileName, File destDir) method getResource (line 218) | private InputStream getResource(String resourceName) { FILE: src/opennlp/ccg/grammardoc/html/lexicon.js function toggleFeatures (line 5) | function toggleFeatures(elem) { FILE: src/opennlp/ccg/hylo/Alt.java class Alt (line 37) | public final class Alt implements Comparable, Serializable { method Alt (line 49) | public Alt(int altSet, int numInSet) { method equals (line 54) | public boolean equals(Object o) { method compareTo (line 60) | public int compareTo(Alt a) { FILE: src/opennlp/ccg/hylo/Box.java class Box (line 32) | public final class Box extends ModalOp { method Box (line 36) | public Box(Element e) { method Box (line 40) | private Box(Mode mode, LF arg) { method copy (line 44) | public LF copy() { method equals (line 48) | public boolean equals(Object o) { method unifyCheck (line 56) | public void unifyCheck(Object u) throws UnifyFailure { method fill (line 64) | public Object fill(Substitution sub) throws UnifyFailure { method modalOpString (line 69) | public String modalOpString() { method toXml (line 78) | public Element toXml() { FILE: src/opennlp/ccg/hylo/Compacter.java class Compacter (line 32) | public class Compacter { method compact (line 41) | static LF compact(LF lf, Nominal root) { method combine (line 252) | private static void combine(SatOp satOp1, SatOp satOp2) { method subst (line 273) | private static boolean subst(LF lf, SatOp satOp2, Nominal nom2, Nomina... method subst (line 279) | private static boolean subst(LF lf, Nominal currentParent, SatOp satOp... method findDupParent (line 327) | private static Nominal findDupParent(LF lf, SatOp dup, Nominal dupNom) { method findDupParent (line 332) | private static Nominal findDupParent(LF lf, Nominal currentParent, Sat... FILE: src/opennlp/ccg/hylo/Converter.java class Converter (line 32) | public class Converter { method convertNominals (line 47) | static void convertNominals(LF lf) { method convertNominals (line 56) | static Nominal convertNominals(LF lf, Sign root, Nominal nominalRoot) { method convertNoms (line 75) | private void convertNoms(LF lf, Sign root) { method convertNominal (line 143) | private Nominal convertNominal(Nominal oldNom, Proposition prop, int w... method convertNominal (line 171) | private Nominal convertNominal(Nominal oldNom, String name) { method lexDominated (line 183) | private static boolean lexDominated(String lexPred, Sign lexSign) { method dominates (line 214) | private static boolean dominates(Nominal a, Nominal b, List pre... method convertNominalsToVars (line 243) | static void convertNominalsToVars(List preds) { method convertNominalsToVars (line 250) | static Nominal convertNominalsToVars(List preds, Nominal nomina... method convertNominalToVar (line 271) | static Nominal convertNominalToVar(Nominal nom) { FILE: src/opennlp/ccg/hylo/Diamond.java class Diamond (line 32) | public final class Diamond extends ModalOp { method Diamond (line 36) | public Diamond(Element e) { method Diamond (line 40) | public Diamond(Mode mode, LF arg) { method copy (line 44) | public LF copy() { method equals (line 48) | public boolean equals(Object o) { method unifyCheck (line 56) | public void unifyCheck(Object u) throws UnifyFailure { method unify (line 64) | public Object unify(Object u, Substitution sub) throws UnifyFailure { method fill (line 77) | public Object fill(Substitution sub) throws UnifyFailure { method modalOpString (line 82) | public String modalOpString() { method toXml (line 89) | public Element toXml() { FILE: src/opennlp/ccg/hylo/EPsScorer.java class EPsScorer (line 34) | public class EPsScorer { class Results (line 39) | public static class Results { method toString (line 51) | public String toString() { method initNF (line 64) | private static NumberFormat initNF() { method score (line 76) | public static Results score(LF lf, LF goldLF) { method getDep (line 131) | private static Pair getDep(SatOp ep) { method fscore (line 144) | public static double fscore(double recall, double precision) { FILE: src/opennlp/ccg/hylo/EnglishAgreementExtractor.java class EnglishAgreementExtractor (line 57) | public class EnglishAgreementExtractor implements FeatureExtractor{ class FeatureMapWrapper (line 60) | public static class FeatureMapWrapper { method FeatureMapWrapper (line 62) | public FeatureMapWrapper(FeatureMap featureMap) { this.featureMap = ... class SignProps (line 66) | private class SignProps{ method SignProps (line 72) | public SignProps(String unbalPunct){ method getUnbalancedPunct (line 76) | public String getUnbalancedPunct(){ method EnglishAgreementExtractor (line 112) | public EnglishAgreementExtractor() { method EnglishAgreementExtractor (line 119) | public EnglishAgreementExtractor(String sentId) { method setAlphabet (line 128) | public void setAlphabet(Alphabet alphabet) { method init (line 133) | public void init() { method extractFeatures (line 169) | public FeatureVector extractFeatures(Sign sign, boolean complete) { method addFeatures (line 176) | protected void addFeatures(Sign sign, boolean complete) { method getOfComplSign (line 338) | public Sign getOfComplSign(){ method storeFeatureMap (line 346) | protected void storeFeatureMap(Sign sign) { method getFeatureMap (line 351) | public FeatureMap getFeatureMap(Sign sign) { method inc (line 360) | protected void inc(List>> extractors) { method getSubjectFeature (line 371) | public String getSubjectFeature(Category cat){ method isPunct (line 393) | private boolean isPunct(Word w) { method getLowerSiblingDeps (line 404) | public Hashtable getLowerSiblingDeps(Sign[] inputs... method getSibling (line 424) | private Sign getSibling(List sdeps,String rel){ method adjustWord (line 440) | private String adjustWord(String word) { method adjustPOS (line 455) | private String adjustPOS(String word,String pos,String semClass) { method adjustSemClass (line 474) | private String adjustSemClass(String semClass) { method add_prefix_main1 (line 484) | private void add_prefix_main1(List> retva... method add_prefix_main2 (line 487) | private void add_prefix_main2(List> retva... method add_prefix_main3 (line 490) | private void add_prefix_main3(List> retva... method add_prefix_main4 (line 493) | private void add_prefix_main4(List> retva... method add_prefix_main5 (line 496) | private void add_prefix_main5(List> retva... method add_instance_num (line 501) | private void add_instance_num(List> retva... method add_prefix_sub1 (line 506) | private void add_prefix_sub1(List> retval) { method add_prefix_sub2 (line 509) | private void add_prefix_sub2(List> retval) { method add_prefix_sub3 (line 512) | private void add_prefix_sub3(List> retval) { method add_prefix_sub4 (line 515) | private void add_prefix_sub4(List> retval) { method add_prefix_sub5 (line 518) | private void add_prefix_sub5(List> retval) { method add_prefix_sub6 (line 521) | private void add_prefix_sub6(List> retval) { method add_prefix (line 526) | private void add_prefix(int prefix,List> ... method dep_word_head_word (line 540) | private List> dep_word_head_word(int pref... method dep_word_head_pos (line 551) | private List> dep_word_head_pos(int prefi... method dep_pos_head_word (line 562) | private List> dep_pos_head_word(int prefi... method dep_pos_head_pos (line 573) | private List> dep_pos_head_pos(int prefix) { method dep_word_head_stem (line 584) | private List> dep_word_head_stem(int pref... method dep_word_head_class (line 595) | private List> dep_word_head_class(int pre... method unbal_punct (line 606) | private List> unbal_punct() { method add_head_word (line 613) | private void add_head_word(List> retval) { method add_head_stem (line 618) | private void add_head_stem(List> retval) { method add_head_class (line 623) | private void add_head_class(List> retval) { method add_head_pos (line 628) | private void add_head_pos(List> retval) { method add_dep_word (line 633) | private void add_dep_word(List> retval) { method add_dep_pos (line 638) | private void add_dep_pos(List> retval) { FILE: src/opennlp/ccg/hylo/Flattener.java class Flattener (line 35) | public class Flattener { method getHighestParentMap (line 72) | public Map getHighestParentMap() { method flatten (line 83) | public List flatten(LF lf) { method flatten (line 90) | private void flatten( method makeDummySatOp (line 218) | private static SatOp makeDummySatOp(Nominal nom) { method addSatOp (line 223) | private void addSatOp(SatOp satOp, SatOp parent, int depth, Stack... method propAltsOptsChunks (line 244) | private void propAltsOptsChunks() { method propAltsOptsChunks (line 255) | private void propAltsOptsChunks(SatOp satOp, List alts, TIntArray... FILE: src/opennlp/ccg/hylo/HyloAtom.java class HyloAtom (line 32) | public abstract class HyloAtom extends HyloFormula { method HyloAtom (line 39) | protected HyloAtom(String name) { method HyloAtom (line 43) | protected HyloAtom(String name, SimpleType st) { method setAtomName (line 47) | public void setAtomName(String name) { method getName (line 51) | public String getName() { return _name; } method getType (line 53) | public SimpleType getType() { return type; } method occurs (line 55) | public boolean occurs(Variable var) { method toString (line 59) | public String toString() { method prettyPrint (line 66) | public String prettyPrint(String indent) { method compareTo (line 70) | public int compareTo(HyloAtom ha) { method hashCode (line 75) | public int hashCode() { method equals (line 83) | public boolean equals(Object obj) { method hashCode (line 93) | public int hashCode(TObjectIntHashMap varMap) { return hashCode(); } method equals (line 99) | public boolean equals(Object obj, TObjectIntHashMap varMap, TObjectInt... FILE: src/opennlp/ccg/hylo/HyloFormula.java class HyloFormula (line 36) | public abstract class HyloFormula implements LF, Serializable { method setChunks (line 54) | public void setChunks(TIntArrayList chunks) { this.chunks = chunks; } method getChunks (line 59) | public TIntArrayList getChunks() { return chunks; } method getType (line 63) | public SimpleType getType() { return null; } method copy (line 70) | public abstract LF copy(); method deepMap (line 78) | public void deepMap(ModFcn mf) { method unify (line 98) | public Object unify(Object u, Substitution s) throws UnifyFailure { method unifyCheck (line 122) | public void unifyCheck(Object u) throws UnifyFailure {} method fill (line 133) | public Object fill(Substitution s) throws UnifyFailure { method hashCode (line 140) | public abstract int hashCode(TObjectIntHashMap varMap); method equals (line 146) | public abstract boolean equals(Object obj, TObjectIntHashMap varMap, T... method toXml (line 151) | public abstract Element toXml(); method prettyPrint (line 156) | public abstract String prettyPrint(String indent); FILE: src/opennlp/ccg/hylo/HyloHelper.java class HyloHelper (line 39) | public class HyloHelper { method getLF (line 48) | public static LF getLF(Element e) { method getName (line 96) | private static String getName(Element e) { method existingType (line 103) | private static SimpleType existingType(String name) { method prefix (line 110) | protected static String prefix(String name) { method type (line 117) | protected static SimpleType type(String name) { method getLF_FromChildren (line 129) | @SuppressWarnings("unchecked") method toXml (line 148) | public static Element toXml(LF lf) { method processChunks (line 164) | public static void processChunks(Element e) { method processChunks (line 170) | @SuppressWarnings("unchecked") method convertChunks (line 193) | private static TIntArrayList convertChunks(String chunks) { class ElementTest (line 205) | private static abstract class ElementTest { method test (line 206) | abstract boolean test(Element elt); method removeElts (line 210) | @SuppressWarnings("unchecked") method removeConjOps (line 234) | private static void removeConjOps(Element lfElt) { method removeChunkElts (line 247) | private static void removeChunkElts(Element lfElt) { method isElementaryPredication (line 266) | public static boolean isElementaryPredication(LF lf) { method isLexPred (line 274) | public static boolean isLexPred(LF pred) { method isRelPred (line 285) | public static boolean isRelPred(LF pred) { method isAttrPred (line 299) | public static boolean isAttrPred(LF pred) { method isAttr (line 311) | public static boolean isAttr(LF arg) { method getLexPred (line 323) | public static String getLexPred(LF lf) { method getRel (line 333) | public static String getRel(LF lf) { method getVal (line 343) | public static String getVal(LF lf) { method getPrincipalNominal (line 355) | public static Nominal getPrincipalNominal(LF lf) { method getSecondaryNominal (line 364) | public static Nominal getSecondaryNominal(LF lf) { method flattenLF (line 381) | @SuppressWarnings("unchecked") method getPreds (line 396) | public static List getPreds(LF lf) { method getFirstPred (line 415) | public static SatOp getFirstPred(LF lf) { method flatten (line 432) | public static List flatten(LF lf) { method firstEP (line 442) | public static LF firstEP(LF lf) { method setOrigin (line 450) | public static void setOrigin(LF lf, LexSemOrigin origin) { method nomIndex (line 466) | public static Map nomIndex(List preds) { method isRoot (line 479) | public static boolean isRoot(Nominal nom, List preds) { method getUnfilledLexDeps (line 492) | public static List getUnfilledLexDeps(LF lf) { method getFilledLexDeps (line 502) | public static List getFilledLexDeps(List... method getSemFeatsForHead (line 511) | public static List getSemFeatsForHead(Nominal nominal, LF lf) { method compactAndConvertNominals (line 526) | public static LF compactAndConvertNominals(LF lf, Nominal root) { method compactAndConvertNominals (line 533) | public static LF compactAndConvertNominals(LF lf, Nominal root, Sign r... method compact (line 546) | public static LF compact(LF lf, Nominal root) { method convertNominals (line 555) | public static void convertNominals(LF lf) { method convertNominals (line 564) | public static Nominal convertNominals(LF lf, Sign root, Nominal nomina... method convertNominalsToVars (line 572) | public static Nominal convertNominalsToVars(LF lf, Nominal nominalRoot) { method append (line 587) | public static LF append(LF lf1, LF lf2) { method sort (line 633) | public static void sort(LF lf) { method sort (line 642) | public static void sort(List preds) { method compare (line 648) | public int compare(LF lf1, LF lf2){ method epType (line 679) | private static Integer epType(LF lf) { method check (line 703) | public static void check(LF lf) throws UnifyFailure { method check (line 709) | private static void check(List preds) throws UnifyFailure { FILE: src/opennlp/ccg/hylo/HyloVar.java class HyloVar (line 35) | public class HyloVar extends HyloFormula implements Variable, Indexed { method HyloVar (line 44) | public HyloVar(String name) { method HyloVar (line 48) | public HyloVar(String name, SimpleType st) { method HyloVar (line 52) | protected HyloVar(String name, int index, SimpleType st) { method name (line 59) | public String name() { method copy (line 63) | public LF copy() { method getIndex (line 68) | public int getIndex() { method setIndex (line 72) | public void setIndex(int index) { method getType (line 77) | public SimpleType getType() { method occurs (line 81) | public boolean occurs(Variable var) { method equals (line 85) | public boolean equals(Object o) { method compareTo (line 92) | public int compareTo(HyloVar hv) { method unify (line 101) | public Object unify(Object u, Substitution sub) throws UnifyFailure { method fill (line 147) | public Object fill(Substitution sub) throws UnifyFailure { method toString (line 156) | public String toString() { method nameWithType (line 163) | public String nameWithType() { method prettyPrint (line 172) | public String prettyPrint(String indent) { method hashCode (line 177) | public int hashCode() { method hashCode (line 184) | public int hashCode(TObjectIntHashMap varMap) { method equals (line 199) | public boolean equals(Object obj, TObjectIntHashMap varMap, TObjectInt... method toXml (line 210) | public Element toXml() { FILE: src/opennlp/ccg/hylo/LexDepFeatureExtractor.java class LexDepFeatureExtractor (line 52) | public class LexDepFeatureExtractor implements FeatureExtractor { method sibPrecedenceForDep (line 70) | public static String sibPrecedenceForDep(String depConst) { class ConditionalLazyExtractor (line 126) | public static abstract class ConditionalLazyExtractor { method test (line 127) | abstract boolean test(); class ConditionalLazyEvaluator (line 132) | public static abstract class ConditionalLazyEvaluator extends Conditio... method eval (line 133) | abstract float eval(); class FeatureMapWrapper (line 137) | public static class FeatureMapWrapper { method FeatureMapWrapper (line 139) | public FeatureMapWrapper(FeatureMap featureMap) { this.featureMap = ... method LexDepFeatureExtractor (line 221) | public LexDepFeatureExtractor() { method setAlphabet (line 246) | public void setAlphabet(Alphabet alphabet) { method extractFeatures (line 252) | public FeatureVector extractFeatures(Sign sign, boolean complete) { method addFeatures (line 258) | protected void addFeatures(Sign sign, boolean complete) { method storeFeatureMap (line 319) | protected void storeFeatureMap(Sign sign) { method getFeatureMap (line 324) | protected FeatureMap getFeatureMap(Sign sign) { method inc (line 332) | protected void inc(List>> extractors) { method incCond (line 342) | protected void incCond(List condExtractors) { method addCond (line 354) | protected void addCond(List condEvaluators) { method getHeadBroadPOS (line 368) | private String getHeadBroadPOS(LexDependency dep) { method setDepIndexes (line 377) | private void setDepIndexes(LexDependency dep) { method getHeadDepOrder (line 384) | private String getHeadDepOrder() { method setSibIndex (line 389) | private void setSibIndex(LexDependency sib) { method getHeadSibOrder (line 395) | private String getHeadSibOrder() { method depPrecedesSib (line 400) | private boolean depPrecedesSib() { class DefiniteNP (line 409) | public static class DefiniteNP { method DefiniteNP (line 412) | public DefiniteNP(Boolean def) { this.def = def; } method toString (line 413) | public String toString() { return "defNP: " + def; } method getDefiniteNP (line 417) | public DefiniteNP getDefiniteNP(Sign sign) { method getSignOrChildSignAsNP (line 462) | protected Sign getSignOrChildSignAsNP(Sign sign) { method isNP (line 476) | protected boolean isNP(Sign sign) { method isIndefFeat (line 487) | protected boolean isIndefFeat(SatOp feat) { method isIndefDep (line 495) | protected boolean isIndefDep(LexDependency dep) { method defDifference (line 505) | public boolean defDifference(Sign sign1, Sign sign2) { method defConstant (line 514) | public String defConstant(DefiniteNP defNP) { class PhraseLengths (line 525) | public static class PhraseLengths { method PhraseLengths (line 527) | public PhraseLengths(int wordlen, int punctlen, int verblen) { method toString (line 530) | public String toString() { return " wordlen: " + wordlen + " punctle... method getPhraseLengths (line 534) | public PhraseLengths getPhraseLengths(Sign sign) { method isPunct (line 565) | protected boolean isPunct(Word word) { method isVerb (line 575) | protected boolean isVerb(Word word) { method setLengthsDiff (line 585) | protected void setLengthsDiff() { method getDepLenFeat (line 605) | protected Alphabet.Feature getDepLenFeat() { method depLen (line 616) | protected int depLen() { method getWordClass (line 644) | protected String getWordClass(Word word) { method isPro (line 663) | protected boolean isPro(Word word) { return word.getPOS().startsWith("... method setColorWords (line 673) | public void setColorWords(Set colorWords) { colors = colorWord... method defaultColors (line 678) | protected Set defaultColors() { method defaultSuffixClasses (line 694) | protected String[] defaultSuffixClasses() { method setSuffixClasses (line 708) | public void setSuffixClasses(String[] suffixes) { suffixClasses = suff... method getSuffix (line 713) | protected String getSuffix(String form) { method updateCachedWordClasses (line 729) | protected String updateCachedWordClasses(Word word, String wordClass) { method add_prefix (line 738) | private void add_prefix(List> retval) { method add_head_dep_order (line 744) | private void add_head_dep_order(List> ret... method add_rel (line 749) | private void add_rel(List> retval) { method add_head_dep_order_common (line 754) | private void add_head_dep_order_common(List> retval) { method add_head_pos (line 766) | private void add_head_pos(List> retval) { method add_dep_word (line 771) | private void add_dep_word(List> retval) { method add_dep_pos (line 776) | private void add_dep_pos(List> retval) { method add_sibs_precedence (line 781) | private void add_sibs_precedence(List> re... method add_sibs_precedence_common (line 786) | private void add_sibs_precedence_common(List> retval) { method add_sibs_word2 (line 799) | private void add_sibs_word2(List> retval) { method add_sibs_pos1 (line 806) | private void add_sibs_pos1(List> retval) { method add_sibs_pos2 (line 813) | private void add_sibs_pos2(List> retval) { method add_sibs_class1 (line 820) | private void add_sibs_class1(List> retval) { method add_sibs_class2 (line 828) | private void add_sibs_class2(List> retval) { method add_sibs_rel1 (line 836) | private void add_sibs_rel1(List> retval) { method add_sibs_rel2 (line 843) | private void add_sibs_rel2(List> retval) { method head_dep_order_words (line 854) | private List> head_dep_order_words() { method head_dep_order_pos (line 863) | private List> head_dep_order_pos() { method head_dep_order_word_pos (line 872) | private List> head_dep_order_word_pos() { method head_dep_order_pos_word (line 881) | private List> head_dep_order_pos_word() { method sibs_precedence_words (line 890) | private List> sibs_precedence_words() { method sibs_precedence_word_pos (line 899) | private List> sibs_precedence_word_pos() { method sibs_precedence_pos_word (line 908) | private List> sibs_precedence_pos_word() { method sibs_precedence_pos (line 917) | private ConditionalLazyExtractor sibs_precedence_pos() { method sibs_precedence_word_class (line 928) | private List> sibs_precedence_word_class() { method sibs_precedence_class_word (line 937) | private List> sibs_precedence_class_word() { method sibs_precedence_class (line 946) | private ConditionalLazyExtractor sibs_precedence_class() { method sibs_precedence_rels (line 959) | private ConditionalLazyExtractor sibs_precedence_rels() { method sibs_precedence_defs (line 970) | private ConditionalLazyExtractor sibs_precedence_defs() { method sibs_precedence_verbs (line 988) | private ConditionalLazyExtractor sibs_precedence_verbs() { method sibs_precedence_puncts (line 1006) | private ConditionalLazyExtractor sibs_precedence_puncts() { method short_long_words (line 1024) | private ConditionalLazyEvaluator short_long_words() { FILE: src/opennlp/ccg/hylo/LexDependency.java class LexDependency (line 37) | public class LexDependency { method LexDependency (line 49) | public LexDependency(Sign lexHead, String rel, Sign lexDep) { method hashCode (line 54) | public int hashCode() { method equals (line 62) | public boolean equals(Object obj) { method toString (line 70) | public String toString() { method filled (line 81) | public boolean filled() { method unfilledLexDeps (line 89) | public static List unfilledLexDeps(List preds) { method addUnfilledLexDep (line 138) | private static void addUnfilledLexDep(Nominal dep, Sign lexHead, Strin... method filledLexDeps (line 177) | public static List filledLexDeps(List un... method findPred (line 227) | private static SatOp findPred(Sign origin, String rel, List pre... method findDescendantPred (line 236) | private static SatOp findDescendantPred(SatOp current, int index, Stri... method findAncestorPred (line 254) | private static SatOp findAncestorPred(SatOp current, int index, String... method filterSameHead (line 275) | public static List filterSameHead(List d... FILE: src/opennlp/ccg/hylo/ModalOp.java class ModalOp (line 35) | public abstract class ModalOp extends HyloFormula { method ModalOp (line 42) | @SuppressWarnings("unchecked") method ModalOp (line 56) | protected ModalOp(Mode mode, LF arg) { method getMode (line 61) | public Mode getMode() { return _mode; } method setMode (line 62) | public void setMode(Mode mode) { _mode = mode; } method getArg (line 64) | public LF getArg() { return _arg; } method setArg (line 65) | public void setArg(LF arg) { _arg = arg; } method deepMap (line 67) | public void deepMap(ModFcn mf) { method occurs (line 72) | public boolean occurs(Variable var) { method equals (line 76) | protected boolean equals(ModalOp mo) { method unifyCheck (line 84) | protected void unifyCheck(ModalOp mo) throws UnifyFailure { method hashCode (line 90) | public int hashCode() { return _mode.hashCode() + _arg.hashCode(); } method hashCode (line 95) | public int hashCode(TObjectIntHashMap varMap) { method equals (line 103) | public boolean equals(Object obj, TObjectIntHashMap varMap, TObjectInt... method modalOpString (line 111) | abstract public String modalOpString(); method toString (line 113) | public String toString() { method prettyPrint (line 120) | public String prettyPrint(String indent) { FILE: src/opennlp/ccg/hylo/Mode.java type Mode (line 31) | public interface Mode extends LF { method getName (line 36) | String getName(); FILE: src/opennlp/ccg/hylo/ModeLabel.java class ModeLabel (line 33) | public final class ModeLabel extends HyloAtom implements Mode { method ModeLabel (line 37) | public ModeLabel(String name) { method copy (line 41) | public LF copy() { method unify (line 45) | public Object unify(Object u, Substitution sub) throws UnifyFailure { method toXml (line 54) | public Element toXml() { FILE: src/opennlp/ccg/hylo/ModeVar.java class ModeVar (line 34) | public class ModeVar extends HyloVar implements Mode { method ModeVar (line 38) | public ModeVar(String name) { method ModeVar (line 42) | protected ModeVar(String name, int index, SimpleType st) { method getName (line 50) | @Override method copy (line 55) | public LF copy() { method equals (line 60) | public boolean equals(Object o) { method unify (line 65) | public Object unify(Object u, Substitution sub) throws UnifyFailure { method fill (line 83) | public Object fill(Substitution sub) throws UnifyFailure { method toXml (line 97) | public Element toXml() { FILE: src/opennlp/ccg/hylo/Nominal.java type Nominal (line 31) | public interface Nominal extends LF { method getName (line 32) | public String getName(); method isShared (line 33) | public boolean isShared(); method setShared (line 34) | public void setShared(boolean shared); method compareTo (line 35) | public int compareTo(Nominal nom); FILE: src/opennlp/ccg/hylo/NominalAtom.java class NominalAtom (line 44) | public class NominalAtom extends HyloAtom implements Nominal { method NominalAtom (line 50) | public NominalAtom(String name) { method NominalAtom (line 54) | public NominalAtom(String name, SimpleType st) { method NominalAtom (line 58) | public NominalAtom(String name, SimpleType st, boolean shared) { method getName (line 64) | public String getName() { return _name; } method isShared (line 66) | public boolean isShared() { return shared; } method setShared (line 68) | public void setShared(boolean shared) { this.shared = shared; } method copy (line 70) | public LF copy() { method hashCode (line 75) | public int hashCode() { method equals (line 82) | public boolean equals(Object obj) { method unify (line 88) | public Object unify(Object u, Substitution sub) throws UnifyFailure { method compareTo (line 93) | public int compareTo(Nominal nom) { method toString (line 102) | public String toString() { method toXml (line 111) | public Element toXml() { method debugSerialization (line 118) | public static void debugSerialization() throws IOException, ClassNotFo... FILE: src/opennlp/ccg/hylo/NominalVar.java class NominalVar (line 34) | public class NominalVar extends HyloVar implements Nominal { method NominalVar (line 40) | public NominalVar(String name) { method NominalVar (line 44) | public NominalVar(String name, SimpleType st) { method NominalVar (line 48) | public NominalVar(String name, SimpleType st, boolean shared) { method NominalVar (line 53) | protected NominalVar(String name, int index, SimpleType st) { method NominalVar (line 57) | protected NominalVar(String name, int index, SimpleType st, boolean sh... method getName (line 62) | public String getName() { return _name; } method isShared (line 64) | public boolean isShared() { return shared; } method setShared (line 66) | public void setShared(boolean shared) { this.shared = shared; } method setType (line 68) | public void setType(SimpleType st) { method copy (line 73) | public LF copy() { method equals (line 78) | public boolean equals(Object o) { method compareTo (line 83) | public int compareTo(Nominal nom) { method unify (line 93) | public Object unify(Object u, Substitution sub) throws UnifyFailure { method fill (line 140) | public Object fill(Substitution sub) throws UnifyFailure { method toXml (line 152) | public Element toXml() { FILE: src/opennlp/ccg/hylo/Op.java class Op (line 36) | public class Op extends HyloFormula { method Op (line 63) | @SuppressWarnings("unchecked") method Op (line 83) | public Op(String name, List args) { method Op (line 88) | public Op(String name, LF first, LF second) { method getName (line 94) | public String getName() { method getArguments (line 98) | public List getArguments() { method addArgument (line 102) | public void addArgument(LF formula) { method appendArgs (line 110) | public void appendArgs(LF lf) { method copy (line 116) | public LF copy() { method deepMap (line 124) | public void deepMap(ModFcn mf) { method occurs (line 131) | public boolean occurs(Variable var) { method equals (line 141) | public boolean equals(Object o) { method unifyCheck (line 152) | public void unifyCheck(Object u) throws UnifyFailure { method unify (line 157) | public Object unify(Object u, Substitution s) throws UnifyFailure { method fill (line 161) | public Object fill(Substitution sub) throws UnifyFailure { method toString (line 169) | public String toString() { method prettyPrint (line 190) | public String prettyPrint(String indent) { method printOp (line 208) | public static String printOp(String o) { method filteredArgs (line 218) | private List filteredArgs() { method hashCode (line 236) | public int hashCode() { method hashCode (line 247) | public int hashCode(TObjectIntHashMap varMap) { method equals (line 261) | public boolean equals(Object obj, TObjectIntHashMap varMap, TObjectInt... method toXml (line 277) | public Element toXml() { FILE: src/opennlp/ccg/hylo/Proposition.java class Proposition (line 34) | public class Proposition extends HyloAtom { method Proposition (line 38) | public Proposition(String name) { method Proposition (line 42) | public Proposition(String name, SimpleType st) { method copy (line 46) | public LF copy() { method unify (line 50) | public Object unify(Object u, Substitution sub) throws UnifyFailure { method toXml (line 71) | public Element toXml() { FILE: src/opennlp/ccg/hylo/SatOp.java class SatOp (line 35) | public class SatOp extends HyloFormula { method getAlts (line 48) | public List getAlts() { return alts; } method getOpts (line 62) | public TIntArrayList getOpts() { return opts; } method getOrigin (line 72) | public LexSemOrigin getOrigin() { return _origin; } method setOrigin (line 77) | public void setOrigin(LexSemOrigin origin) { _origin = origin; } method SatOp (line 84) | public SatOp(Element e) { method SatOp (line 100) | public SatOp(Nominal nom, LF arg) { method getNominal (line 105) | public Nominal getNominal() { return _nominal; } method setNominal (line 106) | public void setNominal(Nominal nominal) { _nominal = nominal; } method getArg (line 108) | public LF getArg() { return _arg; } method setArg (line 109) | public void setArg(LF arg) { _arg = arg; } method copy (line 111) | public LF copy() { method deepMap (line 117) | public void deepMap(ModFcn mf) { method occurs (line 123) | public boolean occurs(Variable var) { method equals (line 128) | public boolean equals(Object o) { method unify (line 139) | public Object unify(Object u, Substitution sub) throws UnifyFailure { method fill (line 154) | public Object fill(Substitution sub) throws UnifyFailure { method toString (line 160) | public String toString() { method prettyPrint (line 173) | public String prettyPrint(String indent) { method hashCode (line 195) | public int hashCode() { return _nominal.hashCode() + _arg.hashCode(); } method hashCode (line 200) | public int hashCode(TObjectIntHashMap varMap) { method equals (line 208) | public boolean equals(Object obj, TObjectIntHashMap varMap, TObjectInt... method toXml (line 218) | public Element toXml() { FILE: src/opennlp/ccg/hylo/graph/DefaultLFEdgeFactory.java class DefaultLFEdgeFactory (line 27) | public class DefaultLFEdgeFactory implements LFEdgeFactory { method createEdge (line 34) | @Override method createLabeledEdge (line 48) | @Override FILE: src/opennlp/ccg/hylo/graph/LFEdge.java class LFEdge (line 28) | public class LFEdge { method LFEdge (line 38) | public LFEdge(LFVertex source, LFVertex target) { method LFEdge (line 50) | public LFEdge(LFVertex source, LFVertex target, LFEdgeLabel label) { method checkVertex (line 59) | void checkVertex(LFVertex v, String name) { method getLabel (line 68) | public LFEdgeLabel getLabel() { method getSource (line 75) | public LFVertex getSource() { method getTarget (line 82) | public LFVertex getTarget() { method equals (line 95) | @Override method hashCode (line 110) | @Override method toString (line 126) | @Override FILE: src/opennlp/ccg/hylo/graph/LFEdgeFactory.java type LFEdgeFactory (line 30) | public interface LFEdgeFactory extends EdgeFactory { method createLabeledEdge (line 41) | public LFEdge createLabeledEdge(LFVertex sourceVertex, LFVertex target... FILE: src/opennlp/ccg/hylo/graph/LFEdgeLabel.java class LFEdgeLabel (line 34) | public class LFEdgeLabel { method LFEdgeLabel (line 45) | public LFEdgeLabel(Mode mode) { method forMode (line 62) | public static LFEdgeLabel forMode(Mode mode) { method getName (line 87) | public String getName() { method getMode (line 96) | public Mode getMode() { method hashCode (line 104) | @Override method equals (line 113) | @Override method toString (line 122) | @Override FILE: src/opennlp/ccg/hylo/graph/LFGraph.java class LFGraph (line 50) | public class LFGraph extends DirectedMultigraph { method LFGraph (line 72) | public LFGraph() { method LFGraph (line 82) | public LFGraph(LFEdgeFactory lfEdgeFactory) { method getLFEdgeFactory (line 91) | public LFEdgeFactory getLFEdgeFactory() { method addLabeledEdge (line 104) | public LFEdge addLabeledEdge(LFVertex source, LFVertex target, LFEdgeL... method findVertexByNominal (line 115) | public LFVertex findVertexByNominal(Nominal nominal) { method addVertex (line 123) | @Override method removeVertex (line 139) | @Override method highestLFAncestorOf (line 157) | public LFVertex highestLFAncestorOf(LFVertex vertex) { method getLFAncestry (line 168) | public Set getLFAncestry(LFVertex vertex) { method highestLFAncestors (line 187) | public Set highestLFAncestors() { FILE: src/opennlp/ccg/hylo/graph/LFGraphFactory.java class LFGraphFactory (line 50) | public class LFGraphFactory { method LFGraphFactory (line 59) | private LFGraphFactory() { method newGraphFrom (line 71) | public static LFGraph newGraphFrom(org.w3c.dom.Element lfElement) { method newGraphFrom (line 84) | public static LFGraph newGraphFrom(Element lfElement) { method newGraphFrom (line 119) | public static LFGraph newGraphFrom(LF lf) { FILE: src/opennlp/ccg/hylo/graph/LFVertex.java class LFVertex (line 47) | public class LFVertex { method LFVertex (line 65) | public LFVertex(SatOp satOp) { method LFVertex (line 73) | public LFVertex(Nominal nominal) { method LFVertex (line 81) | public LFVertex(Nominal nominal, Proposition proposition) { method LFVertex (line 90) | public LFVertex(Nominal nominal, Proposition proposition, Map tokenize(String s) { return tokenize(s, false); } method tokenize (line 127) | public List tokenize(String s, boolean strictFactors) { method parseToken (line 141) | public Word parseToken(String token) { return parseToken(token, false); } method parseToken (line 159) | public Word parseToken(String token, boolean strictFactors) { method isSpecialToken (line 231) | public String isSpecialToken(String token) { method getSpecialTokenConstant (line 246) | public String getSpecialTokenConstant(String semClass) { method isSpecialTokenConstant (line 255) | public boolean isSpecialTokenConstant(String s) { method isDate (line 271) | public boolean isDate(String token) { method isTime (line 285) | public boolean isTime(String token) { method isNum (line 297) | public boolean isNum(String token) { method isAmt (line 322) | public boolean isAmt(String token) { method isDur (line 336) | public boolean isDur(String token) { method isNamedEntity (line 345) | public boolean isNamedEntity(String token) { method getOrthography (line 354) | public String getOrthography(List words) { method getOrthography (line 362) | public String getOrthography(List words, boolean semClassReplace... method getOrthography (line 382) | public String getOrthography(Word w, boolean semClassReplacement) { method format (line 404) | public String format(List words) { return format(words, false); } method format (line 412) | public String format(List words, boolean semClassReplacement) { method format (line 430) | public String format(Word w) { return format(w, false); } method format (line 441) | public String format(Word w, boolean semClassReplacement) { method escape (line 475) | public static String escape(String s) { method unescape (line 516) | public static String unescape(String s) { method expandWord (line 567) | public List expandWord(Word word) { method expandDate (line 586) | public List expandDate(String date) { method expandTime (line 612) | public List expandTime(String time) { method expandNum (line 630) | public List expandNum(String num) { method expandAmt (line 641) | public List expandAmt(String amt) { method expandDur (line 654) | public List expandDur(String dur) { method expandNamedEntity (line 671) | public List expandNamedEntity(String namedEntity) { method main (line 677) | public static void main(String[] args) { FILE: src/opennlp/ccg/lexicon/EnglishExpander.java class EnglishExpander (line 35) | public class EnglishExpander { method expandDate (line 58) | public static void expandDate(Date date, int style, List list) { method expandTime (line 99) | public static void expandTime(Date time, List list) { method expandAmount (line 129) | public static void expandAmount(String digitString, String currencyCod... method expandDuration (line 189) | public static void expandDuration(Duration duration, List list) { method expandDigits (line 225) | public static void expandDigits(String digitString, List list) { method expandNumber (line 242) | public static void expandNumber(String digitString, List list) { method expandOrdinal (line 271) | public static void expandOrdinal(String digitString, List list) { method expandNDigitNumber (line 281) | public static void expandNDigitNumber(String digitString, List... method expand2DigitNumber (line 294) | private static void expand2DigitNumber(String digitString, List> getAttrValPairsList() { method getStem (line 76) | public String getStem() { return getValFromInterned(Tokenizer.STEM_ATT... method getPOS (line 79) | public String getPOS() { return getValFromInterned(Tokenizer.POS_ATTR); } method getSupertag (line 82) | public String getSupertag() { return getValFromInterned(Tokenizer.SUPE... method getSemClass (line 85) | public String getSemClass() { return getValFromInterned(Tokenizer.SEM_... method getVal (line 91) | public String getVal(String attr) { method getValFromInterned (line 97) | protected String getValFromInterned(String attr) { class Factory (line 113) | public static class Factory implements WordFactory { method create (line 119) | public synchronized Word create(String form) { method create (line 126) | public synchronized Word create(String attr, String val) { method create (line 132) | public synchronized Word create( method create (line 157) | protected Word create(TrieMap currentNode, S... method findChild (line 163) | protected TrieMap findChild(TrieMap> getAttrValPairsList() { return att... method getStem (line 56) | public String getStem() { return stem; } method getPOS (line 59) | public String getPOS() { return POS; } method getSupertag (line 62) | public String getSupertag() { return supertag; } method getSemClass (line 65) | public String getSemClass() { return semClass; } method FullWord (line 69) | protected FullWord( class Factory (line 79) | public static class Factory implements WordFactory { method setW (line 85) | private void setW( method getOrCreateFromW (line 95) | private Word getOrCreateFromW() { method create (line 107) | public synchronized Word create(String form) { method create (line 114) | public synchronized Word create(String attr, String val) { method create (line 132) | public synchronized Word create( FILE: src/opennlp/ccg/lexicon/LexException.java class LexException (line 29) | public class LexException extends Exception { method LexException (line 39) | public LexException(String s) { msg = s; } method toString (line 42) | public String toString() { FILE: src/opennlp/ccg/lexicon/Lexicon.java class Lexicon (line 47) | public class Lexicon { method Lexicon (line 106) | public Lexicon(Grammar grammar) { method Lexicon (line 112) | public Lexicon(Grammar grammar, Tokenizer tokenizer) { method setSupertagger (line 120) | public void setSupertagger(SupertaggerAdapter supertagger) { _supertag... method init (line 124) | public void init(URL lexiconUrl, URL morphUrl) throws IOException { method expandInheritsFrom (line 304) | public void expandInheritsFrom(Category cat) { method expandInheritsFrom (line 309) | public void expandInheritsFrom(Category cat, Category cat2) { method forall (line 321) | public void forall(Category c) { method forall (line 341) | public void forall(Category c) { method forall (line 351) | public void forall(Category c) { method getSignsFromRel (line 398) | public Collection getSignsFromRel(String rel) { method getSignsFromRelAndPreds (line 418) | private Collection getSignsFromRelAndPreds(String rel, Collectio... method getSignsFromPred (line 437) | public Collection getSignsFromPred(String pred, List coa... method getSignsFromPredAndTargetRel (line 459) | private Collection getSignsFromPredAndTargetRel(String pred, Str... method applyCoarts (line 511) | private void applyCoarts(List coartRels, Collection resu... method getEntriesFromWords (line 549) | public List getEntriesFromWords(String s) throws LexException { method getSignsFromWord (line 575) | public SignHash getSignsFromWord(Word w) throws LexException { method applyCoarts (line 594) | @SuppressWarnings("unchecked") method getSignsFromWord (line 625) | private SignHash getSignsFromWord(Word w, String specialTokenConst, St... method getWithMorphItem (line 657) | private void getWithMorphItem(Word w, MorphItem mi, String targetPred,... method getWithDataItem (line 733) | private void getWithDataItem(Word w, MorphItem mi, method getWithEntriesItem (line 750) | private void getWithEntriesItem(Word w, MorphItem mi, method unifySemClass (line 820) | private void unifySemClass(Category cat, String semClass) { method modify (line 837) | public void modify(Mutable m) { method modify (line 863) | public void modify(Mutable m) { method getMacAdder (line 888) | private MacroAdder getMacAdder(MorphItem mi) { method propagateTypes (line 927) | public void propagateTypes(Category cat) { method propagateTypes (line 932) | public void propagateTypes(Category cat, Category cat2) { method computeHashCode (line 956) | public int computeHashCode(Object o) { method equals (line 959) | public boolean equals(Object o1, Object o2) { class TypePropagationException (line 966) | private class TypePropagationException extends RuntimeException { method TypePropagationException (line 969) | TypePropagationException(SimpleType st1, SimpleType st2) { method modify (line 977) | public void modify(Mutable m) { method getDistributiveAttrs (line 1006) | public String[] getDistributiveAttrs() { return _distributiveAttrs; } method propagateDistributiveAttrs (line 1012) | public void propagateDistributiveAttrs(Category cat) { method propagateDistributiveAttrs (line 1020) | public void propagateDistributiveAttrs(Category cat, Category cat2) { method resetDistrAttrVals (line 1032) | @SuppressWarnings("rawtypes") method forall (line 1048) | @SuppressWarnings("unchecked") method forall (line 1065) | public void forall(Category c) { method getLicensingFeatures (line 1089) | public LicensingFeature[] getLicensingFeatures() { return _licensingFe... method getRelationSortIndex (line 1096) | public Integer getRelationSortIndex(String rel) { method isCoartRel (line 1110) | public boolean isCoartRel(String rel) { class RelLookup (line 1121) | private static class RelLookup { method RelLookup (line 1123) | RelLookup(String s) { rel = s; } method hashCode (line 1124) | public int hashCode() { return rel.hashCode(); } method equals (line 1125) | public boolean equals(Object obj) { class PredLookup (line 1132) | private static class PredLookup { method PredLookup (line 1134) | PredLookup(String s, List l) { pred = s; coartRels = l; } method hashCode (line 1135) | public int hashCode() { method equals (line 1138) | public boolean equals(Object obj) { class MorphScanner (line 1152) | private class MorphScanner extends XmlScanner { method handleElement (line 1155) | public void handleElement(Element e) { method getMorph (line 1175) | private Pair,List> getMorph(URL url) throws... class LexiconScanner (line 1183) | private class LexiconScanner extends XmlScanner { method handleElement (line 1188) | public void handleElement(Element e) { method getLexicon (line 1206) | private List getLexicon(URL url) throws IOException { method loadLicensingFeatures (line 1224) | @SuppressWarnings("unchecked") method loadRelationSortOrder (line 1291) | private void loadRelationSortOrder(Element relationSortingElt) { method getWords (line 1309) | public GroupMap getWords() { FILE: src/opennlp/ccg/lexicon/LicensingFeature.java class LicensingFeature (line 31) | public class LicensingFeature method LicensingFeature (line 92) | public LicensingFeature( FILE: src/opennlp/ccg/lexicon/ListPairWord.java class ListPairWord (line 34) | public class ListPairWord extends Word { method ListPairWord (line 44) | public ListPairWord(List> pairsList) { this.pairsL... method getForm (line 47) | public String getForm() { return getValFromInterned(Tokenizer.WORD_ATT... method getPitchAccent (line 50) | public String getPitchAccent() { return getValFromInterned(Tokenizer.P... method getAttrValPairsList (line 53) | protected List> getAttrValPairsList() { method getStem (line 65) | public String getStem() { return getValFromInterned(Tokenizer.STEM_ATT... method getPOS (line 68) | public String getPOS() { return getValFromInterned(Tokenizer.POS_ATTR); } method getSupertag (line 71) | public String getSupertag() { return getValFromInterned(Tokenizer.SUPE... method getSemClass (line 74) | public String getSemClass() { return getValFromInterned(Tokenizer.SEM_... method getVal (line 80) | public String getVal(String attr) { method getValFromInterned (line 86) | protected String getValFromInterned(String attr) { FILE: src/opennlp/ccg/lexicon/MacroAdder.java class MacroAdder (line 37) | public class MacroAdder { method MacroAdder (line 42) | public MacroAdder(IntHashSetMap sm, List macroItems) { method addMacros (line 47) | public void addMacros(Category cat) { method modify (line 73) | @SuppressWarnings("rawtypes") FILE: src/opennlp/ccg/lexicon/MacroItem.java class MacroItem (line 37) | public class MacroItem { method MacroItem (line 42) | public MacroItem() {} method MacroItem (line 44) | @SuppressWarnings("unchecked") method setName (line 64) | public void setName(String s) { method getName (line 70) | public String getName() { method getFeatureStructures (line 74) | public FeatureStructure[] getFeatureStructures() { method getPreds (line 78) | public LF[] getPreds() { FILE: src/opennlp/ccg/lexicon/MorphItem.java class MorphItem (line 34) | public class MorphItem { method MorphItem (line 48) | public MorphItem() {} method MorphItem (line 51) | public MorphItem(Element e) { method excluded (line 89) | public boolean excluded(EntriesItem eItem) { method getWord (line 101) | public Word getWord() { return word; } method getSurfaceWord (line 104) | public Word getSurfaceWord() { return surfaceWord; } method getMacros (line 107) | public String[] getMacros() { return macros; } method getExcluded (line 110) | public String[] getExcluded() { return excluded; } method isCoart (line 113) | public boolean isCoart() { return coart; } method getCoartIndexingWord (line 116) | public Word getCoartIndexingWord() { return coartIndexingWord; } method toString (line 121) | public String toString() { FILE: src/opennlp/ccg/lexicon/SimpleWord.java class SimpleWord (line 31) | public class SimpleWord extends Word { method getForm (line 39) | public String getForm() { return form; } method getPitchAccent (line 42) | public String getPitchAccent() { return null; } method getAttrValPairsList (line 45) | protected List> getAttrValPairsList() { return nul... method getStem (line 48) | public String getStem() { return null; } method getPOS (line 51) | public String getPOS() { return null; } method getSupertag (line 54) | public String getSupertag() { return null; } method getSemClass (line 57) | public String getSemClass() { return null; } method getVal (line 63) | public String getVal(String attr) { method SimpleWord (line 82) | protected SimpleWord(String form) { FILE: src/opennlp/ccg/lexicon/SupertaggerAdapter.java type SupertaggerAdapter (line 53) | public interface SupertaggerAdapter { class LexLogProb (line 58) | public static class LexLogProb { method LexLogProb (line 62) | public LexLogProb(float logprob) { this.logprob = logprob; } method getSupertags (line 69) | public Map getSupertags(); method setIncludeGold (line 74) | public void setIncludeGold(boolean includeGold); method resetBeta (line 79) | public void resetBeta(); method resetBetaToMax (line 84) | public void resetBetaToMax(); method nextBeta (line 89) | public void nextBeta(); method previousBeta (line 94) | public void previousBeta(); method hasMoreBetas (line 100) | public boolean hasMoreBetas(); method hasLessBetas (line 106) | public boolean hasLessBetas(); method getBetas (line 109) | public double[] getBetas(); method setBetas (line 112) | public void setBetas(double[] betas); method getCurrentBetaValue (line 115) | public double getCurrentBetaValue(); FILE: src/opennlp/ccg/lexicon/Tokenizer.java type Tokenizer (line 34) | public interface Tokenizer { method tokenize (line 101) | public List tokenize(String s); method tokenize (line 110) | public List tokenize(String s, boolean strictFactors); method parseToken (line 116) | public Word parseToken(String token); method parseToken (line 123) | public Word parseToken(String token, boolean strictFactors); method isSpecialToken (line 131) | public String isSpecialToken(String token); method getSpecialTokenConstant (line 137) | public String getSpecialTokenConstant(String semClass); method isSpecialTokenConstant (line 143) | public boolean isSpecialTokenConstant(String s); method isDate (line 147) | public boolean isDate(String token); method isTime (line 150) | public boolean isTime(String token); method isNum (line 153) | public boolean isNum(String token); method isAmt (line 156) | public boolean isAmt(String token); method isNamedEntity (line 161) | public boolean isNamedEntity(String token); method addReplacementSemClass (line 167) | public void addReplacementSemClass(String semClass); method isReplacementSemClass (line 173) | public boolean isReplacementSemClass(String semClass); method getOrthography (line 179) | public String getOrthography(List words); method getOrthography (line 184) | public String getOrthography(List words, boolean semClassReplace... method getOrthography (line 189) | public String getOrthography(Word w, boolean semClassReplacement); method format (line 195) | public String format(List words); method format (line 201) | public String format(Word word); method format (line 208) | public String format(List words, boolean semClassReplacement); method format (line 215) | public String format(Word word, boolean semClassReplacement); method expandWord (line 222) | public List expandWord(Word word); method expandDate (line 227) | public List expandDate(String date); method expandTime (line 232) | public List expandTime(String time); method expandNum (line 237) | public List expandNum(String num); method expandAmt (line 242) | public List expandAmt(String amt); method expandNamedEntity (line 247) | public List expandNamedEntity(String namedEntity); FILE: src/opennlp/ccg/lexicon/TrueCaser.java class TrueCaser (line 43) | public class TrueCaser { method TrueCaser (line 62) | public TrueCaser(String pathToOnlyUCWords) { method TrueCaser (line 69) | public TrueCaser(String pathToOnlyUCWords, double titleCaseThreshold) { method readInCaseMap (line 85) | public static Map readInCaseMap(String pathToOnlyUCWord... method trueCase (line 123) | public String trueCase(String theWord, boolean isTitle, boolean isFirs... method trueCaseSentence (line 147) | public String trueCaseSentence(String sentence) { method isTitleCased (line 167) | public boolean isTitleCased(String[] words) { method tcWordToString (line 181) | public String tcWordToString(String newWordForm, Word oldWord) { method main (line 191) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/lexicon/Word.java class Word (line 40) | abstract public class Word implements Serializable, Comparable { method getForm (line 45) | abstract public String getForm(); method getPitchAccent (line 48) | abstract public String getPitchAccent(); method getAttrValPairs (line 54) | public Iterator> getAttrValPairs() { method getSurfaceAttrValPairs (line 60) | public Iterator> getSurfaceAttrValPairs() { method getAttrValPairsList (line 77) | abstract protected List> getAttrValPairsList(); method getStem (line 80) | abstract public String getStem(); method getPOS (line 83) | abstract public String getPOS(); method getSupertag (line 86) | abstract public String getSupertag(); method getSemClass (line 89) | abstract public String getSemClass(); method getVal (line 95) | abstract public String getVal(String attr); method initKnownAttrs (line 100) | @SuppressWarnings("unchecked") method isKnownAttr (line 113) | public static boolean isKnownAttr(String attr) { method isSurfaceWord (line 119) | public boolean isSurfaceWord() { type WordFactory (line 127) | public interface WordFactory { method create (line 129) | public Word create(String form); method create (line 133) | public Word create(String attr, String val); method create (line 135) | public Word create( method createWord (line 149) | public static synchronized Word createWord(String form) { method createWord (line 155) | public static synchronized Word createWord( method compare (line 185) | public int compare(Pair p1, Pair p2) { method sortAttrValPairs (line 191) | private static void sortAttrValPairs(List> pairs) { method createWordDirectly (line 196) | private static synchronized Word createWordDirectly( method createWord (line 206) | public static synchronized Word createWord(String attr, String val) { method createWord (line 212) | public static synchronized Word createWord(Word word, String form) { method createWordUsingSemClass (line 222) | public static synchronized Word createWordUsingSemClass(Word word) { method createWordWithAttrs (line 233) | public static synchronized Word createWordWithAttrs(Word word, Word wo... method createFullWord (line 263) | public static synchronized Word createFullWord(Word word, String stem,... method createFullWord (line 275) | public static synchronized Word createFullWord(Word word, Word word2, ... method createSurfaceWord (line 306) | public static synchronized Word createSurfaceWord(Word word) { method createSurfaceWord (line 312) | public static synchronized Word createSurfaceWord(Word word, String fo... method createSurfaceWordUsingSemClass (line 319) | public static synchronized Word createSurfaceWordUsingSemClass(Word wo... method createCoreSurfaceWord (line 326) | public static synchronized Word createCoreSurfaceWord(Word word, Set attrsSet) { method surfaceWordHashCode (line 441) | public int surfaceWordHashCode() { method surfaceWordEquals (line 453) | public boolean surfaceWordEquals(Object obj) { method readResolve (line 474) | public Object readResolve() throws ObjectStreamException { method toString (line 479) | public String toString() { method main (line 496) | public static void main(String[] argv) throws IOException, ClassNotFou... FILE: src/opennlp/ccg/lexicon/WordWithPitchAccent.java class WordWithPitchAccent (line 28) | public class WordWithPitchAccent extends SimpleWord { method getPitchAccent (line 36) | public String getPitchAccent() { return pitchAccent; } method WordWithPitchAccent (line 39) | protected WordWithPitchAccent(String form, String pitchAccent) { FILE: src/opennlp/ccg/ngrams/AAnFilter.java class AAnFilter (line 42) | public class AAnFilter implements NgramFilter, Reversible method AAnFilter (line 49) | public AAnFilter() {} method AAnFilter (line 52) | public AAnFilter(String infile) throws IOException { method getReverse (line 61) | public boolean getReverse() { return reverse; } method setReverse (line 64) | public void setReverse(boolean reverse) { this.reverse = reverse; } method filterOut (line 68) | public boolean filterOut(List words) { method filterOut (line 78) | public boolean filterOut(Word w1, Word w2) { method filterOutByDefault (line 94) | private static boolean filterOutByDefault(String w1, String w2) { method startsWithVowel (line 100) | private static boolean startsWithVowel(String word) { method isException (line 114) | private boolean isException(String w1, String w2) { method addException (line 129) | @SuppressWarnings("unchecked") method cullAAnExceptions (line 148) | public static void cullAAnExceptions(String infile, String outfile) th... method loadAAnExceptions (line 176) | public void loadAAnExceptions(String infile) throws IOException { method main (line 195) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/ngrams/AbstractStandardNgramModel.java class AbstractStandardNgramModel (line 22) | abstract class AbstractStandardNgramModel extends NgramScorer { method AbstractStandardNgramModel (line 33) | protected AbstractStandardNgramModel(int order, boolean useSemClasses) { method AbstractStandardNgramModel (line 42) | protected AbstractStandardNgramModel(int order) { method prepareToScoreWords (line 50) | @Override method logProbFromNgram (line 86) | @Override FILE: src/opennlp/ccg/ngrams/ConditionalProbabilityTable.java class ConditionalProbabilityTable (line 36) | public class ConditionalProbabilityTable { method ConditionalProbabilityTable (line 46) | public ConditionalProbabilityTable(String filename) throws IOException { method setDebug (line 54) | public void setDebug(boolean debugScore) { model.setDebug(debugScore); } method score (line 61) | public double score(List> attrValList) { method logprob (line 71) | public double logprob(List> attrValList) { method main (line 76) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/ngrams/FactoredNgramModel.java class FactoredNgramModel (line 38) | public class FactoredNgramModel extends NgramScorer class ModelVariable (line 50) | public class ModelVariable { method ModelVariable (line 56) | public ModelVariable(String str) { method FactoredNgramModel (line 73) | public FactoredNgramModel(String child, String parents[], String filen... method FactoredNgramModel (line 82) | public FactoredNgramModel(String child, String parents[], String filen... method ngram (line 117) | protected List ngram(int i, int order) { method logProbFromNgram (line 148) | protected float logProbFromNgram(int i, int order) { method makeFactorKey (line 193) | private Object makeFactorKey(Word w, String attr) { method readModel (line 220) | private void readModel(Reader in) throws IOException { method numParents (line 343) | private int numParents(int parentsInt) { method main (line 359) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/ngrams/FactoredNgramModelFamily.java class FactoredNgramModelFamily (line 55) | public class FactoredNgramModelFamily extends NgramScorer class ModelGroup (line 64) | public class ModelGroup { method ModelGroup (line 72) | public ModelGroup(FactoredNgramModel primaryModel, FactoredNgramMode... method getModel (line 78) | public FactoredNgramModel getModel(int order) { method setReverse (line 86) | public void setReverse(boolean reverse) { method setDebug (line 94) | public void setDebug(boolean debugScore) { method shareWordsToScore (line 102) | protected void shareWordsToScore(List wordsToScore) { method setAlphabet (line 110) | public void setAlphabet(Alphabet alphabet) { method FactoredNgramModelFamily (line 125) | public FactoredNgramModelFamily(String filename) throws IOException { method FactoredNgramModelFamily (line 134) | public FactoredNgramModelFamily(String filename, boolean useSemClasses... method setReverse (line 151) | public void setReverse(boolean reverse) { method setDebug (line 161) | public void setDebug(boolean debugScore) { method shareWordsToScore (line 172) | protected void shareWordsToScore(List wordsToScore) { method setAlphabet (line 183) | public void setAlphabet(Alphabet alphabet) { method incNgrams (line 196) | protected void incNgrams(FeatureMap featmap, int i, int order) { method ngram (line 215) | private List ngram(ModelGroup modelGroup, int i, int order) { method logProbFromNgram (line 227) | protected float logProbFromNgram(int i, int order) { method logProbFromNgram (line 240) | private float logProbFromNgram(ModelGroup modelGroup, int i, int order) { method readModel (line 257) | private List readModel(String filename) throws IOException { method main (line 343) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/ngrams/KenNgramModel.java class KenNgramModel (line 13) | public class KenNgramModel extends AbstractStandardNgramModel { method KenNgramModel (line 39) | public KenNgramModel(int order, method KenNgramModel (line 56) | public KenNgramModel(int order, String lmFile) throws IOException { th... method KenNgramModel (line 58) | public KenNgramModel(int order, String lmFile, boolean useSemClasses) ... method id (line 66) | public int id(String token) { method splitAndLowercase (line 93) | protected List splitAndLowercase(List words) { method setWordsToScore (line 117) | @Override method logProb (line 134) | @Override method main (line 169) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/ngrams/LinearNgramScorerCombo.java class LinearNgramScorerCombo (line 36) | public class LinearNgramScorerCombo extends NgramScorer implements Featu... method LinearNgramScorerCombo (line 50) | public LinearNgramScorerCombo(NgramScorer[] models) { method LinearNgramScorerCombo (line 60) | public LinearNgramScorerCombo(NgramScorer[] models, double[] weights) { method setReverse (line 70) | public void setReverse(boolean reverse) { method shareWordsToScore (line 78) | protected void shareWordsToScore(List wordsToScore) { method prepareToScoreWords (line 86) | protected void prepareToScoreWords() { method logProbFromNgram (line 97) | protected float logProbFromNgram(int i, int order) { method incNgrams (line 111) | protected void incNgrams(FeatureMap featmap, int i, int order) { method setInterpLogProb (line 122) | public void setInterpLogProb(boolean useInterpLogProb) { method extractLogProbs (line 134) | public FeatureVector extractLogProbs(Sign sign, boolean complete) { method setAlphabet (line 148) | public void setAlphabet(Alphabet alphabet) { FILE: src/opennlp/ccg/ngrams/NgramDiversityPruningStrategy.java class NgramDiversityPruningStrategy (line 40) | public class NgramDiversityPruningStrategy extends DiversityPruningStrategy method NgramDiversityPruningStrategy (line 46) | public NgramDiversityPruningStrategy(int order) { this(order, true); } method NgramDiversityPruningStrategy (line 49) | public NgramDiversityPruningStrategy(int order, boolean singleBestPerG... method notCompellinglyDifferent (line 55) | public boolean notCompellinglyDifferent(Sign sign1, Sign sign2) { FILE: src/opennlp/ccg/ngrams/NgramFilter.java type NgramFilter (line 31) | public interface NgramFilter method filterOut (line 34) | public boolean filterOut(List words); FILE: src/opennlp/ccg/ngrams/NgramPrecisionModel.java class NgramPrecisionModel (line 40) | public class NgramPrecisionModel extends NgramScorer implements SelfPara... method NgramPrecisionModel (line 64) | public NgramPrecisionModel() { method NgramPrecisionModel (line 73) | public NgramPrecisionModel(String[] targets) { method NgramPrecisionModel (line 82) | public NgramPrecisionModel(String[] targets, int order) { method NgramPrecisionModel (line 91) | public NgramPrecisionModel(String[] targets, boolean useSemClasses) { method NgramPrecisionModel (line 100) | public NgramPrecisionModel(String[] targets, int order, boolean useSem... method NgramPrecisionModel (line 110) | public NgramPrecisionModel(String[] targets, int order, boolean useSem... method setExactMatches (line 122) | public void setExactMatches(boolean exactMatches) { this.exactMatches ... method getExactMatches (line 125) | public boolean getExactMatches() { return exactMatches; } method prepareToScoreWords (line 129) | protected void prepareToScoreWords() { method reduceWord (line 138) | protected Word reduceWord(Word w) { method score (line 161) | public synchronized double score(Sign sign, boolean complete) { method extractFeatures (line 196) | public FeatureVector extractFeatures(Sign sign, boolean complete) { method logProbFromNgram (line 202) | protected float logProbFromNgram(int i, int order) { method ngramPrecision (line 208) | private double ngramPrecision(int order) { method setNgram (line 225) | protected synchronized void setNgram(List words, int i, int orde... method setKeysToNgram (line 237) | protected boolean setKeysToNgram(int i, int order) { method makeNgram (line 248) | @SuppressWarnings("unchecked") method initTargetNgrams (line 266) | private void initTargetNgrams(String[] targets) { method setTargets (line 293) | @SuppressWarnings("unchecked") FILE: src/opennlp/ccg/ngrams/NgramScorer.java class NgramScorer (line 37) | public abstract class NgramScorer implements SignScorer, Reversible, Fea... method NgramScorer (line 39) | protected NgramScorer() {} method NgramScorer (line 41) | protected NgramScorer(int order) { method NgramScorer (line 45) | protected NgramScorer(int order, boolean useSemClasses) { method getOrder (line 54) | public int getOrder() { return order; } method getReverse (line 60) | public boolean getReverse() { return reverse; } method setReverse (line 63) | public void setReverse(boolean reverse) { class NgramFloats (line 78) | public static class NgramFloats { method NgramFloats (line 84) | public NgramFloats(float logprob, float bow) { method toString (line 88) | @Override method setDebug (line 103) | public void setDebug(boolean debugScore) { this.debugScore = debugScor... method addFilter (line 109) | public void addFilter(NgramFilter filter) { method setAlphabet (line 119) | public void setAlphabet(Alphabet alphabet) { this.alphabet = alphabet; } method getCachedLogProb (line 142) | protected Float getCachedLogProb(List words) { method putCachedLogProb (line 148) | protected void putCachedLogProb(List words, Float logprob) { method score (line 164) | public synchronized double score(Sign sign, boolean complete) { method logprob (line 178) | public synchronized double logprob(Sign sign, boolean complete) { method score (line 203) | public synchronized double score(List words) { method logprob (line 213) | public synchronized double logprob(List words) { method shareWordsToScore (line 220) | protected void shareWordsToScore(List wordsToScore) { method setWordsToScore (line 229) | protected void setWordsToScore(List words, boolean complete) { method prepareToScoreWords (line 252) | protected void prepareToScoreWords() {} method extractFeatureMap (line 256) | public FeatureMap extractFeatureMap(Sign sign, boolean complete) { method extractLogProbs (line 284) | public FeatureVector extractLogProbs(Sign sign, boolean complete) { method extractFeatures (line 296) | public FeatureVector extractFeatures(Sign sign, boolean complete) { method incNgrams (line 310) | protected void incNgrams(FeatureMap featmap, int i, int order) { method ngram (line 324) | protected List ngram(int i, int order) { method logprob (line 350) | protected double logprob() { method logProbFromNgram (line 381) | abstract protected float logProbFromNgram(int i, int order); method setKeysToNgram (line 389) | protected boolean setKeysToNgram(int i, int order) { method setNgramFeatures (line 399) | public void setNgramFeatures(boolean useNgramFeatures) { method getTokenizer (line 413) | private Tokenizer getTokenizer() { method isReplacementSemClass (line 421) | protected boolean isReplacementSemClass(String semClass) { method semClassReplacement (line 429) | protected String semClassReplacement(Word w) { method addTrieMapChildren (line 444) | protected void addTrieMapChildren(List prefix, List ke... method getNode (line 453) | protected TrieMap getNode(int pos, int len) { method logProb (line 471) | protected float logProb(int pos, int len) { method backoffWeight (line 485) | protected float backoffWeight(int pos, int len) { method rankOrderCentroidWeights (line 506) | public static double[] rankOrderCentroidWeights(int length) { method convertToProb (line 521) | public static double convertToProb(double logProb) { method convertToLogProb (line 527) | public static double convertToLogProb(double prob) { method convertToPPL (line 533) | public static double convertToPPL(double logProb) { method initTokenizer (line 539) | protected static StreamTokenizer initTokenizer(Reader in) { method readLine (line 555) | protected static void readLine(StreamTokenizer tokenizer, String[] tok... FILE: src/opennlp/ccg/ngrams/RepetitionScorer.java class RepetitionScorer (line 39) | @SuppressWarnings({"unchecked","rawtypes"}) method RepetitionScorer (line 80) | public RepetitionScorer() { method resetContext (line 88) | public void resetContext() { method ageContext (line 94) | public void ageContext() { method updateContext (line 102) | public void updateContext(Sign sign) { method updateItems (line 115) | protected void updateItems(Word word, Set set) { method relevantStem (line 124) | protected String relevantStem(Word word) { method score (line 138) | public double score(Sign sign, boolean complete) { method repeatedItems (line 150) | protected double repeatedItems(List words) { method repeatedItems (line 167) | protected double repeatedItems(Word word) { FILE: src/opennlp/ccg/ngrams/Reversible.java type Reversible (line 28) | public interface Reversible method getReverse (line 31) | public boolean getReverse(); method setReverse (line 34) | public void setReverse(boolean reverse); FILE: src/opennlp/ccg/ngrams/SRILMNgramModel.java class SRILMNgramModel (line 25) | public class SRILMNgramModel extends AbstractStandardNgramModel { method SRILMNgramModel (line 47) | public SRILMNgramModel(int order, File lmFile, method SRILMNgramModel (line 59) | public SRILMNgramModel(int order, File lmFile, method loadLMFromFile (line 73) | protected void loadLMFromFile(int ngramOrder, File lmFile, method logProb (line 100) | @Override method loadLM (line 141) | private native void loadLM(int ngramOrder, String fileAbsolutePath, method doLogProb (line 158) | private native float doLogProb(String word, String[] context); method finalize (line 163) | @Override method main (line 166) | public static void main(String[] args) throws Exception { FILE: src/opennlp/ccg/ngrams/SRILMNgramModelType.java type SRILMNgramModelType (line 14) | public enum SRILMNgramModelType { FILE: src/opennlp/ccg/ngrams/SRILM_FactoredScorerMaker.java class SRILM_FactoredScorerMaker (line 32) | public class SRILM_FactoredScorerMaker extends SRILM_ScorerMaker { method flmSpecFilename (line 40) | protected String flmSpecFilename() { method pplFileRoot (line 45) | protected String pplFileRoot() { return flmSpecFilename(); } method filename (line 48) | protected String filename(int foldNum) { method writeFoldSpecFile (line 56) | protected void writeFoldSpecFile(File tmpDir, int foldNum) throws IOEx... method prepScorer (line 89) | public void prepScorer(File tmpDir, int foldNum, File trainFile, File ... method writeTargets (line 97) | protected void writeTargets(File tbFile, String textfile) throws IOExc... method countNgrams (line 105) | protected String countNgrams(int foldNum) { method scoreNgrams (line 116) | protected String scoreNgrams(int foldNum) { method loadScorer (line 129) | public SignScorer loadScorer(File tmpDir, int foldNum, File trainFile)... FILE: src/opennlp/ccg/ngrams/SRILM_ScorerMaker.java class SRILM_ScorerMaker (line 34) | public class SRILM_ScorerMaker implements ScorerMaker { method setCVR (line 68) | public void setCVR(CrossValidateRealizer cvr) { this.cvr = cvr; } method getOrder (line 75) | protected int getOrder() { method filename (line 81) | protected String filename(int foldNum) { method prepScorer (line 96) | public void prepScorer(File tmpDir, int foldNum, File trainFile, File ... method writeTrainingAndTestFiles (line 153) | protected void writeTrainingAndTestFiles(File tmpDir, int foldNum, Fil... method trainingfile (line 167) | protected String trainingfile(int foldNum) { return "fold" + foldNum +... method testfile (line 170) | protected String testfile(int foldNum) { return "fold" + foldNum + "-t... method writeTargets (line 173) | protected void writeTargets(File tbFile, String textfile) throws IOExc... method countNgrams (line 181) | protected String countNgrams(int foldNum) { method scoreNgrams (line 194) | protected String scoreNgrams(int foldNum) { method pplFileRoot (line 204) | protected String pplFileRoot() { method prepScorersSummary (line 211) | public void prepScorersSummary(File tmpDir) throws IOException { method loadScorer (line 241) | public SignScorer loadScorer(File tmpDir, int foldNum, File trainFile)... FILE: src/opennlp/ccg/ngrams/SelfParaphraseBiaser.java type SelfParaphraseBiaser (line 27) | public interface SelfParaphraseBiaser { method setTargets (line 29) | public void setTargets(String[] targets); FILE: src/opennlp/ccg/ngrams/SignScorerInterpolation.java class SignScorerInterpolation (line 31) | public class SignScorerInterpolation implements SignScorer, FeatureExtra... method SignScorerInterpolation (line 45) | public SignScorerInterpolation(SignScorer[] models) { method SignScorerInterpolation (line 58) | public SignScorerInterpolation(SignScorer[] models, double[] weights) { method score (line 71) | public double score(Sign sign, boolean complete) { method setAlphabet (line 80) | public void setAlphabet(Alphabet alphabet) { method extractFeatures (line 85) | public FeatureVector extractFeatures(Sign sign, boolean complete) { FILE: src/opennlp/ccg/ngrams/SignScorerProduct.java class SignScorerProduct (line 33) | public class SignScorerProduct implements SignScorer, FeatureExtractor method SignScorerProduct (line 44) | public SignScorerProduct(SignScorer[] models) { method score (line 54) | public double score(Sign sign, boolean complete) { method setAlphabet (line 63) | public void setAlphabet(Alphabet alphabet) { method extractFeatures (line 68) | public FeatureVector extractFeatures(Sign sign, boolean complete) { FILE: src/opennlp/ccg/ngrams/StandardNgramModel.java class StandardNgramModel (line 42) | public class StandardNgramModel extends AbstractStandardNgramModel method StandardNgramModel (line 49) | public StandardNgramModel(int order, Reader in, boolean useSemClasses) method StandardNgramModel (line 60) | public StandardNgramModel(int order, Reader in) throws IOException { method StandardNgramModel (line 69) | public StandardNgramModel(int order, String filename, boolean useSemCl... method StandardNgramModel (line 79) | public StandardNgramModel(int order, String filename) throws IOExcepti... method readModel (line 84) | private void readModel(Reader in) throws IOException { method main (line 174) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/ngrams/kenlm/MurmurHash.java class MurmurHash (line 19) | public final class MurmurHash { method hash32 (line 31) | public static int hash32(final byte[] data, int length, int seed) { method hash32 (line 78) | public static int hash32(final byte[] data, int length) { method hash32 (line 90) | public static int hash32(final String text) throws UnsupportedEncoding... method hash32 (line 105) | public static int hash32(final String text, int from, int length) method hash64 (line 119) | public static long hash64(final byte[] data, int length, int seed) { method hash64 (line 176) | public static long hash64(final byte[] data, int length) { method hash64 (line 188) | public static long hash64(final String text) throws UnsupportedEncodin... method hash64 (line 204) | public static long hash64(final String text, int from, int length) FILE: src/opennlp/ccg/ngrams/kenlm/jni/KenLM.java class KenLM (line 6) | public class KenLM { method construct (line 23) | private final static native long construct(String file_name, float fak... method destroy (line 25) | private final static native void destroy(long ptr); method order (line 27) | private final static native int order(long ptr); method registerWord (line 29) | private final static native boolean registerWord(long ptr, String word... method prob (line 31) | private final static native float prob(long ptr, int words[]); method probString (line 33) | private final static native float probString(long ptr, int words[], in... method KenLM (line 35) | public KenLM(int order, String file_name) { method destroy (line 42) | public void destroy() { method getOrder (line 46) | public int getOrder() { method registerWord (line 50) | public boolean registerWord(String word, int id) { method prob (line 54) | public float prob(int words[]) { FILE: src/opennlp/ccg/parse/Chart.java class Chart (line 40) | public class Chart { method createEdgeMap (line 45) | @SuppressWarnings("unchecked") method computeHashCode (line 52) | public int computeHashCode(Object o) { method equals (line 58) | public boolean equals(Object o1, Object o2) { class Cell (line 68) | private class Cell implements Serializable { method size (line 72) | int size() { return list.size(); } method get (line 73) | Edge get(Edge edge) { return map.get(edge); } method add (line 75) | boolean add(Edge edge) { method getSignsSorted (line 79) | List getSignsSorted() { method getSigns (line 84) | SignHash getSigns() { method addEdgeSorted (line 93) | private boolean addEdgeSorted(Edge edge, List list, Map unpack(int x, int y) { method unpack (line 353) | private void unpack(Edge edge, Set unpacked, Set startedUn... method unpackAlt (line 385) | private void unpackAlt(Edge alt, Set unpacked, Set started... method inputCombos (line 419) | private List inputCombos(Edge[] inputEdges, int index) { method sameSigns (line 448) | private boolean sameSigns(Sign[] a, Sign[] b) { method lazyUnpack (line 465) | @SuppressWarnings("unchecked") method findKBest (line 501) | private void findKBest(Edge edge, Map> derivsmap) { method appendNext (line 515) | private void appendNext(List cands, EdgeHash merged, Map { method Candidate (line 547) | Candidate(Edge edge, Edge[] inputReps, int[] indices) { method compareTo (line 550) | public int compareTo(Candidate c) { method equals (line 564) | public boolean equals(Object o) { method getCandidates (line 580) | private List getCandidates(Edge edge, Map>... method getEdgeForIndices (line 613) | private Edge getEdgeForIndices(Edge edge, Edge[] inputReps, int[] indi... method sortAndPrune (line 646) | private void sortAndPrune(List cands) { method saveChartEntries (line 655) | public void saveChartEntries(File file) throws IOException { method loadChartEntries (line 662) | public void loadChartEntries(File file) throws IOException { method toString (line 681) | public String toString() { method printChart (line 693) | public void printChart() { FILE: src/opennlp/ccg/parse/DerivationHistory.java class DerivationHistory (line 34) | public class DerivationHistory implements Serializable, Comparable rulesSeen) { method compareTo (line 158) | public int compareTo(DerivationHistory dh) { FILE: src/opennlp/ccg/parse/Edge.java class Edge (line 41) | public class Edge implements Serializable { class EdgeRef (line 47) | public static class EdgeRef implements Serializable { method EdgeRef (line 52) | public EdgeRef(Edge edge) { this.edge = edge; } method getEdge (line 56) | public static Edge getEdge(Sign sign) { method Edge (line 79) | public Edge(Sign sign) { this(sign, 0.0); } method Edge (line 82) | public Edge(Sign sign, double score) { method getSign (line 89) | public Sign getSign() { return sign; } method getScore (line 92) | public double getScore() { return score; } method setScore (line 95) | public void setScore(double score) { this.score = score; } method getWordPos (line 98) | public int getWordPos() { return wordPos; } method setWordPos (line 101) | public void setWordPos(int pos) { wordPos = pos; } method isRepresentative (line 104) | public boolean isRepresentative() { return altEdges != null; } method isDisjunctive (line 107) | public boolean isDisjunctive() { return altEdges != null && altEdges.s... method getAltEdges (line 110) | public List getAltEdges() { method initAltEdges (line 116) | public void initAltEdges() { initAltEdges(3); } method initAltEdges (line 119) | public void initAltEdges(int capacity) { method replaceAltEdges (line 127) | public void replaceAltEdges(List newAlts) { method restoreAltEdges (line 133) | public void restoreAltEdges() { method hashCode (line 151) | public int hashCode() { method surfaceWordHashCode (line 156) | public int surfaceWordHashCode() { method equals (line 161) | public boolean equals(Object obj) { method surfaceWordEquals (line 169) | public boolean surfaceWordEquals(Object obj) { method toString (line 181) | public String toString() { method initNF3 (line 191) | private static NumberFormat initNF3() { FILE: src/opennlp/ccg/parse/EdgeHash.java class EdgeHash (line 33) | public class EdgeHash extends THashSet { method computeHashCode (line 40) | public int computeHashCode(java.lang.Object o) { method equals (line 43) | public boolean equals(java.lang.Object o1, java.lang.Object o2) { method EdgeHash (line 49) | public EdgeHash() { super(surfaceWordHashingStrategy); } method asEdgeSet (line 54) | @SuppressWarnings("unchecked") method insert (line 64) | public Edge insert(Edge edge) { FILE: src/opennlp/ccg/parse/ParseException.java class ParseException (line 27) | public class ParseException extends Exception { method ParseException (line 43) | public ParseException(String s) { method toString (line 47) | public String toString() { return getMessage(); } FILE: src/opennlp/ccg/parse/Parser.java class Parser (line 43) | public class Parser method Parser (line 148) | public Parser(Grammar grammar) { method setSignScorer (line 155) | public void setSignScorer(SignScorer signScorer) { this.signScorer = s... method setTimeLimit (line 158) | public void setTimeLimit(int timeLimit) { this.timeLimit = timeLimit; } method setEdgeLimit (line 161) | public void setEdgeLimit(int edgeLimit) { this.edgeLimit = edgeLimit; } method setPruneVal (line 164) | public void setPruneVal(int n) { pruneVal = n; } method setCellPruneVal (line 167) | public void setCellPruneVal(int n) { cellPruneVal = n; } method setLazyUnpacking (line 170) | public void setLazyUnpacking(Boolean b) { this.lazyUnpacking = b; } method setSupertagger (line 173) | public void setSupertagger(Supertagger supertagger) { this.supertagger... method setSupertaggerMostToLeastRestrictiveDirection (line 176) | public void setSupertaggerMostToLeastRestrictiveDirection(boolean bool) { method parse (line 187) | public void parse(String s) throws ParseException { method parse (line 197) | public void parse(List words) throws ParseException { method parseWithSupertagger (line 248) | private void parseWithSupertagger(List words) throws ParseExcept... method getResult (line 334) | public List getResult() { return result; } method getScores (line 339) | public List getScores() { return scores; } method edgeCount (line 342) | public int edgeCount() { return (chart != null) ? chart.edgeCount() : ... method unpackingEdgeCount (line 345) | public int unpackingEdgeCount() { return (chart != null) ? chart.unpac... method maxCellSize (line 348) | public int maxCellSize() { return (chart != null) ? chart.maxCellSize(... method getLexTime (line 351) | public int getLexTime() { return lexTime; } method getParseTime (line 354) | public int getParseTime() { return parseTime; } method getChartTime (line 357) | public int getChartTime() { return chartTime; } method getUnpackingTime (line 360) | public int getUnpackingTime() { return unpackingTime; } method getSupertaggerBeta (line 363) | public double getSupertaggerBeta() { method parseEntries (line 369) | private void parseEntries(List entries) throws ParseException { method initializeChart (line 384) | private void initializeChart(List entries) { method parse (line 397) | private void parse(int size) throws ParseException { method createResult (line 428) | private void createResult(int size) throws ParseException { method setGiveUpTime (line 447) | private void setGiveUpTime() { method addSupertaggerLogProbs (line 456) | public void addSupertaggerLogProbs(Sign gold) { method addSupertaggerLogProbs (line 466) | private void addSupertaggerLogProbs(Sign gold, Sign current) { method oracleBest (line 490) | public Pair oracleBest(LF goldLF) { FILE: src/opennlp/ccg/parse/Supertagger.java type Supertagger (line 33) | public interface Supertagger extends SupertaggerAdapter { method mapWords (line 40) | public void mapWords(List words); method setWord (line 47) | public void setWord(int index); FILE: src/opennlp/ccg/parse/postagger/BasicPOSTagger.java class BasicPOSTagger (line 54) | public class BasicPOSTagger extends POSTagger { method compare (line 60) | public int compare(Pair pr0, Pair pr... method BasicPOSTagger (line 66) | public BasicPOSTagger(MaxentModel tagMod, FeatureExtractor posFex, Str... method tagSentence (line 82) | public List tagSentence(List sentence) { method main (line 138) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/parse/postagger/DummyPOSTagger.java class DummyPOSTagger (line 33) | public class DummyPOSTagger extends POSTagger { method tagSentence (line 35) | public List tagSentence(List sentence) { FILE: src/opennlp/ccg/parse/postagger/POSTagSequenceGetter.java class POSTagSequenceGetter (line 35) | public class POSTagSequenceGetter { method main (line 36) | public static void main(String[] args) throws FileNotFoundException, I... FILE: src/opennlp/ccg/parse/postagger/POSTagger.java class POSTagger (line 44) | public abstract class POSTagger { method tagSentence (line 52) | public abstract List tagSentence(List sentence); method setTaggingAlgorithm (line 55) | public void setTaggingAlgorithm(TaggingAlgorithm newAlg) { method setBeta (line 61) | public void setBeta(double beta) { method setIncludeGold (line 66) | public void setIncludeGold(boolean includeGoldOrNot) { includeGold = i... method betaBestFilter (line 73) | public List betaBestFilter(List sentence) { method posTaggerFactory (line 118) | public static POSTagger posTaggerFactory(String configFile) { FILE: src/opennlp/ccg/parse/postagger/ml/POSPriorModel.java class POSPriorModel (line 55) | public class POSPriorModel extends ConditionalProbabilityTable { method POSPriorModel (line 77) | public POSPriorModel(String flmFile, String vocabFile) throws IOExcept... method getPriorOf (line 119) | public double getPriorOf(String pos, String word) { method getPriors (line 129) | public List> getPriors(Word w) { method getPriors (line 141) | public List> getPriors(String s) { method main (line 151) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/parse/postagger/ml/POSTagFex.java class POSTagFex (line 51) | public class POSTagFex implements FeatureExtractor { method POSTagFex (line 55) | public POSTagFex(POSPriorModel posPrior) { method POSTagFex (line 60) | public POSTagFex() { this(null); } method getFeatures (line 77) | public Collection> getFeatures(Map>> getSentenceFeatures(Map<... method getFeatures (line 92) | public Collection> getFeatures(Map>> getSentenceFeatures(Map<... method main (line 214) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/parse/supertagger/JavaSupertaggingApp.java class JavaSupertaggingApp (line 41) | public class JavaSupertaggingApp { method main (line 43) | public static void main(String[] args) throws Exception { FILE: src/opennlp/ccg/parse/supertagger/LabellingStrategy.java type LabellingStrategy (line 30) | public interface LabellingStrategy { method setK (line 37) | public void setK(int newK); method multitag (line 40) | public List multitag(Word thisword, Collection> multitagWithScores(Word thisword, Col... FILE: src/opennlp/ccg/parse/supertagger/WordAndPOSDictionaryLabellingStrategy.java class WordAndPOSDictionaryLabellingStrategy (line 69) | public class WordAndPOSDictionaryLabellingStrategy implements LabellingS... method WordAndPOSDictionaryLabellingStrategy (line 98) | public WordAndPOSDictionaryLabellingStrategy(STTaggerWordDictionary wd... method WordAndPOSDictionaryLabellingStrategy (line 105) | public WordAndPOSDictionaryLabellingStrategy( method WordAndPOSDictionaryLabellingStrategy (line 116) | public WordAndPOSDictionaryLabellingStrategy( method useWordDict (line 153) | public void useWordDict(boolean useIt) { useWordDict = useIt; } method usePOSDict (line 154) | public void usePOSDict(boolean useIt) { usePOSDict = useIt; } method WordAndPOSDictionaryLabellingStrategy (line 155) | public WordAndPOSDictionaryLabellingStrategy(STTaggerWordDictionary wd... method setMaxSearchBeam (line 162) | public void setMaxSearchBeam(int maxSearchBeam) { if (seqScorer != nul... method setK (line 167) | public void setK(int newK) { method setUsualK (line 174) | public void setUsualK(int newK) { method setFinalK (line 181) | public void setFinalK(int newK) { method multitag (line 200) | public List multitag(Word w, Collection> ... method multitagWithScores (line 223) | public List> multitagWithScores(Word thisWord, Co... method getCurrentTagging (line 375) | public List getCurrentTagging() { return tagging; } method setCurrentTagging (line 377) | public void setCurrentTagging(List tgging) { tagging = tgg... method multitag (line 379) | public List>> multitag(List sentence, ... method betaBestFilter (line 429) | private List>> betaBestFilter(List words) { method setWord (line 571) | public void setWord(int index) { method getSupertags (line 579) | public Map getSupertags() { method supertaggerFactory (line 595) | @SuppressWarnings("unused") method main (line 686) | public static void main(String[] args) { FILE: src/opennlp/ccg/parse/supertagger/io/XMLPOSDictionaryReader.java class XMLPOSDictionaryReader (line 39) | public class XMLPOSDictionaryReader { method XMLPOSDictionaryReader (line 49) | public XMLPOSDictionaryReader(File df) { method read (line 60) | public STTaggerPOSDictionary read() { method main (line 73) | public static void main(String[] args) { class wdContentHandler (line 97) | class wdContentHandler extends DefaultHandler { method startDocument (line 101) | @Override method startElement (line 106) | @Override method endElement (line 131) | @Override method characters (line 144) | @Override FILE: src/opennlp/ccg/parse/supertagger/io/XMLWordDictionaryReader.java class XMLWordDictionaryReader (line 39) | public class XMLWordDictionaryReader { method XMLWordDictionaryReader (line 49) | public XMLWordDictionaryReader(File df) { method read (line 60) | public STTaggerWordDictionary read() { method main (line 73) | public static void main(String[] args) { class wdContentHandler (line 98) | class wdContentHandler extends DefaultHandler { method startDocument (line 102) | @Override method startElement (line 107) | @Override method endElement (line 141) | @Override method characters (line 154) | @Override FILE: src/opennlp/ccg/parse/supertagger/ml/FeatureExtractor.java type FeatureExtractor (line 30) | public interface FeatureExtractor { method getFeatures (line 39) | public Collection> getFeatures(Map>> getSentenceFeatures(Map> getFeatures(Map>> getSentenceFeatures(Map> getFeatures(Map>> getSentenceFeatures(Map<... method getFeatures (line 197) | public Collection> getFeatures(Map>> getSentenceFeatures(Map<... method main (line 210) | public static void main(String[] args) { FILE: src/opennlp/ccg/parse/supertagger/ml/STPriorModel.java class STPriorModel (line 58) | public class STPriorModel extends ConditionalProbabilityTable { method STPriorModel (line 92) | public STPriorModel(String flmFile, String vocabFile) throws IOExcepti... method STPriorModel (line 98) | public STPriorModel(String flmFile, String vocabFile, STTaggerPOSDicti... method setPOSDict (line 143) | public void setPOSDict(STTaggerPOSDictionary posDict) { method getPriorOf (line 148) | public double getPriorOf(String supertag, String word, String pos) { method getBetaBestPriors (line 159) | public List> getBetaBestPriors(Word w, double bet... method computePriors (line 174) | public void computePriors(Word w) { method getPOSRestrictedPriors (line 181) | protected List> getPOSRestrictedPriors(Word w) { method getRestrictedBetaBestPriors (line 199) | public List> getRestrictedBetaBestPriors(Word w, ... method getRestrictedBetaWorstPriors (line 221) | public List> getRestrictedBetaWorstPriors(Word w,... method getAllPriors (line 240) | public List> getAllPriors(Word w) { method getNBestPriors (line 245) | public List> getNBestPriors(Word w, int n) { method main (line 282) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/parse/supertagger/ml/ZhangLeTrainingExtractor.java class ZhangLeTrainingExtractor (line 46) | public class ZhangLeTrainingExtractor { method ZhangLeTrainingExtractor (line 61) | public ZhangLeTrainingExtractor(File corpus, File outputF, String toke... method ZhangLeTrainingExtractor (line 65) | public ZhangLeTrainingExtractor(File corpus, File outputF, String toke... method writeFeats (line 82) | public void writeFeats() { FILE: src/opennlp/ccg/parse/supertagger/util/PipedTokenizer.java class PipedTokenizer (line 29) | public class PipedTokenizer extends DefaultTokenizer { method PipedTokenizer (line 31) | public PipedTokenizer() { method parseToken (line 35) | @Override FILE: src/opennlp/ccg/parse/supertagger/util/ProbPairComparator.java class ProbPairComparator (line 31) | public class ProbPairComparator implements Comparator pr1, Pair pr2) { FILE: src/opennlp/ccg/parse/supertagger/util/STTaggerDictionary.java type STTaggerDictionary (line 30) | public interface STTaggerDictionary { method getEntry (line 47) | public Collection getEntry(String key); method containsEntry (line 62) | public boolean containsEntry(String key); FILE: src/opennlp/ccg/parse/supertagger/util/STTaggerPOSDictionary.java class STTaggerPOSDictionary (line 32) | public class STTaggerPOSDictionary implements STTaggerDictionary, Serial... method STTaggerPOSDictionary (line 48) | public STTaggerPOSDictionary(Map> dict) { method getEntry (line 56) | public Collection getEntry(String POS) { method getMappings (line 65) | public Iterator>> getMappings() { method containsEntry (line 87) | public boolean containsEntry(String POS) { return this.dict.containsKe... FILE: src/opennlp/ccg/parse/supertagger/util/STTaggerWordDictionary.java class STTaggerWordDictionary (line 31) | public class STTaggerWordDictionary implements STTaggerDictionary, Seria... method STTaggerWordDictionary (line 46) | public STTaggerWordDictionary(Map getEntry(String word) { method getEntry (line 75) | @SuppressWarnings("unchecked") method containsEntry (line 101) | public boolean containsEntry(String word) { return this.dict.containsK... method getMappings (line 108) | public Iterator>>> getMap... method getCount (line 129) | @SuppressWarnings("unchecked") FILE: src/opennlp/ccg/parse/supertagger/util/SupertagSequenceGetter.java class SupertagSequenceGetter (line 35) | public class SupertagSequenceGetter { method main (line 36) | public static void main(String[] args) throws FileNotFoundException, I... FILE: src/opennlp/ccg/parse/supertagger/util/TaggingDictionaryExtractor.java class TaggingDictionaryExtractor (line 49) | public class TaggingDictionaryExtractor { method forXML (line 91) | public static String forXML(String aText) { method TaggingDictionaryExtractor (line 117) | public TaggingDictionaryExtractor(File corpus, File wd, File posd, Str... method TaggingDictionaryExtractor (line 121) | public TaggingDictionaryExtractor(File corpus, File wd, File posd, Str... method extract (line 139) | @SuppressWarnings("unchecked") method main (line 235) | public static void main(String[] args) throws Exception { FILE: src/opennlp/ccg/parse/tagger/Constants.java class Constants (line 25) | public final class Constants { type Domain (line 29) | public static enum Domain {PROB, LOGPROB} type TaggingAlgorithm (line 30) | public static enum TaggingAlgorithm {FORWARDBACKWARD, FORWARD} FILE: src/opennlp/ccg/parse/tagger/ProbIndexPair.java class ProbIndexPair (line 24) | public class ProbIndexPair implements Comparable { method ProbIndexPair (line 29) | public ProbIndexPair(Double a, Integer b) { this.a=a; this.b=b; } method compareTo (line 31) | public int compareTo(ProbIndexPair p) { return (-1 * (this.a).compareT... method main (line 33) | public static void main(String[] args) { FILE: src/opennlp/ccg/parse/tagger/TaggedWord.java class TaggedWord (line 33) | public class TaggedWord { method getSupertag (line 42) | public String getSupertag() { return oldWord.getSupertag(); } method getForm (line 43) | public String getForm() { return oldWord.getForm(); } method getPOS (line 44) | public String getPOS() { return oldWord.getPOS(); } method getWord (line 47) | public Word getWord() { return oldWord; } method TaggedWord (line 50) | public TaggedWord(Word wd) { method setSupertagging (line 55) | public void setSupertagging(List> stagging) { this... method setPOSTagging (line 62) | public void setPOSTagging(List> postagging) { method getSupertagging (line 69) | public List> getSupertagging() { return stagging; } method getPOSTagging (line 72) | public List> getPOSTagging() { return postagging; } method getGoldSuper (line 75) | public String getGoldSuper() { return oldWord.getSupertag(); } method getGoldPOS (line 78) | public String getGoldPOS() { return oldWord.getPOS(); } FILE: src/opennlp/ccg/parse/tagger/io/CorpusIterator.java type CorpusIterator (line 31) | public interface CorpusIterator { method next (line 33) | public List next() throws IOException; method hasNext (line 35) | public boolean hasNext(); method close (line 37) | public void close(); method iterator (line 39) | public Iterator> iterator(); FILE: src/opennlp/ccg/parse/tagger/io/PipeDelimitedFactoredBundleCorpusIterator.java class PipeDelimitedFactoredBundleCorpusIterator (line 43) | public class PipeDelimitedFactoredBundleCorpusIterator implements Corpus... method PipeDelimitedFactoredBundleCorpusIterator (line 51) | public PipeDelimitedFactoredBundleCorpusIterator(BufferedReader file) { method next (line 78) | public List next() { method getCurrentID (line 114) | public String getCurrentID() { method hasNext (line 122) | public boolean hasNext() { method close (line 130) | public void close() { method remove (line 139) | public void remove() { method iterator (line 143) | public Iterator> iterator() { return this; } FILE: src/opennlp/ccg/parse/tagger/io/SRILMFactoredBundleCorpusIterator.java class SRILMFactoredBundleCorpusIterator (line 43) | public class SRILMFactoredBundleCorpusIterator implements CorpusIterator... method SRILMFactoredBundleCorpusIterator (line 51) | public SRILMFactoredBundleCorpusIterator(BufferedReader file) { method next (line 75) | public List next() { method getCurrentID (line 111) | public String getCurrentID() { method hasNext (line 119) | public boolean hasNext() { method close (line 127) | public void close() { method remove (line 136) | public void remove() { method iterator (line 140) | public Iterator> iterator() { FILE: src/opennlp/ccg/parse/tagger/ml/MaxentModel.java type MaxentModel (line 27) | public interface MaxentModel { method eval (line 28) | public double[] eval(Collection> context); method getOutcome (line 29) | public String getOutcome(int indexOfOutcome); FILE: src/opennlp/ccg/parse/tagger/ml/TaggerFeature.java class TaggerFeature (line 24) | public class TaggerFeature { method TaggerFeature (line 28) | public TaggerFeature(String name, Double activation) { FILE: src/opennlp/ccg/parse/tagger/ml/ZLMEM.java class ZLMEM (line 30) | public class ZLMEM extends ZLMaxentModel implements MaxentModel { method ZLMEM (line 32) | public ZLMEM(File model) { method eval (line 42) | public double[] eval(Collection> context) { FILE: src/opennlp/ccg/parse/tagger/ml/ZLMaxentModel.java class ZLMaxentModel (line 38) | public class ZLMaxentModel { method ZLMaxentModel (line 50) | public ZLMaxentModel() { method ZLMaxentModel (line 53) | public ZLMaxentModel(File model) { method load (line 57) | public void load(File modelFile) { method getBestOutcome (line 136) | public String getBestOutcome(double[] probs) { method eval (line 148) | public double[] eval(Collection> context, boolean... method eval (line 152) | public double[] eval(Collection> context, boolean... method getOutcome (line 192) | public String getOutcome(int index) { class ItemMap (line 197) | class ItemMap { method ItemMap (line 203) | public ItemMap() { method add (line 207) | public int add(String item) { method id (line 220) | public Integer id(String item) { method size (line 228) | public int size() { method getItem (line 232) | public String getItem(int i) { class IntegerPool (line 237) | class IntegerPool { method IntegerPool (line 241) | public IntegerPool(int size) { method getInt (line 248) | public Integer getInt(int i) { FILE: src/opennlp/ccg/parse/tagger/sequencescoring/Backpointer.java class Backpointer (line 32) | public class Backpointer { method Backpointer (line 34) | public Backpointer(List bkpts) { method getBkpts (line 37) | public List getBkpts() { return bkpts; } method get (line 38) | public Integer get(int i) { return bkpts.get(i); } method size (line 39) | public int size() { return bkpts.size(); } FILE: src/opennlp/ccg/parse/tagger/sequencescoring/FBNode.java class FBNode (line 35) | public class FBNode { method FBNode (line 61) | public FBNode() { this(2); } method FBNode (line 64) | public FBNode(int markovHistSize) { FILE: src/opennlp/ccg/parse/tagger/sequencescoring/SequenceScorer.java class SequenceScorer (line 45) | public class SequenceScorer extends StandardNgramModel { method SequenceScorer (line 70) | public SequenceScorer(int order, String lmFile) throws IOException { method findOrder (line 78) | public static int findOrder(String tagSequenceModel) { method setAlgorithm (line 105) | public void setAlgorithm(Constants.TaggingAlgorithm newAlg) { method setSearchBeam (line 113) | public void setSearchBeam(int newBeam) { method rescoreSequence (line 118) | public List>> rescoreSequence(List seq) { method getBestHist (line 294) | private List getBestHist(int i, int j, int order) { FILE: src/opennlp/ccg/parse/tagger/sequencescoring/Trellis.java class Trellis (line 30) | public class Trellis { method Trellis (line 38) | public Trellis(List> inpt) { method Trellis (line 43) | public Trellis(int cols, int rows, A dummy) { method reshape (line 59) | public void reshape(int cols, int rows, List> inpt) { method getWidth (line 74) | public int getWidth() { return rows; } method getLength (line 76) | public int getLength() { return cols; } method clear (line 78) | public void clear() { method getOptions (line 84) | public ArrayList getOptions(int i) { return this.trellis.get(i); } method getCoord (line 87) | public A getCoord(int i, int j) { method setCoord (line 95) | public void setCoord(int i, int j, A val) { this.trellis.get(i).set(j,... FILE: src/opennlp/ccg/parse/tagger/util/CCGBankToSRILMFLM.java class CCGBankToSRILMFLM (line 43) | public class CCGBankToSRILMFLM { method main (line 44) | public static void main(String[] args) throws FileNotFoundException, I... FILE: src/opennlp/ccg/parse/tagger/util/ConfigFileProcessor.java class ConfigFileProcessor (line 34) | public class ConfigFileProcessor { method readInConfig (line 38) | public static Map readInConfig(String configFile) { method readInConfig (line 46) | public static Map readInConfig(String configFile, Stri... FILE: src/opennlp/ccg/parse/tagger/util/ResultSink.java class ResultSink (line 39) | public class ResultSink { type ResultSinkType (line 41) | public static enum ResultSinkType { SUPERTAG, POSTAG } method ResultSink (line 59) | public ResultSink() { method ResultSink (line 63) | public ResultSink(ResultSinkType whatType) { method addSent (line 71) | public void addSent(List>> sent, List ... method addResult (line 88) | public void addResult(List> tagging, Word goldTag... method report (line 141) | public String report() { FILE: src/opennlp/ccg/perceptron/Alphabet.java class Alphabet (line 45) | public class Alphabet { class Feature (line 48) | public static class Feature extends TrieMap { method Feature (line 51) | public Feature(Integer index) { super(index); } method createNode (line 54) | protected Feature createNode() { return new Feature(null); } method name (line 57) | public String name() { method getIndex (line 68) | public Integer getIndex() { return data; } method Alphabet (line 84) | public Alphabet(int size) { method Alphabet (line 89) | public Alphabet(String filename) throws IOException { method init (line 105) | private void init(int size) { method size (line 112) | public int size() { return size; } method closed (line 115) | public boolean closed() { return closed; } method setClosed (line 118) | public void setClosed(boolean closed) { this.closed = closed; } method add (line 122) | public Feature add(String feat) { method add (line 127) | public Feature add(Feature f) { method add (line 132) | public Feature add(List keys) { method addLazy (line 139) | public Feature addLazy(List> keyExtractor... method addNode (line 146) | private Feature addNode(Feature node) { method parseKeys (line 157) | public static List parseKeys(String feat) { method index (line 178) | public Feature index(String feat) { method index (line 183) | public Feature index(Feature f) { method index (line 188) | public Feature index(List keys) { method indexLazy (line 195) | public Feature indexLazy(List> keyExtract... method feature (line 202) | public Feature feature(int index) { return dictInv.get(index); } method createAlphabet (line 210) | public static void createAlphabet(String eventfile, String alphabetfil... method main (line 290) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/perceptron/ComposedFeatureExtractor.java class ComposedFeatureExtractor (line 32) | public class ComposedFeatureExtractor implements FeatureExtractor { method ComposedFeatureExtractor (line 38) | public ComposedFeatureExtractor(FeatureExtractor[] featureExtractors) { method ComposedFeatureExtractor (line 43) | public ComposedFeatureExtractor(FeatureExtractor featureExtractor1, Fe... method ComposedFeatureExtractor (line 48) | public ComposedFeatureExtractor(SignScorer[] models) { method extractFeatures (line 57) | public FeatureVector extractFeatures(Sign sign, boolean complete) { method setAlphabet (line 65) | public void setAlphabet(Alphabet alphabet) { FILE: src/opennlp/ccg/perceptron/ComposedFeatureVector.java class ComposedFeatureVector (line 28) | public class ComposedFeatureVector implements FeatureVector { method ComposedFeatureVector (line 34) | public ComposedFeatureVector(FeatureVector[] featureVectors) { method ComposedFeatureVector (line 39) | public ComposedFeatureVector(FeatureVector featureVector1, FeatureVect... method size (line 44) | public int size() { method iterator (line 51) | public Iterator iterator() { FILE: src/opennlp/ccg/perceptron/EventFile.java class EventFile (line 65) | public class EventFile { class Block (line 68) | public static class Block { method Block (line 72) | public Block(List events) { this.events = events; } method best (line 74) | public Event best() { class Event (line 84) | public static class Event { method Event (line 90) | public Event(FeatureVector features, int count) { method toString (line 95) | public String toString() { return "event: count: " + count + " " + f... method EventFile (line 121) | public EventFile(String filename) throws IOException { method EventFile (line 126) | public EventFile(String filename, boolean inMemory) throws IOException { method EventFile (line 131) | public EventFile(String filename, Alphabet alphabet) throws IOException { method EventFile (line 136) | public EventFile(String filename, Alphabet alphabet, boolean inMemory)... method getAlphabet (line 144) | public Alphabet getAlphabet() { return alphabet; } method close (line 148) | public void close() throws IOException { method reset (line 153) | public void reset() throws IOException { method init (line 159) | private void init() throws IOException { method initTokenizer (line 176) | public static StreamTokenizer initTokenizer(Reader reader) throws IOEx... method endOfFile (line 185) | public boolean endOfFile() throws IOException { method nextEvent (line 194) | private Event nextEvent() throws IOException { method nextBlock (line 212) | public Block nextBlock() throws IOException { method openReader (line 237) | public static Reader openReader(File file) throws IOException { method openWriter (line 245) | public static PrintWriter openWriter(File file) throws IOException { method writeEvents (line 253) | public static void writeEvents(PrintWriter pw, List signs, Sign ... FILE: src/opennlp/ccg/perceptron/FeatureExtractor.java type FeatureExtractor (line 29) | public interface FeatureExtractor { method extractFeatures (line 32) | public FeatureVector extractFeatures(Sign sign, boolean complete); method setAlphabet (line 35) | public void setAlphabet(Alphabet alphabet); FILE: src/opennlp/ccg/perceptron/FeatureList.java class FeatureList (line 30) | public class FeatureList implements FeatureVector { method FeatureList (line 42) | public FeatureList() { method FeatureList (line 48) | public FeatureList(int size) { method FeatureList (line 54) | public FeatureList(FeatureVector fv) { method add (line 61) | public void add(Alphabet.Feature feature, Float value) { method add (line 66) | public void add(FeatureVector fv) { method getFeature (line 74) | public Alphabet.Feature getFeature(int index) { return features.get(in... method getValue (line 77) | public Float getValue(int index) { return values.get(index); } method size (line 81) | public int size() { return features.size(); } method iterator (line 84) | public Iterator iterator() { method toString (line 96) | public String toString() { FILE: src/opennlp/ccg/perceptron/FeatureMap.java class FeatureMap (line 29) | public class FeatureMap implements FeatureVector { method FeatureMap (line 38) | public FeatureMap() { map = new LinkedHashMap(... method FeatureMap (line 41) | public FeatureMap(int size) { map = new LinkedHashMap fvs) { method best (line 204) | public EventFile.Event best(EventFile.Block block) { method accuracy (line 214) | public double accuracy(EventFile eventFile) throws IOException { method save (line 236) | public void save(String filename) throws IOException { save(filename, ... method save (line 239) | public void save(String filename, double minPrune) throws IOException { method main (line 280) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/perceptron/PerceptronScorer.java class PerceptronScorer (line 29) | public class PerceptronScorer implements SignScorer { method PerceptronScorer (line 38) | public PerceptronScorer(FeatureExtractor featureExtractor, Model model) { method score (line 50) | public double score(Sign sign, boolean complete) { FILE: src/opennlp/ccg/perceptron/ReRankingPerceptronScorer.java class ReRankingPerceptronScorer (line 32) | public abstract class ReRankingPerceptronScorer extends PerceptronScorer... method setFullModel (line 38) | public void setFullModel(boolean on) { useFullModel = on; } method getBaseScorer (line 44) | abstract protected SignScorer getBaseScorer(FeatureExtractor featureEx... method ReRankingPerceptronScorer (line 47) | public ReRankingPerceptronScorer(FeatureExtractor featureExtractor, Mo... method score (line 53) | public double score(Sign sign, boolean complete) { FILE: src/opennlp/ccg/perceptron/Trainer.java class Trainer (line 39) | public class Trainer { method Trainer (line 70) | public Trainer(String trainfile, String alphabetfile, int iterations, ... method initModel (line 82) | public void initModel(String initmodelfile) throws IOException { method train (line 90) | public void train() throws IOException { method nthFilename (line 179) | public static String nthFilename(String filename, int N) { method main (line 193) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/realize/Chart.java class Chart (line 47) | public class Chart method computeHashCode (line 157) | public int computeHashCode(Object o) { method equals (line 161) | public boolean equals(Object o1, Object o2) { method Chart (line 234) | public Chart(EdgeFactory edgeFactory, PruningStrategy pruningStrategy) { method numEdgesInChart (line 253) | public int numEdgesInChart() { return edges.size(); } method numUnprunedEdges (line 256) | public int numUnprunedEdges() { return allEdges.size(); } method initialize (line 263) | public void initialize() { method noUncoveredPreds (line 276) | public boolean noUncoveredPreds() { return !edgeFactory.hasUncoveredPr... method reInitForGluing (line 283) | public void reInitForGluing() { method combine (line 320) | public void combine(int timeLimitMS, boolean waitForCompleteEdge) { method doEdgeCombos (line 390) | private void doEdgeCombos(Edge next) { method addNewEdges (line 426) | private void addNewEdges(List newEdges) { method joinBestFragments (line 433) | protected void joinBestFragments() { method chooseBestFrag (line 469) | private Edge chooseBestFrag(BitSet bitset, Edge bestFrag, Edge edge) { method doUnpacking (line 483) | protected void doUnpacking() { method unpack (line 496) | private void unpack(Edge edge, Set unpacked) { method unpackAlt (line 525) | private void unpackAlt(Edge alt, Set unpacked, EdgeHash merged) { method inputCombos (line 569) | private List inputCombos(Edge[] inputEdges, int index) { method bestEdges (line 608) | public List bestEdges() { method oracleBest (line 630) | public Pair oracleBest(String target) { method printBestEdge (line 659) | public void printBestEdge() { method printBestJoinedEdge (line 678) | public void printBestJoinedEdge() { method printTiming (line 686) | public void printTiming() { method printEdges (line 716) | public void printEdges() { printEdges(false); } method printEdges (line 719) | public void printEdges(boolean complete) { printEdges(complete, false); } method printEdges (line 727) | public void printEdges(boolean complete, boolean sort) { method printAgenda (line 747) | public void printAgenda() { method printInitialEdges (line 757) | public void printInitialEdges() { method printEdge (line 765) | private void printEdge(Edge edge) { printEdge(edge, -1, null); } method printEdge (line 768) | private void printEdge(Edge edge, int index, List edgeList) { method edgeDerivation (line 792) | private String edgeDerivation(Edge edge, int index, List edgeLis... method printMarkedEdges (line 813) | public void printMarkedEdges() { method printInstantiatedNoSemEdges (line 823) | public void printInstantiatedNoSemEdges() { method printNoSemEdges (line 833) | public void printNoSemEdges() { method printRuleInstances (line 843) | public void printRuleInstances() { method printLfChunks (line 853) | public void printLfChunks() { method printLfAlts (line 865) | public void printLfAlts() { method printLfOpts (line 878) | public void printLfOpts() { method printEPs (line 890) | public void printEPs() { method addEdgeToAgenda (line 917) | private void addEdgeToAgenda(Edge edge) { method updateBestEdge (line 950) | private void updateBestEdge(Edge edge) { method pruneSupercededEdges (line 975) | private void pruneSupercededEdges() { method addEdgeToChart (line 989) | private boolean addEdgeToChart(Edge edge) { method cellCount (line 1046) | private int cellCount(Edge edge) { method incCellCount (line 1052) | private void incCellCount(Edge edge) { method addSorted (line 1066) | private void addSorted(List list, Edge edge) { method compare (line 1090) | public int compare(Edge edge1, Edge edge2) { method compare (line 1097) | public int compare(Edge edge1, Edge edge2) { FILE: src/opennlp/ccg/realize/DiversityPruningStrategy.java class DiversityPruningStrategy (line 39) | abstract public class DiversityPruningStrategy extends NBestPruningStrategy method notCompellinglyDifferent (line 49) | abstract public boolean notCompellinglyDifferent(Sign sign1, Sign sign2); method pruneEdges (line 61) | public List pruneEdges(List catEdges) { FILE: src/opennlp/ccg/realize/Edge.java class Edge (line 55) | public class Edge extends Tracker method Edge (line 89) | public Edge(Sign sign, BitSet bitset, BitSet indices, method getSign (line 101) | public Sign getSign() { return sign; } method complete (line 104) | public boolean complete() { method getIndexNominal (line 112) | public Nominal getIndexNominal() { return sign.getCategory().getIndexN... method meetsLfChunkConstraints (line 123) | public boolean meetsLfChunkConstraints(Tracker tracker) { method isRepresentative (line 130) | public boolean isRepresentative() { return altEdges != null; } method isDisjunctive (line 133) | public boolean isDisjunctive() { return altEdges != null && altEdges.s... method getAltEdges (line 136) | public List getAltEdges() { method initAltEdges (line 142) | public void initAltEdges() { initAltEdges(3); } method initAltEdges (line 145) | public void initAltEdges(int capacity) { method initEdgeCombos (line 154) | public void initEdgeCombos() { method hashCode (line 163) | public int hashCode() { method surfaceWordHashCode (line 173) | public int surfaceWordHashCode() { method equals (line 178) | public boolean equals(Object obj) { method surfaceWordEquals (line 191) | public boolean surfaceWordEquals(Object obj) { method toString (line 204) | public String toString() { method initNF2 (line 224) | private static NumberFormat initNF2() { method initNF3 (line 234) | private static NumberFormat initNF3() { method toString (line 246) | public static String toString(BitSet bitset) { FILE: src/opennlp/ccg/realize/EdgeCombos.java class EdgeCombos (line 33) | public class EdgeCombos class CatCombo (line 37) | public class CatCombo { method CatCombo (line 43) | public CatCombo(Edge inputEdge, Edge resultEdge) { method addRightwardCombo (line 62) | public void addRightwardCombo(Edge inputEdge, Edge resultEdge) { method addLeftwardCombo (line 67) | public void addLeftwardCombo(Edge inputEdge, Edge resultEdge) { FILE: src/opennlp/ccg/realize/EdgeFactory.java class EdgeFactory (line 41) | public class EdgeFactory method EdgeFactory (line 191) | public EdgeFactory(Grammar grammar, List preds, SignScorer sign... method EdgeFactory (line 196) | public EdgeFactory(Grammar grammar, List preds, SignScorer sign... method addLFOptsForUncoveredPreds (line 244) | public void addLFOptsForUncoveredPreds() { method addLFOptsForRuleInstances (line 270) | public void addLFOptsForRuleInstances() { method uncoveredPreds (line 281) | private BitSet uncoveredPreds() { method makeEdge (line 309) | protected Edge makeEdge(Sign sign, BitSet bitset, List> acti... method makeAltEdge (line 319) | protected Edge makeAltEdge(Sign altSign, Edge edge) { method makeJoinedEdge (line 329) | public Edge makeJoinedEdge(Edge edge1, Edge edge2) { method getActiveLfAlts (line 351) | private List> getActiveLfAlts(List> fromLfAlts, Bi... method getCombinedLfAlts (line 394) | private List> getCombinedLfAlts(List> activeLfAlts... method extractLabeledNominals (line 428) | private void extractLabeledNominals() { method listNominals (line 442) | private void listNominals() { method getIndices (line 456) | private BitSet getIndices(Category cat, Category cat2) { method checkInstantiation (line 472) | private void checkInstantiation(List edges) { method outerArgUninstantiated (line 486) | private boolean outerArgUninstantiated(Category cat) { method forall (line 496) | public void forall(Category c) { method addCatNominal (line 506) | private void addCatNominal(Object indexVal) { method listPairedNominals (line 513) | private void listPairedNominals() { method addBoundVarNominals (line 547) | private void addBoundVarNominals() { method pairedWith (line 578) | public boolean pairedWith(Edge edgeA, Edge edgeB) { method indexPreds (line 590) | private void indexPreds() { method predKeys (line 608) | private static String[] predKeys(LF pred) { method fillLfChunks (line 625) | private void fillLfChunks() { method getIncompleteLfChunk (line 658) | private BitSet getIncompleteLfChunk(BitSet bitset, List> act... method subset (line 681) | private boolean subset(BitSet bitset1, BitSet bitset2) { method completesChunk (line 689) | private boolean completesChunk(Edge edgeA, Edge edgeB) { method fillLfAlts (line 706) | private void fillLfAlts() { method fillLfOpts (line 735) | private void fillLfOpts() { method getCoartRels (line 758) | private List getCoartRels(int predIndex) { method createInitialEdges (line 787) | public List createInitialEdges() { method createInitialEdges (line 900) | private List createInitialEdges(Sign sign, int predIndex) { method createRuleInstances (line 933) | private List createRuleInstances(TypeChangingRule rule, ... method instantiate (line 970) | private List> instantiate(Category cat, Cate... method checkAlts (line 1086) | private boolean checkAlts(BitSet b) { method createNewEdges (line 1123) | public List createNewEdges(Edge edge, Edge next) { method createNewEdges (line 1133) | public List createNewEdges(Edge edge, Edge next, boolean collect... method createNewEdges (line 1206) | private List createNewEdges(Edge edgeA, Edge edgeB, boolean coll... method createNewEdges (line 1274) | public List createNewEdges(Edge edge) { method createNewEdges (line 1286) | public List createNewEdges(Edge edge, boolean collectCombos) { method addOptCompletedBitSet (line 1389) | private void addOptCompletedBitSet(Edge edge, BitSet bitset, List createAltEdges(Edge edge, Edge repEdge) { method numResultsFromCombos (line 1432) | private int numResultsFromCombos(List combos) { method addAltsFromCombos (line 1442) | private void addAltsFromCombos(Edge edge, List co... method addAltsFromUnaryResults (line 1465) | private void addAltsFromUnaryResults(Edge edge, List unaryResult... method addAltsFromOptionalResults (line 1478) | private void addAltsFromOptionalResults(Edge edge, List optional... method ruleApps (line 1486) | public int ruleApps() { method initGeneralRules (line 1500) | private void initGeneralRules() { method initNoSemEdges (line 1524) | private void initNoSemEdges() { FILE: src/opennlp/ccg/realize/EdgeHash.java class EdgeHash (line 31) | public class EdgeHash extends THashSet { method computeHashCode (line 38) | public int computeHashCode(java.lang.Object o) { method equals (line 41) | public boolean equals(java.lang.Object o1, java.lang.Object o2) { method EdgeHash (line 47) | public EdgeHash() { super(surfaceWordHashingStrategy); } method asEdgeSet (line 52) | @SuppressWarnings("unchecked") method insert (line 61) | public Edge insert(Edge edge) { FILE: src/opennlp/ccg/realize/FeatureLicenser.java class FeatureLicenser (line 36) | public class FeatureLicenser method FeatureLicenser (line 46) | public FeatureLicenser(EdgeFactory edgeFactory) { method FeatureLicenser (line 52) | public FeatureLicenser(EdgeFactory edgeFactory, LicensingFeature[] lic... method indexSemanticallyNullWords (line 69) | public void indexSemanticallyNullWords(Category cat) { method forall (line 81) | public void forall(Category c) { method updateFeatureMap (line 113) | public void updateFeatureMap(Category cat) { method updateCatFeatureMap (line 120) | private void updateCatFeatureMap(Category cat) { method forall (line 142) | public void forall(Category c) { method needsLicensing (line 183) | public boolean needsLicensing(Category cat) { method isLicensed (line 191) | public boolean isLicensed(Category cat) { method checkLicensing (line 200) | private boolean checkLicensing(Category cat, boolean needsLicensing) { method getTarget (line 267) | private Category getTarget(Category cat) { method licenseEmptyCat (line 289) | public void licenseEmptyCat(Category cat, Set instantiatedCa... FILE: src/opennlp/ccg/realize/Hypertagger.java type Hypertagger (line 33) | public interface Hypertagger extends SupertaggerAdapter { method mapPreds (line 40) | public void mapPreds(List preds); method setPred (line 47) | public void setPred(int index); method storeGoldStdPredInfo (line 55) | public void storeGoldStdPredInfo(String goldStdPredInfo); FILE: src/opennlp/ccg/realize/LexicalDiversityPruningStrategy.java class LexicalDiversityPruningStrategy (line 38) | public class LexicalDiversityPruningStrategy extends DiversityPruningStr... method LexicalDiversityPruningStrategy (line 49) | public LexicalDiversityPruningStrategy() { method notCompellinglyDifferent (line 61) | public boolean notCompellinglyDifferent(Sign sign1, Sign sign2) { FILE: src/opennlp/ccg/realize/NBestPruningStrategy.java class NBestPruningStrategy (line 32) | public class NBestPruningStrategy implements PruningStrategy method NBestPruningStrategy (line 41) | public NBestPruningStrategy(int pruningVal) { method NBestPruningStrategy (line 46) | public NBestPruningStrategy() { method pruneEdges (line 58) | public List pruneEdges(List catEdges) { FILE: src/opennlp/ccg/realize/PruningStrategy.java type PruningStrategy (line 29) | public interface PruningStrategy method pruneEdges (line 36) | public List pruneEdges(List catEdges); FILE: src/opennlp/ccg/realize/Realizer.java class Realizer (line 37) | public class Realizer method Realizer (line 51) | public Realizer(Grammar grammar) { method getChart (line 56) | public Chart getChart() { return chart; } method getLfFromDoc (line 89) | public static LF getLfFromDoc(Document doc) { method getLfFromElt (line 99) | public static LF getLfFromElt(Element lfElt) { method realize (line 113) | public Edge realize(LF lf) { method realize (line 121) | public Edge realize(LF lf, SignScorer signScorer) { method realize (line 138) | public Edge realize(LF lf, SignScorer signScorer, int timeLimitMS, boo... method realizeWithHypertagger (line 173) | private Edge realizeWithHypertagger(List preds, SignScorer sign... FILE: src/opennlp/ccg/realize/RuleInstance.java class RuleInstance (line 38) | public class RuleInstance extends Tracker method RuleInstance (line 44) | public RuleInstance(TypeChangingRule rule, BitSet bitset, BitSet indic... method toString (line 50) | public String toString() { FILE: src/opennlp/ccg/realize/StemPruningStrategy.java class StemPruningStrategy (line 36) | public class StemPruningStrategy extends DiversityPruningStrategy method StemPruningStrategy (line 39) | public StemPruningStrategy() { this(true); } method StemPruningStrategy (line 42) | public StemPruningStrategy(boolean singleBestPerGroup) { method notCompellinglyDifferent (line 49) | public boolean notCompellinglyDifferent(Sign sign1, Sign sign2) { FILE: src/opennlp/ccg/realize/Tracker.java class Tracker (line 35) | public class Tracker method Tracker (line 47) | public Tracker(BitSet bitset, BitSet indices, List> activeLf... method intersects (line 55) | public boolean intersects(Tracker tracker) { method indicesIntersect (line 64) | public boolean indicesIntersect(Tracker tracker) { FILE: src/opennlp/ccg/realize/hypertagger/FeatureExtractionException.java class FeatureExtractionException (line 3) | public class FeatureExtractionException extends Exception { method FeatureExtractionException (line 5) | public FeatureExtractionException(String string) { method FeatureExtractionException (line 9) | public FeatureExtractionException() { FILE: src/opennlp/ccg/realize/hypertagger/LFInfo.java class LFInfo (line 9) | public class LFInfo { method LFInfo (line 13) | public LFInfo(LF lf, String fullWords, String lfNum) { method getLF (line 18) | public LF getLF() { method getFullWords (line 21) | public String getFullWords() { method getLFNum (line 24) | public String getLFNum() { FILE: src/opennlp/ccg/realize/hypertagger/LFLoader.java class LFLoader (line 27) | public class LFLoader implements Iterator { class XmlFilenameFilter (line 28) | static class XmlFilenameFilter implements FileFilter { method accept (line 29) | public boolean accept(File f) { method LFLoader (line 47) | public LFLoader(File grammarFile, File baseDir, List paths) { method normalize (line 76) | private List normalize(List paths) { method loadFile (line 93) | @SuppressWarnings("unchecked") method hasNext (line 155) | public boolean hasNext() { method next (line 171) | public LFInfo next() { method remove (line 184) | public void remove() { method getTotal (line 188) | public int getTotal() { method getSkipped (line 191) | public int getSkipped() { FILE: src/opennlp/ccg/realize/hypertagger/LMFactorExtractor.java class LMFactorExtractor (line 15) | public class LMFactorExtractor { method main (line 16) | public static void main(String args[]) { FILE: src/opennlp/ccg/realize/hypertagger/TagExtract.java class TagExtract (line 16) | public class TagExtract { class PairComparator (line 28) | @SuppressWarnings({ "unchecked", "rawtypes" }) method compare (line 30) | @SuppressWarnings("boxing") method compare (line 40) | public int compare(Object p, Object q) { class XmlFilenameFilter (line 44) | static class XmlFilenameFilter implements FileFilter { method accept (line 45) | public boolean accept(File f) { method TagExtract (line 49) | public TagExtract(TagExtractor t) { method main (line 53) | public static void main(String[] args) throws IOException { method extract (line 142) | private void extract(LF flatLF, String fullWords) throws FeatureExtrac... method setOutput (line 153) | private void setOutput(BufferedWriter output) { method debug (line 157) | public static void debug(String string) { FILE: src/opennlp/ccg/realize/hypertagger/TagExtractor.java class TagExtractor (line 15) | public abstract class TagExtractor { class LfGraphLink (line 16) | protected class LfGraphLink { method LfGraphLink (line 21) | public LfGraphLink(String l, String a, LfGraphNode t) { method getTarget (line 26) | public LfGraphNode getTarget() { method setTarget (line 29) | public void setTarget(LfGraphNode t) { method getLabel (line 32) | public String getLabel() { method getSource (line 35) | public LfGraphNode getSource() { method setSource (line 38) | public void setSource(LfGraphNode source) { class LfGraphNode (line 42) | protected class LfGraphNode { method getSTList (line 55) | public Set> getSTList() { method setSTList (line 58) | public void setSTList(Set> set) { method getFeatures (line 64) | protected FeatureList getFeatures() { method setFeatures (line 67) | protected void setFeatures(FeatureList features) { method LfGraphNode (line 70) | public LfGraphNode(String s, int idx) { method getData (line 78) | public String getData() { method setData (line 81) | public void setData(String s) { method addAttribute (line 84) | public void addAttribute(String name, String value) { method addChild (line 87) | public void addChild(LfGraphLink link) { method getChildren (line 90) | public ArrayList getChildren() { method getNumChildren (line 93) | public int getNumChildren() { method isLeafNode (line 96) | public boolean isLeafNode() { method findNode (line 108) | public LfGraphNode findNode(BitSet b) { method getAttribs (line 122) | public HashMap getAttribs() { method setAttribs (line 125) | public void setAttribs(HashMap attribs) { method getIndex (line 128) | public int getIndex() { method setIndex (line 131) | public void setIndex(int index) { method setChildren (line 134) | public void setChildren(ArrayList children) { method getPredicateName (line 137) | public String getPredicateName() { method setPredicateName (line 140) | public void setPredicateName(String predicateName) { method getParentLink (line 143) | public LfGraphLink getParentLink() { method setParentLink (line 146) | public void setParentLink(LfGraphLink parentLink) { method addMultiParent (line 149) | public void addMultiParent(LfGraphNode parentNode) { method getMultiParents (line 156) | public ArrayList getMultiParents() { method getPred (line 159) | public SatOp getPred() { method setPred (line 162) | protected void setPred(SatOp pred) { method getPOS (line 165) | public String getPOS() { method setPOS (line 168) | public void setPOS(String pos) { method getPOSList (line 171) | public ArrayList> getPOSList() { method setPOSList (line 174) | public void setPOSList(ArrayList> plist) { method setID (line 177) | public void setID(String string) { method getID (line 180) | public String getID() { class FeatureList (line 190) | protected class FeatureList extends HashMap> { method addFeature (line 197) | protected void addFeature(String featureName, String value) { method addFeatures (line 210) | protected void addFeatures(String featureName, ArrayList getFeature(String featureName) { method getSingleFeature (line 244) | protected String getSingleFeature(String featureName) { method getAllFeatures (line 247) | protected String getAllFeatures() { method getAllFeaturesForMaxent (line 257) | protected String[] getAllFeaturesForMaxent() { method getNumFeatures (line 268) | protected int getNumFeatures() { method TagExtractor (line 285) | public TagExtractor() { argNameMap = new HashMap(); } method setLF (line 287) | public void setLF(LF lf) throws FeatureExtractionException { method setLF (line 300) | public void setLF(List preds) throws FeatureExtractionException { method getLF (line 383) | public LF getLF() { method getFeatures (line 393) | protected abstract FeatureList getFeatures(LfGraphNode n); method getFeatures (line 399) | public FeatureList getFeatures(int index) { method getSupertag (line 410) | public String getSupertag(LfGraphNode n) { method getSupertag (line 414) | public String getSupertag(int index) { method getPOStag (line 423) | public String getPOStag(LfGraphNode n) { method getPOStag (line 427) | public String getPOStag(int index) { method findNode (line 437) | protected LfGraphNode findNode(int index) { method numNodes (line 445) | protected int numNodes() { method maxIndex (line 448) | protected int maxIndex() { method join (line 452) | public static String join(ArrayList a, String delimiter) { method storeGoldStdPredInfo (line 474) | public abstract void storeGoldStdPredInfo(String predInfo); method getAllFeaturesAndAnswer (line 476) | public abstract String getAllFeaturesAndAnswer(); method loadPriorModel (line 478) | public abstract void loadPriorModel(File priorModelFile, File vocabFile); method loadProtoModel (line 480) | public void loadProtoModel(File hyperModelFile) { method setArgNames (line 491) | protected void setArgNames(String argnames) { FILE: src/opennlp/ccg/realize/hypertagger/ZLMaxentHypertagger.java class ZLMaxentHypertagger (line 67) | public class ZLMaxentHypertagger extends TagExtractor implements Hyperta... class ProbIndexPair (line 92) | public class ProbIndexPair implements Comparable { method ProbIndexPair (line 95) | public ProbIndexPair(double prob, int index) { method compareTo (line 99) | public int compareTo(Object o) { method fillFeatures (line 148) | void fillFeatures(LfGraphNode n, FeatureList f) { method fillTwoPassFeatures (line 250) | private void fillTwoPassFeatures(LfGraphNode n, FeatureList f) { method ZLMaxentHypertagger (line 274) | public ZLMaxentHypertagger() { method ZLMaxentHypertagger (line 297) | public ZLMaxentHypertagger(File posModelFile, File hyperModelFile) thr... method ZLMaxentHypertagger (line 322) | public ZLMaxentHypertagger(ZLPOSTagger ptag, File hyperModelFile) { method ZLMaxentHypertagger (line 336) | public ZLMaxentHypertagger(File posModelFile) throws IOException { method ZLMaxentHypertaggerFactory (line 348) | public static ZLMaxentHypertagger ZLMaxentHypertaggerFactory(String co... method getPOS (line 416) | private String getPOS(LfGraphNode n) { method getGoldSupertag (line 438) | private String getGoldSupertag(LfGraphNode n) { method getBetaBestPOS (line 442) | private ArrayList> getBetaBestPOS(LfGraphNode n) { method getFeatures (line 456) | protected FeatureList getFeatures(LfGraphNode n) { method getAllFeaturesAndAnswer (line 471) | public String getAllFeaturesAndAnswer() { method assignAllFeatures (line 485) | private void assignAllFeatures() { method getPosModel (line 505) | public ZLMaxentModel getPosModel() { method getPosModelFilename (line 509) | public File getPosModelFilename() { method setLF (line 513) | public void setLF(List preds) throws FeatureExtractionException { method getLFNum (line 521) | public String getLFNum() { method setLFNum (line 525) | public void setLFNum(String s) { method setPOSModelFilename (line 534) | public void setPOSModelFilename(File posModelFilename) throws IOExcept... method getHypertagModelFilename (line 542) | public File getHypertagModelFilename() { method setHypertagModelFilename (line 551) | public void setHypertagModelFilename(File hypertagModelFilename) throw... method mapPreds (line 561) | public void mapPreds(List preds) { method setPred (line 570) | public void setPred(int index) { method resetBeta (line 574) | public void resetBeta() { method resetBetaToMax (line 577) | public void resetBetaToMax() { method nextBeta (line 581) | public void nextBeta() { method previousBeta (line 586) | public void previousBeta() { method hasMoreBetas (line 592) | public boolean hasMoreBetas() { method hasLessBetas (line 599) | public boolean hasLessBetas() { method getSupertags (line 607) | public Map getSupertags() { method getSupertagsAsList (line 620) | private List> getSupertagsAsList() { method getModelOutcomes (line 630) | private ArrayList getModelOutcomes(FeatureList f, ZLMax... method betaSearch (line 641) | private HashSet> betaSearch(ArrayList> getProtoSupertagsAndProbs(LfGraphNode ... method getSupertagsAndProbs (line 663) | @SuppressWarnings("boxing") method getCurrentBetaValue (line 757) | public double getCurrentBetaValue() { method getBetas (line 763) | public double[] getBetas() { method setBetas (line 767) | public void setBetas(double[] betas) { method setPOSBeta (line 771) | public void setPOSBeta(double beta) { method getPOSBeta (line 774) | public double getPOSBeta() { method storeGoldStdPredInfo (line 781) | public void storeGoldStdPredInfo(String predInfo) { method setIncludeGold (line 796) | public void setIncludeGold(boolean v) { method loadPriorModel (line 800) | @Override method loadProtoModel (line 810) | @Override method getSRILMFactors (line 815) | public String getSRILMFactors() { method getPredAsWord (line 835) | public Word getPredAsWord(int idx) { method getPredAsWord (line 841) | private Word getPredAsWord() { method main (line 846) | @SuppressWarnings("boxing") method setBetaIndex (line 973) | private void setBetaIndex(int bi) { FILE: src/opennlp/ccg/realize/hypertagger/ZLMaxentModel.java class ZLMaxentModel (line 11) | public class ZLMaxentModel { method ZLMaxentModel (line 21) | public ZLMaxentModel() { method ZLMaxentModel (line 24) | public ZLMaxentModel(String modelFilename) { method load (line 28) | public void load(File modelFile) { method getBestOutcome (line 108) | public String getBestOutcome(double[] probs) { method eval (line 120) | @SuppressWarnings("boxing") method getOutcome (line 175) | public String getOutcome(int index) { class ItemMap (line 180) | class ItemMap { method ItemMap (line 186) | public ItemMap(MyIntegerPool intPool) { method add (line 190) | @SuppressWarnings("boxing") method id (line 204) | public Integer id(String item) { method size (line 212) | public int size() { method getItem (line 216) | public String getItem(int i) { class ZPair (line 222) | class ZPair { method ZPair (line 226) | public ZPair(A a, B b) { class MyIntegerPool (line 233) | class MyIntegerPool { method MyIntegerPool (line 235) | public MyIntegerPool(int size) { method getInt (line 241) | public Integer getInt(int i) { FILE: src/opennlp/ccg/realize/hypertagger/ZLPOSTagger.java class ZLPOSTagger (line 27) | public class ZLPOSTagger extends TagExtractor { class ProbIndexPair (line 34) | public class ProbIndexPair implements Comparable { method ProbIndexPair (line 37) | public ProbIndexPair(double prob, int index) { method compareTo (line 41) | public int compareTo(ProbIndexPair o) { method ZLPOSTagger (line 54) | public ZLPOSTagger() { super(); } method ZLPOSTagger (line 56) | public ZLPOSTagger(ZLMaxentModel model) { method ZLPOSTagger (line 63) | public ZLPOSTagger(ZLMaxentModel model, POSPriorModel priorModel) { method getPriorModel (line 71) | public POSPriorModel getPriorModel() { method setPriorModel (line 75) | public void setPriorModel(POSPriorModel priorModel) { method getFeatures (line 97) | @SuppressWarnings("boxing") method getFeatures (line 210) | public FeatureList getFeatures(int index) { method getPrefixLength (line 218) | public int getPrefixLength() { method setPrefixLength (line 221) | public void setPrefixLength(int prefixLength) { method getSuffixLength (line 224) | public int getSuffixLength() { method setSuffixLength (line 227) | public void setSuffixLength(int suffixLength) { method getAllFeaturesAndAnswer (line 235) | public String getAllFeaturesAndAnswer() { method getAllFeaturesAndPOSWithID (line 247) | public String getAllFeaturesAndPOSWithID() { method getBetaBestPOS (line 261) | @SuppressWarnings({ "boxing" }) method getBetaBestPOS (line 279) | @SuppressWarnings("boxing") method getBestPOS (line 299) | public String getBestPOS(FeatureList feats) { method getBeta (line 306) | public double getBeta() { method setBeta (line 310) | public void setBeta(double beta) { method storeGoldStdPredInfo (line 317) | public void storeGoldStdPredInfo(String predInfo) { method loadPriorModel (line 330) | public void loadPriorModel(File priorModelFile, File vocabFile) { method main (line 338) | @SuppressWarnings({"unused" }) method ZLPOSTaggerFactory (line 435) | public static ZLPOSTagger ZLPOSTaggerFactory(String configFile) throws... FILE: src/opennlp/ccg/synsem/AbstractCat.java class AbstractCat (line 38) | public abstract class AbstractCat implements Category, Serializable { method AbstractCat (line 61) | public AbstractCat() {} method AbstractCat (line 64) | public AbstractCat(LF lf) { _lf = lf; } method AbstractCat (line 71) | public AbstractCat(Element elt) { method toXml (line 82) | public void toXml(Element catElt) { method readObject (line 87) | private void readObject(java.io.ObjectInputStream in) throws IOExcepti... method getFeatureStructure (line 95) | public FeatureStructure getFeatureStructure() { method setFeatureStructure (line 100) | public void setFeatureStructure(FeatureStructure fs) { method getLF (line 105) | public LF getLF() { return _lf; } method setLF (line 108) | public void setLF(LF lf) { _lf = lf; } method toString (line 115) | public abstract String toString(); method getSupertag (line 120) | public abstract String getSupertag(); method toTeX (line 127) | public String toTeX() method copy (line 132) | public abstract Category copy(); method shallowCopy (line 133) | public abstract Category shallowCopy(); method fill (line 135) | public abstract Object fill (Substitution s) throws UnifyFailure; method unifyCheck (line 136) | public abstract void unifyCheck (Object u) throws UnifyFailure; method unify (line 138) | public abstract Object unify (Object u, Substitution sub) method getTarget (line 144) | public abstract TargetCat getTarget(); method shallowEquals (line 150) | public boolean shallowEquals(Object o) { method deepMap (line 154) | public void deepMap(ModFcn mf) { method forall (line 159) | public void forall(CategoryFcn f) { method occurs (line 163) | public boolean occurs(Variable v) { method prettyPrint (line 170) | public String prettyPrint() { return prettyPrint(""); } method prettyPrint (line 171) | protected String prettyPrint(String pad) { return pad+toString(); } method prettyLength (line 173) | protected int prettyLength(String s) { method hashCode (line 191) | public int hashCode() { method hashCodeNoLF (line 208) | public int hashCodeNoLF() { method hashCodeNoLF (line 222) | public abstract int hashCodeNoLF(TObjectIntHashMap varMap); method equals (line 230) | public boolean equals(Object obj) { return equals(obj, true); } method equalsNoLF (line 236) | public boolean equalsNoLF(Object obj) { return equals(obj, false); } method equals (line 239) | private boolean equals(Object obj, boolean checkLF) { method equalsNoLF (line 269) | public abstract boolean equalsNoLF(Object obj, TObjectIntHashMap varMa... method getIndexNominal (line 276) | public Nominal getIndexNominal() { method isFragment (line 289) | public boolean isFragment() { return false; } FILE: src/opennlp/ccg/synsem/Arg.java type Arg (line 31) | public interface Arg extends Unifiable, Mutable { method copy (line 33) | public Arg copy(); method forall (line 34) | public void forall(CategoryFcn fcn); method unifySlash (line 35) | public void unifySlash(Slash s) throws UnifyFailure; method setSlashModifier (line 38) | public void setSlashModifier(boolean modifier); method setSlashHarmonicCompositionResult (line 41) | public void setSlashHarmonicCompositionResult(boolean harmonicResult); method hashCode (line 47) | public int hashCode(TObjectIntHashMap varMap); method equals (line 53) | public boolean equals(Object obj, TObjectIntHashMap varMap, TObjectInt... method getSupertag (line 58) | public String getSupertag(); method toTeX (line 63) | public String toTeX(); FILE: src/opennlp/ccg/synsem/ArgStack.java class ArgStack (line 35) | public class ArgStack implements Serializable { method ArgStack (line 45) | public ArgStack() { method ArgStack (line 49) | public ArgStack(Arg c) { method ArgStack (line 59) | public ArgStack(Slash s, Category c) { method ArgStack (line 63) | public ArgStack(Arg[] list) { method ArgStack (line 69) | public ArgStack(List info) { method toXml (line 104) | public void toXml(Element catElt) { method addAt (line 124) | public void addAt(Arg c, int index) { method add (line 137) | public void add(Arg c) { method addAt (line 149) | public void addAt(ArgStack cl, int index) { method add (line 162) | public void add(ArgStack cl) { method addFront (line 174) | public void addFront(Arg c) { method addFront (line 186) | public void addFront(ArgStack cl) { method insertFront (line 198) | public void insertFront(ArgStack cl) { method insertEnd (line 202) | public void insertEnd(ArgStack cl) { method insertAt (line 206) | public void insertAt(ArgStack cl, int index) { method size (line 219) | public int size() { method containsDollarArg (line 223) | public boolean containsDollarArg() { method containsSetArg (line 227) | public boolean containsSetArg() { method get (line 231) | public Arg get(int i) { method set (line 235) | public void set(int i, Arg c) { method getLast (line 244) | public Arg getLast() { method setLast (line 248) | public void setLast(Arg c) { method setSlashHarmonicCompositionResult (line 253) | public void setSlashHarmonicCompositionResult(boolean harmonicResult) { method copy (line 259) | public ArgStack copy() { method copyWithout (line 267) | public ArgStack copyWithout(int indexToRemove) { method subList (line 281) | public ArgStack subList(int from) { method subList (line 285) | public ArgStack subList(int from, int upto) { method shallowCopy (line 299) | public ArgStack shallowCopy() { method occurs (line 303) | public boolean occurs(Variable v) { method fill (line 312) | public ArgStack fill(Substitution s) throws UnifyFailure { method deepMap (line 325) | public void deepMap(ModFcn mf) { method containsContrarySlash (line 331) | public boolean containsContrarySlash() { method slashesUnify (line 344) | public void slashesUnify(Slash s) throws UnifyFailure { method unifySuffix (line 350) | public int unifySuffix(ArgStack as, Substitution sub) throws UnifyFail... method unify (line 360) | public ArgStack unify(ArgStack as, Substitution sub) throws UnifyFailu... method unifyPrefix (line 364) | public ArgStack unifyPrefix(ArgStack as, int upto, Substitution sub) method unifySimple (line 385) | private ArgStack unifySimple(ArgStack as, int upto, Substitution sub) method unifyComplex (line 395) | private ArgStack unifyComplex(ArgStack as, int upto, Substitution sub) method unifyDollarWithNoDollar (line 447) | private ArgStack unifyDollarWithNoDollar(int uptoThis, ArgStack otherS... method unifyDollarWithDollar (line 497) | private ArgStack unifyDollarWithDollar(ArgStack as, int upto, method forall (line 515) | public void forall(CategoryFcn fcn) { method checkForDollar (line 521) | private void checkForDollar() { method checkForSet (line 530) | private void checkForSet() { method toString (line 539) | public String toString() { method getSupertag (line 562) | public String getSupertag() { method toTeX (line 574) | public String toTeX() { method hashCode (line 585) | public int hashCode(TObjectIntHashMap varMap) { method equals (line 597) | public boolean equals(Object obj, TObjectIntHashMap varMap, method insert (line 614) | protected static int insert(Arg[] a, Arg[] b, int pos) { FILE: src/opennlp/ccg/synsem/AtomCat.java class AtomCat (line 38) | public final class AtomCat extends AbstractCat implements TargetCat { method AtomCat (line 48) | public AtomCat(String t) { method AtomCat (line 53) | public AtomCat(String t, FeatureStructure fs) { method AtomCat (line 58) | public AtomCat(String t, FeatureStructure fs, LF lf) { method AtomCat (line 65) | public AtomCat(Element acel) { method toXml (line 83) | public Element toXml() { method getTarget (line 99) | public TargetCat getTarget() { return this; } method getType (line 102) | public String getType() { method copy (line 107) | public Category copy() { method shallowCopy (line 113) | public Category shallowCopy() { method deepMap (line 119) | public void deepMap(ModFcn mf) { method unifyCheck (line 124) | public void unifyCheck (Object u) throws UnifyFailure { method unify (line 139) | public Object unify (Object u, Substitution sub) method fill (line 159) | public Object fill (Substitution s) throws UnifyFailure { method shallowEquals (line 167) | public boolean shallowEquals(Object c) { method toString (line 175) | public String toString() { method getSupertag (line 196) | public String getSupertag() { method toTeX (line 206) | public String toTeX() { method hashCodeNoLF (line 221) | public int hashCodeNoLF(TObjectIntHashMap varMap) { method equalsNoLF (line 238) | public boolean equalsNoLF(Object obj, TObjectIntHashMap varMap, TObjec... method isFragment (line 258) | public boolean isFragment() { return type.equals("frag"); } FILE: src/opennlp/ccg/synsem/BasicArg.java class BasicArg (line 33) | public final class BasicArg implements Arg, Serializable { method BasicArg (line 41) | public BasicArg(Slash s, Category c) { method copy (line 46) | public Arg copy() { method getSlash (line 50) | public Slash getSlash() { method setSlashModifier (line 54) | public void setSlashModifier(boolean modifier) { _slash.setModifier(mo... method setSlashHarmonicCompositionResult (line 56) | public void setSlashHarmonicCompositionResult(boolean harmonicResult) ... method getCat (line 58) | public Category getCat() { method occurs (line 62) | public boolean occurs(Variable v) { method fill (line 66) | public Object fill(Substitution sub) throws UnifyFailure { method forall (line 70) | public void forall(CategoryFcn fcn) { method unifySlash (line 74) | public void unifySlash(Slash s) throws UnifyFailure { method unifyCheck (line 78) | public void unifyCheck(Object u) throws UnifyFailure { method unify (line 81) | public Object unify(Object u, Substitution sub) throws UnifyFailure { method deepMap (line 92) | public void deepMap(ModFcn mf) { method toString (line 97) | public String toString() { method getSupertag (line 111) | public String getSupertag() { method toTeX (line 125) | public String toTeX() { method hashCode (line 139) | public int hashCode(TObjectIntHashMap varMap) { method equals (line 147) | public boolean equals(Object obj, TObjectIntHashMap varMap, FILE: src/opennlp/ccg/synsem/CatReader.java class CatReader (line 31) | public class CatReader { method getCat (line 33) | public static Category getCat(Element catel) { FILE: src/opennlp/ccg/synsem/Category.java type Category (line 35) | public interface Category extends Unifiable, Mutable, java.io.Serializab... method getFeatureStructure (line 42) | public FeatureStructure getFeatureStructure(); method setFeatureStructure (line 49) | public void setFeatureStructure(FeatureStructure fs); method getLF (line 52) | public LF getLF(); method setLF (line 55) | public void setLF(LF lf); method shallowEquals (line 65) | public boolean shallowEquals(Object o); method copy (line 72) | public Category copy(); method shallowCopy (line 75) | public Category shallowCopy(); method forall (line 84) | public void forall(CategoryFcn f); method hashCode (line 92) | public int hashCode(); method hashCodeNoLF (line 97) | public int hashCodeNoLF(); method hashCodeNoLF (line 104) | public int hashCodeNoLF(TObjectIntHashMap varMap); method equals (line 112) | public boolean equals(Object obj); method equalsNoLF (line 118) | public boolean equalsNoLF(Object obj); method equalsNoLF (line 125) | public boolean equalsNoLF(Object obj, TObjectIntHashMap varMap, TObjec... method getTarget (line 131) | public TargetCat getTarget(); method getIndexNominal (line 137) | public Nominal getIndexNominal(); method getSupertag (line 142) | public String getSupertag(); method isFragment (line 147) | public boolean isFragment(); method toTeX (line 152) | public String toTeX(); method toXml (line 157) | public Element toXml(); FILE: src/opennlp/ccg/synsem/CategoryFcn.java type CategoryFcn (line 30) | public interface CategoryFcn { method fcn (line 37) | public Category fcn(Category c); method fcn (line 48) | public void fcn(Category a, Category c, int i); method forall (line 55) | public void forall(Category c); FILE: src/opennlp/ccg/synsem/CategoryFcnAdapter.java class CategoryFcnAdapter (line 28) | public class CategoryFcnAdapter implements CategoryFcn{ method fcn (line 29) | public Category fcn(Category c) {return c;} method fcn (line 30) | public void fcn(Category a, Category c, int i) {} method forall (line 31) | public void forall(Category c) {} FILE: src/opennlp/ccg/synsem/ComplexCat.java class ComplexCat (line 36) | public final class ComplexCat extends AbstractCat { method ComplexCat (line 45) | public ComplexCat(TargetCat target, Arg arg) { method ComplexCat (line 50) | public ComplexCat(TargetCat target, ArgStack args) { method ComplexCat (line 55) | public ComplexCat(TargetCat target, ArgStack args, LF lf) { method ComplexCat (line 67) | @SuppressWarnings("unchecked") method toXml (line 85) | public Element toXml() { method setModifierSlashes (line 95) | private void setModifierSlashes() { method setModifierSlash (line 115) | private void setModifierSlash(int targetIndex, BasicArg arg) { method getTarget (line 126) | public TargetCat getTarget() { method getArg (line 130) | public Arg getArg(int pos) { method getOuterArg (line 134) | public Arg getOuterArg() { method getResult (line 138) | public Category getResult() { method getSubResult (line 142) | public Category getSubResult(int upto) { method getArgStack (line 150) | public ArgStack getArgStack() { method getArgStack (line 154) | public ArgStack getArgStack(int from) { method containsDollarArg (line 158) | public boolean containsDollarArg() { method containsSetArg (line 162) | public boolean containsSetArg() { method add (line 166) | public void add(Arg a) { method add (line 170) | public void add(ArgStack as) { method addBeforeEnd (line 174) | public void addBeforeEnd(ArgStack as) { method addFront (line 183) | public void addFront(ArgStack as) { method insertFront (line 187) | public void insertFront(ArgStack as) { method insertEnd (line 191) | public void insertEnd(ArgStack as) { method set (line 195) | public void set(int index, Arg c) { method setOuterArgument (line 199) | public void setOuterArgument(Arg c) { method arity (line 203) | public int arity() { method copy (line 207) | public Category copy() { method shallowCopy (line 212) | public Category shallowCopy() { method deepMap (line 216) | public void deepMap(ModFcn mf) { method forall (line 222) | public void forall(CategoryFcn f) { method unifyCheck (line 228) | public void unifyCheck(Object u) throws UnifyFailure { method unify (line 236) | public Object unify(Object u, Substitution sub) throws UnifyFailure { method occurs (line 255) | public boolean occurs(Variable v) { method fill (line 260) | public Object fill(Substitution s) throws UnifyFailure { method toString (line 279) | public String toString() { method getSupertag (line 292) | public String getSupertag() { method toTeX (line 300) | public String toTeX() { method hashCodeNoLF (line 312) | public int hashCodeNoLF(TObjectIntHashMap varMap) { method equalsNoLF (line 322) | public boolean equalsNoLF(Object obj, TObjectIntHashMap varMap, FILE: src/opennlp/ccg/synsem/DerivationHandler.java class DerivationHandler (line 33) | abstract public class DerivationHandler { method topStep (line 36) | abstract public T topStep(Sign sign); method lexStep (line 39) | abstract public T lexStep(Sign sign); method unaryStep (line 42) | abstract public T unaryStep(Sign sign, Sign headChild); method binaryStep (line 45) | abstract public T binaryStep(Sign sign, boolean left, Sign headChild, ... method checkCache (line 48) | public T checkCache(Sign sign) { return null; } method cache (line 51) | public void cache(Sign sign, T result) {} method handleCompleteDerivation (line 54) | public T handleCompleteDerivation(Sign sign) { method handleDerivation (line 59) | public T handleDerivation(Sign sign) { FILE: src/opennlp/ccg/synsem/Dollar.java class Dollar (line 33) | public final class Dollar implements Arg, Variable, Mutable, Indexed, Se... method Dollar (line 45) | public Dollar(String name) { method Dollar (line 49) | public Dollar(Slash s, String name) { method Dollar (line 53) | public Dollar(Slash s, String name, int id) { method name (line 62) | public String name() { method getIndex (line 66) | public int getIndex() { method setIndex (line 70) | public void setIndex(int uniqueIndex) { method copy (line 74) | public Arg copy() { method forall (line 78) | public void forall(CategoryFcn fcn) { method getSlash (line 81) | public Slash getSlash() { method setSlashModifier (line 85) | public void setSlashModifier(boolean modifier) { _slash.setModifier(mo... method setSlashHarmonicCompositionResult (line 87) | public void setSlashHarmonicCompositionResult(boolean harmonicResult) ... method equals (line 89) | public boolean equals(Object o) { method hashCode (line 94) | public int hashCode() { method occurs (line 98) | public boolean occurs(Variable v) { method fill (line 102) | public Object fill(Substitution sub) throws UnifyFailure { method unifySlash (line 124) | public void unifySlash(Slash s) throws UnifyFailure { method unifyCheck (line 128) | public void unifyCheck(Object u) throws UnifyFailure { method unify (line 131) | public Object unify(Object u, Substitution sub) throws UnifyFailure { method deepMap (line 143) | public void deepMap(ModFcn mf) { method toString (line 147) | public String toString() { method getSupertag (line 158) | public String getSupertag() { method toTeX (line 169) | public String toTeX() { method hashCode (line 180) | public int hashCode(TObjectIntHashMap varMap) { method equals (line 199) | public boolean equals(Object obj, TObjectIntHashMap varMap, TObjectInt... FILE: src/opennlp/ccg/synsem/GenerativeSyntacticModel.java class GenerativeSyntacticModel (line 45) | public class GenerativeSyntacticModel implements FeatureExtractor, SignS... class GenLogProb (line 107) | public static class GenLogProb { method GenLogProb (line 111) | public GenLogProb(double logprob) { this.logprob = logprob; } method GenerativeSyntacticModel (line 124) | public GenerativeSyntacticModel(String topModelFN, String leafModelFN,... method setDebug (line 135) | public void setDebug(boolean debugScore) { method setAlphabet (line 150) | public void setAlphabet(Alphabet alphabet) { method extractFeatures (line 158) | public FeatureVector extractFeatures(Sign sign, boolean complete) { method genLogProbVector (line 163) | protected FeatureVector genLogProbVector(float logprob) { class LogProbGetter (line 170) | public class LogProbGetter extends DerivationHandler { method listPairs (line 173) | private String listPairs() { method checkCache (line 179) | public Double checkCache(Sign sign) { method cache (line 184) | public void cache(Sign sign, Double total) { method topStep (line 188) | public Double topStep(Sign sign) { method lexStep (line 194) | public Double lexStep(Sign sign) { method unaryStep (line 200) | public Double unaryStep(Sign sign, Sign headChild) { method binaryStep (line 206) | public Double binaryStep(Sign sign, boolean left, Sign headChild, Si... class FactorsGetter (line 214) | public static class FactorsGetter extends DerivationHandler { method newPairs (line 220) | private void newPairs() { pairs = new ArrayList>... method addPairs (line 222) | private void addPairs() { factors.add(new ListPairWord(pairs)); } method topStep (line 224) | public Void topStep(Sign sign) { method lexStep (line 229) | public Void lexStep(Sign sign) { method unaryStep (line 233) | public Void unaryStep(Sign sign, Sign headChild) { method binaryStep (line 238) | public Void binaryStep(Sign sign, boolean left, Sign headChild, Sign... method score (line 245) | public double score(Sign sign, boolean complete) { method logprob (line 250) | public double logprob(Sign sign, boolean complete) { method getFactors (line 257) | public static List getFactors(Sign sign) { method addTopFactors (line 264) | public static void addTopFactors(Sign sign, List> ... method addLexFactors (line 277) | public static void addLexFactors(Sign sign, List> ... method addParentFactors (line 283) | public static void addParentFactors(Sign sign, List... method addBinaryFactors (line 299) | public static void addBinaryFactors(Sign sign, List words, Category cat) { method Sign (line 84) | public Sign(Word word, Category cat) { method readObject (line 90) | @SuppressWarnings("unchecked") method writeObject (line 97) | private void writeObject(java.io.ObjectOutputStream stream) throws IOE... method createCoartSign (line 116) | public static Sign createCoartSign(Category cat, Sign lexSign, Sign co... method createDerivedSign (line 138) | public static Sign createDerivedSign(Category cat, Sign[] inputs, Rule... method createDerivedSignWithNewLF (line 146) | public static Sign createDerivedSignWithNewLF(Category cat, Sign[] inp... method Sign (line 162) | protected Sign(Category cat, Sign[] inputs, Rule rule, Sign lexHead) { method getRemainingWords (line 168) | private static List getRemainingWords(Sign[] inputs, int index) { method getWords (line 179) | public List getWords() { method getOrthography (line 184) | public String getOrthography() { method getCategory (line 189) | public Category getCategory() { method isLexical (line 194) | public boolean isLexical() { return _history.isEmpty(); } method setDerivationHistory (line 197) | public void setDerivationHistory(DerivationHistory dh) { method getDerivationHistory (line 202) | public DerivationHistory getDerivationHistory() { method getLexHead (line 207) | public Sign getLexHead() { return _lexHead; } method hashCode (line 211) | public int hashCode() { method equals (line 216) | public boolean equals(Object obj) { method surfaceWordHashCode (line 230) | public int surfaceWordHashCode() { method surfaceWordHashCode (line 241) | public int surfaceWordHashCode(boolean ignoreLF) { method surfaceWordEquals (line 261) | public boolean surfaceWordEquals(Object obj) { method surfaceWordEquals (line 273) | public boolean surfaceWordEquals(Object obj, boolean ignoreLF) { method toString (line 292) | public String toString() { method getWordsInXml (line 300) | public Document getWordsInXml() { method getWordsInXml (line 314) | public Document getWordsInXml(Set nominals) { method setMaxOrthLengths (line 325) | private void setMaxOrthLengths(Set nominals, TObjectIntHashMa... method addWordsToXml (line 344) | private void addWordsToXml(Element parent, TObjectIntHashMap nominalsM... method addWords (line 397) | private void addWords(Element parent, Word word) { method getBracketedString (line 428) | public String getBracketedString() { method getSupertag (line 445) | public String getSupertag() { return _cat.getSupertag(); } method getWordForm (line 450) | public String getWordForm() { return _words.get(0).getForm(); } method getPOS (line 455) | public String getPOS() { return _words.get(0).getPOS(); } method setOrigin (line 460) | public void setOrigin() { HyloHelper.setOrigin(_cat.getLF(), this); } method wordIndex (line 467) | public int wordIndex(Sign lexSign) { method wordIndex (line 472) | private int wordIndex(Sign lexSign, int[] offset) { method addData (line 488) | public void addData(Object obj) { method getData (line 494) | public Object getData(Class objClass) { class UnfilledDeps (line 504) | public static class UnfilledDeps { method UnfilledDeps (line 506) | public UnfilledDeps(List unfilledDeps) { this.unfille... class FilledDeps (line 510) | public static class FilledDeps { method FilledDeps (line 512) | public FilledDeps(List filledDeps) { this.filledDeps ... method getUnfilledDeps (line 516) | public List getUnfilledDeps() { method getFilledDeps (line 533) | public List getFilledDeps() { method getSiblingFilledDeps (line 558) | public List getSiblingFilledDeps() { method addSiblingFilledDeps (line 571) | private void addSiblingFilledDeps(List retval, List c) { method asSignSet (line 72) | @SuppressWarnings("unchecked") method insert (line 81) | public Sign insert(Sign sign) { method getSignsSorted (line 97) | public List getSignsSorted() { method compare (line 105) | public int compare(Sign sign1, Sign sign2) { method compareTo (line 111) | public static int compareTo(Sign sign1, Sign sign2) { method compareTo (line 128) | public static int compareTo(List words1, List words2) { FILE: src/opennlp/ccg/synsem/SignScorer.java type SignScorer (line 29) | public interface SignScorer method score (line 36) | public double score(Sign sign, boolean complete); method score (line 40) | public double score(Sign sign, boolean complete) { return 0; } method score (line 46) | public double score(Sign sign, boolean complete) { return random.nextD... FILE: src/opennlp/ccg/synsem/Slash.java class Slash (line 35) | public final class Slash implements Unifiable, Mutable, Serializable { method Slash (line 61) | public Slash(Element el) { method Slash (line 92) | public Slash() { method Slash (line 96) | public Slash(char sd) { method Slash (line 101) | public Slash(char sd, String md) { method Slash (line 106) | public Slash(char sd, Modality md) { method Slash (line 111) | private Slash(byte d, Modality m, byte a) { method toXml (line 117) | public Element toXml() { method copy (line 131) | public Slash copy() { method occurs (line 138) | public boolean occurs(Variable v) { method deepMap (line 142) | public void deepMap(ModFcn mf) { method isActive (line 146) | public boolean isActive() { method setAbility (line 150) | public boolean setAbility(String ability) { method decodeAbility (line 168) | public String decodeAbility() { method isModifier (line 175) | public boolean isModifier() { return _modifier; } method setModifier (line 179) | public void setModifier(boolean modifier) { _modifier = modifier; } method isHarmonicCompositionResult (line 182) | public boolean isHarmonicCompositionResult() { return _harmonicComposi... method setHarmonicCompositionResult (line 185) | public void setHarmonicCompositionResult(boolean harmonicResult) { _ha... method unifyCheck (line 188) | public void unifyCheck(Object u) throws UnifyFailure { method unify (line 202) | public Object unify(Object u, Substitution sub) throws UnifyFailure { method fill (line 234) | public Object fill(Substitution sub) throws UnifyFailure { method sameDirAsModality (line 244) | public boolean sameDirAsModality() { method encode (line 248) | private static byte encode(char sd) { method directionsMatch (line 259) | public static boolean directionsMatch(byte s1, byte s2) { method abilitiesMatch (line 267) | private static boolean abilitiesMatch(byte ab1, byte ab2) { method hashCode (line 278) | public int hashCode() { method equals (line 286) | public boolean equals(Object obj) { method hashCode (line 297) | public int hashCode(TObjectIntHashMap varMap) { method equals (line 308) | public boolean equals(Object obj, TObjectIntHashMap varMap, TObjectInt... method abilityStr (line 320) | private String abilityStr() { method toString (line 329) | public String toString() { method encode (line 343) | public String encode() { method getSupertag (line 357) | public String getSupertag() { method toTeX (line 364) | public String toTeX() { FILE: src/opennlp/ccg/synsem/SlashMode.java class SlashMode (line 32) | public final class SlashMode implements Modality, Serializable { method SlashMode (line 54) | public SlashMode(Element el) { method SlashMode (line 65) | public SlashMode() { method SlashMode (line 69) | public SlashMode(String m) { method SlashMode (line 73) | private SlashMode(byte m) { method copy (line 77) | public Object copy() { method hashCode (line 82) | public int hashCode() { return 31 * _mode; } method equals (line 85) | public boolean equals(Object obj) { method occurs (line 96) | public boolean occurs(Variable var) { method unifyCheck (line 100) | public void unifyCheck(Object o) throws UnifyFailure { method unify (line 107) | public Object unify(Object o, Substitution sub) throws UnifyFailure { method fill (line 121) | public Object fill(Substitution sub) throws UnifyFailure { method toString (line 125) | public String toString(byte slashDir) { method toString (line 144) | public String toString() { method toTeX (line 167) | public String toTeX(byte slashDir) { method toTeX (line 186) | public String toTeX() { method byteVal (line 209) | private static byte byteVal(String m) { method getDirection (line 231) | public byte getDirection() { method modesMatch (line 246) | private static boolean modesMatch(byte m1, byte m2) { FILE: src/opennlp/ccg/synsem/SyntacticFeatureExtractor.java class SyntacticFeatureExtractor (line 36) | public class SyntacticFeatureExtractor implements FeatureExtractor { class FeatureMapWrapper (line 42) | public static class FeatureMapWrapper { method FeatureMapWrapper (line 44) | public FeatureMapWrapper(FeatureMap featureMap) { this.featureMap = ... method SyntacticFeatureExtractor (line 97) | public SyntacticFeatureExtractor() { method setAlphabet (line 120) | public void setAlphabet(Alphabet alphabet) { method extractFeatures (line 126) | public FeatureVector extractFeatures(Sign sign, boolean complete) { method addFeatures (line 132) | protected void addFeatures(Sign sign, boolean complete) { method storeFeatureMap (line 170) | protected void storeFeatureMap(Sign sign) { method getFeatureMap (line 175) | protected FeatureMap getFeatureMap(Sign sign) { method inc (line 183) | protected void inc(List>> extractors) { method sibling (line 191) | protected Sign sibling(Sign sign, Sign[] inputs) { method setCurrentWords (line 197) | protected void setCurrentWords() { method find (line 207) | protected int find(List words, Word word) { method distWords (line 216) | protected String distWords() { method distPuncts (line 229) | protected String distPuncts() { method isPunct (line 251) | protected boolean isPunct(Word word) { method distVerbs (line 258) | protected String distVerbs() { method isVerb (line 279) | protected boolean isVerb(Word word) { method lexcat_word (line 286) | private List> lexcat_word() { method add_supertag (line 294) | private void add_supertag(List> retval) { method lexcat_pos (line 300) | private List> lexcat_pos() { method unary_rule (line 308) | private List> unary_rule() { method add_unary_rule (line 314) | private void add_unary_rule(List> retval) { method binary_rule (line 319) | private List> binary_rule() { method add_binary_rule (line 325) | private void add_binary_rule(List> retval) { method unary_rule_word (line 331) | private List> unary_rule_word() { method add_unary_rule_word (line 337) | private void add_unary_rule_word(List> re... method add_lex_word (line 342) | private void add_lex_word(List> retval) { method binary_rule_word (line 346) | private List> binary_rule_word() { method add_binary_rule_word (line 352) | private void add_binary_rule_word(List> r... method unary_rule_pos (line 358) | private List> unary_rule_pos() { method add_unary_rule_pos (line 364) | private void add_unary_rule_pos(List> ret... method add_lex_pos (line 369) | private void add_lex_pos(List> retval) { method binary_rule_pos (line 373) | private List> binary_rule_pos() { method add_binary_rule_pos (line 379) | private void add_binary_rule_pos(List> re... method rule_word_word (line 385) | private List> rule_word_word() { method add_sibling_word (line 392) | private void add_sibling_word(List> retva... method rule_word_pos (line 397) | private List> rule_word_pos() { method add_sibling_pos (line 404) | private void add_sibling_pos(List> retval) { method rule_pos_word (line 409) | private List> rule_pos_word() { method rule_pos_pos (line 417) | private List> rule_pos_pos() { method rule_word_dist (line 425) | private List> rule_word_dist() { method add_dist_words (line 432) | private void add_dist_words(List> retval) { method rule_pos_dist (line 437) | private List> rule_pos_dist() { method rule_word_dist_puncts (line 445) | private List> rule_word_dist_puncts() { method add_dist_puncts (line 452) | private void add_dist_puncts(List> retval) { method rule_pos_dist_puncts (line 457) | private List> rule_pos_dist_puncts() { method rule_word_dist_verbs (line 465) | private List> rule_word_dist_verbs() { method add_dist_verbs (line 472) | private void add_dist_verbs(List> retval) { method rule_pos_dist_verbs (line 477) | private List> rule_pos_dist_verbs() { FILE: src/opennlp/ccg/synsem/TargetCat.java type TargetCat (line 28) | public interface TargetCat extends Category { FILE: src/opennlp/ccg/synsem/VarModality.java class VarModality (line 32) | public class VarModality implements Variable, Indexed, Mutable, Modality... method VarModality (line 42) | public VarModality() { method VarModality (line 46) | public VarModality(String name) { method VarModality (line 50) | protected VarModality(String name, int index) { method name (line 56) | public String name() { method copy (line 60) | public Object copy() { method deepMap (line 64) | public void deepMap(ModFcn mf) { method getIndex (line 68) | public int getIndex() { method setIndex (line 72) | public void setIndex(int index) { method occurs (line 77) | public boolean occurs(Variable var) { method hashCode (line 81) | public int hashCode() { method equals (line 85) | public boolean equals(Object o) { method hashCode (line 95) | public int hashCode(TObjectIntHashMap varMap) { method equals (line 109) | public boolean equals(Object obj, TObjectIntHashMap varMap, TObjectInt... method unifyCheck (line 117) | public void unifyCheck(Object o) throws UnifyFailure { method unify (line 123) | public Object unify(Object u, Substitution sub) throws UnifyFailure { method fill (line 139) | public Object fill(Substitution sub) throws UnifyFailure { method getDirection (line 148) | public byte getDirection() { method toString (line 152) | public String toString(byte dir) { method toString (line 156) | public String toString() { method toTeX (line 160) | public String toTeX(byte dir) { method toTeX (line 164) | public String toTeX() { FILE: src/opennlp/ccg/test/CrossValidateRealizer.java class CrossValidateRealizer (line 40) | public class CrossValidateRealizer implements ScorerMaker { method CrossValidateRealizer (line 62) | public CrossValidateRealizer(URL grammarURL) throws IOException { method setupInputs (line 75) | @SuppressWarnings({ "unchecked", "rawtypes" }) method trainingFileName (line 181) | private String trainingFileName(int foldNum) { return "fold" + foldNum... method testFileName (line 182) | private String testFileName(int foldNum) { return "fold" + foldNum + "... method prepScorers (line 185) | public void prepScorers() throws IOException { method setCVR (line 204) | public void setCVR(CrossValidateRealizer cvr) {} method prepScorer (line 207) | public void prepScorer(File tmpDir, int foldNum, File trainFile, File ... method prepScorersSummary (line 210) | public void prepScorersSummary(File tmpDir) throws IOException {} method loadScorer (line 217) | public SignScorer loadScorer(File tmpDir, int foldNum, File trainFile)... method runTest (line 231) | public void runTest() throws IOException { method main (line 267) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/test/DerivMaker.java class DerivMaker (line 30) | public class DerivMaker { method makeDeriv (line 36) | public static Element makeDeriv(Sign sign) { FILE: src/opennlp/ccg/test/GenTargets.java class GenTargets (line 42) | public class GenTargets method GenTargets (line 60) | private GenTargets(URL grammarURL, File regressionFile) throws IOExcep... method realize (line 82) | private void realize(Element lfElt, Element outRoot) throws IOException { method main (line 110) | @SuppressWarnings("unchecked") FILE: src/opennlp/ccg/test/Regression.java class Regression (line 54) | public class Regression { method Regression (line 240) | public Regression() { method resetTotals (line 246) | public void resetTotals() { method bleuSetup (line 283) | private void bleuSetup() throws IOException { method nbestrealSetup (line 296) | private void nbestrealSetup() throws IOException { method rescoreSetup (line 305) | private void rescoreSetup() throws IOException { method nbestparseSetup (line 314) | private void nbestparseSetup() throws IOException { method bleuStartDoc (line 323) | private void bleuStartDoc(String id) { method bleuEndDoc (line 332) | private void bleuEndDoc() { method bleuFinish (line 341) | private void bleuFinish() throws IOException { method nbestrealFinish (line 354) | private void nbestrealFinish() throws IOException { method rescoreFinish (line 363) | private void rescoreFinish() throws IOException { method nbestparseFinish (line 372) | private void nbestparseFinish() throws IOException { method realserStartDoc (line 381) | private void realserStartDoc() { method realserEndDoc (line 388) | private void realserEndDoc(String testName) throws IOException { method xmlEscape (line 398) | private String xmlEscape(String s) { return xmlOutputter.outputString(... method norm_bleu (line 402) | private String norm_bleu(String s) { return xmlEscape(s.replace('_', '... method runTest (line 406) | public void runTest(File regressionFile) throws IOException { method getXMLFiles (line 425) | public static List getXMLFiles(File file) { method runSingleTest (line 438) | private void runSingleTest(File regressionFile) throws IOException { method showParseStats (line 1038) | public void showParseStats() { method showStats (line 1122) | public void showStats() { method showOutcome (line 1279) | private static void showOutcome(String parseResult, String realizeResu... method showOutcome (line 1284) | private static void showOutcome(String parseResult, String realizeResu... method simpleWrap (line 1296) | private static void simpleWrap(String str) { method initNF (line 1308) | private static NumberFormat initNF() { method initNFE (line 1318) | private static NumberFormat initNFE() { method showRealizerSettings (line 1324) | static void showRealizerSettings() { method writeTargets (line 1364) | public void writeTargets(File tbFile, String textfile) throws IOExcept... method writeTargetsSC (line 1372) | public void writeTargetsSC(File tbFile, String textfile) throws IOExce... method writeTargetsF (line 1380) | public void writeTargetsF(File tbFile, String textfile) throws IOExcep... method writeTargetsFSC (line 1388) | public void writeTargetsFSC(File tbFile, String textfile) throws IOExc... method writeTargets (line 1394) | private void writeTargets( method writeDerivationFactors (line 1464) | private void writeDerivationFactors(File tbFile, String filename) thro... method main (line 1497) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/test/RegressionInfo.java class RegressionInfo (line 35) | public class RegressionInfo { class TestItem (line 44) | public class TestItem { method getId (line 64) | public String getId() { method RegressionInfo (line 72) | public RegressionInfo(Grammar grammar, File regressionFile) throws Fil... method RegressionInfo (line 77) | @SuppressWarnings("unchecked") method serFile (line 110) | public static File serFile(File regressionFile) { method serStream (line 117) | public static ObjectInputStream serStream(File regressionFile) { method readSerStream (line 132) | @SuppressWarnings("unchecked") method writeSerFile (line 143) | public static void writeSerFile(Map signMap, File regress... method numberOfItems (line 152) | public int numberOfItems() { method getItem (line 157) | public TestItem getItem(int i) { method makeTestItem (line 165) | public static Element makeTestItem(TestItem testItem) { method makeTestItem (line 188) | public Element makeTestItem(String target, int numParses, LF lf) throw... method makeTestItem (line 196) | public static Element makeTestItem(Grammar grammar, String target, int... method makeTestItem (line 204) | public static Element makeTestItem(Grammar grammar, String target, int... method addToTestbed (line 218) | public static void addToTestbed(Grammar grammar, Sign sign, int numPar... FILE: src/opennlp/ccg/test/ScorerMaker.java type ScorerMaker (line 30) | public interface ScorerMaker { method setCVR (line 35) | public void setCVR(CrossValidateRealizer cvr); method prepScorer (line 45) | public void prepScorer(File tmpDir, int foldNum, File trainFile, File ... method prepScorersSummary (line 51) | public void prepScorersSummary(File tmpDir) throws IOException; method loadScorer (line 56) | public SignScorer loadScorer(File tmpDir, int foldNum, File trainFile)... FILE: src/opennlp/ccg/test/TimingMap.java class TimingMap (line 30) | public class TimingMap { method TimingMap (line 37) | public TimingMap(String label) { method add (line 42) | public void add(int num, int time) { method mean (line 55) | public double mean() { method sigma (line 65) | public double sigma() { method saveTimes (line 78) | public void saveTimes(Element root) { FILE: src/opennlp/ccg/test/UpdateTestbed.java class UpdateTestbed (line 36) | public class UpdateTestbed method UpdateTestbed (line 42) | private UpdateTestbed(URL grammarURL) throws IOException { method addFullWords (line 50) | private void addFullWords(File tbFile) throws IOException { method main (line 90) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccg/test/Validator.java class Validator (line 33) | public class Validator { method main (line 35) | public static void main(String[] args) throws Exception { method getXercesSchemaValidatingParser (line 55) | private static XMLReader getXercesSchemaValidatingParser() throws Exce... FILE: src/opennlp/ccg/unify/EmptySubstitution.java class EmptySubstitution (line 29) | public class EmptySubstitution implements Substitution { method makeSubstitution (line 31) | public Object makeSubstitution(Variable var, Object u) throws UnifyFai... method getValue (line 35) | public Object getValue(Variable var) { method varIterator (line 39) | public Iterator varIterator() { FILE: src/opennlp/ccg/unify/Feature.java type Feature (line 28) | public interface Feature { method getAttribute (line 30) | public String getAttribute (); method getValue (line 31) | public Unifiable getValue (); method getIndex (line 32) | public short getIndex (); method setValue (line 34) | public void setValue (Unifiable u); method setIndex (line 35) | public void setIndex (short index); FILE: src/opennlp/ccg/unify/FeatureStructure.java type FeatureStructure (line 31) | public interface FeatureStructure extends Unifiable, Mutable { method setFeature (line 39) | public void setFeature(String attribute, Object value); method getValue (line 48) | public Object getValue(String attribute); method hasAttribute (line 57) | public boolean hasAttribute(String attribute); method attributeHasValue (line 66) | public boolean attributeHasValue(String attribute, Object value); method getAttributes (line 74) | public Set getAttributes(); method size (line 82) | public int size(); method isEmpty (line 90) | public boolean isEmpty(); method clear (line 98) | public void clear(); method copy (line 106) | public FeatureStructure copy(); method contains (line 116) | public boolean contains(FeatureStructure fs); method inherit (line 126) | public FeatureStructure inherit(FeatureStructure fs); method equals (line 135) | public boolean equals(FeatureStructure fs); method getIndex (line 138) | public int getIndex(); method setIndex (line 140) | public void setIndex(int index); method getInheritsFrom (line 142) | public int getInheritsFrom(); method getSupertagInfo (line 147) | public String getSupertagInfo(); method toTeX (line 152) | public String toTeX(); FILE: src/opennlp/ccg/unify/GFeatStruc.java class GFeatStruc (line 38) | public class GFeatStruc extends HashMap implements Featur... method GFeatStruc (line 46) | public GFeatStruc() { method GFeatStruc (line 50) | public GFeatStruc(int i) { method GFeatStruc (line 54) | @SuppressWarnings("unchecked") method toXml (line 76) | public Element toXml() { method deepMap (line 115) | public void deepMap(ModFcn mf) { method setFeature (line 125) | public void setFeature(String attribute, Object val) { method setFeature (line 130) | private void setFeature(Element e) { method getValue (line 158) | public Object getValue(String attribute) { method hasAttribute (line 162) | public boolean hasAttribute(String attribute) { method attributeHasValue (line 166) | public boolean attributeHasValue(String attribute, Object val) { method getAttributes (line 170) | public Set getAttributes() { method clear (line 174) | public void clear() { method equals (line 180) | public boolean equals(FeatureStructure fs) { method hashCode (line 200) | public int hashCode() { return super.hashCode() + _index; } method copy (line 202) | public FeatureStructure copy() { method contains (line 213) | public boolean contains(FeatureStructure fs) { method occurs (line 239) | public boolean occurs(Variable v) { method unifyCheck (line 248) | public void unifyCheck(Object u) throws UnifyFailure { method unify (line 265) | public Object unify(Object u, Substitution sub) throws UnifyFailure { method fill (line 309) | public Object fill(Substitution sub) throws UnifyFailure { method inherit (line 334) | public FeatureStructure inherit(FeatureStructure fs) { method getIndex (line 343) | public int getIndex() { method setIndex (line 347) | public void setIndex(int index) { method getInheritsFrom (line 351) | public int getInheritsFrom() { method addFeatureString (line 355) | private void addFeatureString(String attribute, StringBuffer sb) { method toString (line 360) | public String toString() { method getSupertagInfo (line 408) | public String getSupertagInfo() { method addFeatureTeX (line 426) | private void addFeatureTeX(String attribute, StringBuffer sb) { method cleanText (line 434) | private String cleanText(String s) { method toTeX (line 455) | public String toTeX() { method hashCode (line 493) | public int hashCode(TObjectIntHashMap varMap) { method equals (line 541) | public boolean equals(Object obj, TObjectIntHashMap varMap, TObjectInt... FILE: src/opennlp/ccg/unify/GFeatVar.java class GFeatVar (line 32) | public class GFeatVar implements Variable, Indexed, Mutable, Serializable { method GFeatVar (line 41) | public GFeatVar(String name) { method GFeatVar (line 45) | public GFeatVar(String name, SimpleType st) { method GFeatVar (line 49) | protected GFeatVar(String name, int index, SimpleType st) { method name (line 56) | public String name() { method copy (line 60) | public Object copy() { method deepMap (line 64) | public void deepMap(ModFcn mf) { method getIndex (line 68) | public int getIndex() { method getType (line 72) | public SimpleType getType() { method setIndex (line 76) | public void setIndex(int index) { method occurs (line 81) | public boolean occurs(Variable var) { method hashCode (line 85) | public int hashCode() { method equals (line 89) | public boolean equals(Object o) { method hashCode (line 99) | public int hashCode(TObjectIntHashMap varMap) { method equals (line 114) | public boolean equals(Object obj, TObjectIntHashMap varMap, TObjectInt... method unifyCheck (line 123) | public void unifyCheck(Object o) throws UnifyFailure {} method unify (line 125) | public Object unify(Object u, Substitution sub) throws UnifyFailure { method fill (line 155) | public Object fill(Substitution sub) throws UnifyFailure { method toString (line 165) | public String toString() { FILE: src/opennlp/ccg/unify/GSubstitution.java class GSubstitution (line 35) | public class GSubstitution extends THashMap implements Substitution { method makeSubstitution (line 56) | @SuppressWarnings("unchecked") method getValue (line 107) | public Object getValue(Variable var) { method varIterator (line 120) | @SuppressWarnings("unchecked") method makeNewIndex (line 125) | public int makeNewIndex(int fs1Index, int fs2Index) { method addReindex (line 134) | public void addReindex(int oldIndex, int newIndex) { method getUpdatedIndex (line 145) | public int getUpdatedIndex(int oldIndex) { method addIndexedObject (line 150) | public void addIndexedObject(int index, Object o) { method getIndexedObject (line 154) | public Object getIndexedObject(int index) { method condense (line 158) | public void condense() throws UnifyFailure { method toString (line 175) | @SuppressWarnings("unchecked") FILE: src/opennlp/ccg/unify/GUnifier.java class GUnifier (line 29) | public class GUnifier { method unify (line 31) | public static Category unify (Category c1, Category c2) throws UnifyFa... method unify (line 35) | public static Category unify (Category c1, Category c2, Substitution s... FILE: src/opennlp/ccg/unify/Indexed.java type Indexed (line 26) | public interface Indexed { method getIndex (line 33) | public int getIndex (); method setIndex (line 41) | public void setIndex (int index); FILE: src/opennlp/ccg/unify/ModFcn.java type ModFcn (line 27) | public interface ModFcn { method modify (line 34) | public void modify (Mutable m); FILE: src/opennlp/ccg/unify/Mutable.java type Mutable (line 28) | public interface Mutable { method deepMap (line 36) | public void deepMap (ModFcn mf); FILE: src/opennlp/ccg/unify/SelfCondensingSub.java class SelfCondensingSub (line 30) | public class SelfCondensingSub extends HashMap implemen... method makeSubstitution (line 50) | public Object makeSubstitution(Variable var, Object u) throws UnifyFai... method getValue (line 94) | public Object getValue(Variable var) { method varIterator (line 98) | public Iterator varIterator() { FILE: src/opennlp/ccg/unify/SimpleSubstitution.java class SimpleSubstitution (line 29) | public class SimpleSubstitution extends HashMap impleme... method SimpleSubstitution (line 33) | public SimpleSubstitution() {} method SimpleSubstitution (line 35) | public SimpleSubstitution(Map map) { method makeSubstitution (line 39) | public Object makeSubstitution(Variable var, Object u) throws UnifyFai... method getValue (line 47) | public Object getValue(Variable var) { method varIterator (line 51) | public Iterator varIterator() { FILE: src/opennlp/ccg/unify/SimpleType.java class SimpleType (line 36) | public class SimpleType implements Unifiable, Serializable { method SimpleType (line 46) | public SimpleType(int i, String n, BitSet bs, Types t) { method getIndex (line 53) | public int getIndex() { return index; } method getBitSet (line 55) | public BitSet getBitSet() { return bitset; } method getName (line 57) | public String getName() { return name; } method toString (line 59) | public String toString() { return name; } method unifyCheck (line 61) | public void unifyCheck(Object u) throws UnifyFailure { method unify (line 67) | public Object unify(Object u, Substitution sub) throws UnifyFailure { method fill (line 83) | public Object fill(Substitution s) throws UnifyFailure { method occurs (line 87) | public boolean occurs(Variable v) { return false; } method hashCode (line 89) | public int hashCode() { return index; } method equals (line 91) | public boolean equals(Object o) { method readResolve (line 98) | public Object readResolve() throws ObjectStreamException { FILE: src/opennlp/ccg/unify/Substitution.java type Substitution (line 28) | public interface Substitution { method makeSubstitution (line 44) | public Object makeSubstitution(Variable var, Object u) throws UnifyFai... method getValue (line 54) | public Object getValue(Variable var); method varIterator (line 56) | public Iterator varIterator(); FILE: src/opennlp/ccg/unify/Unifiable.java type Unifiable (line 26) | public interface Unifiable { method occurs (line 35) | public boolean occurs(Variable v); method equals (line 45) | public boolean equals(Object o); method unify (line 59) | public Object unify(Object u, Substitution s) throws UnifyFailure; method unifyCheck (line 78) | public void unifyCheck(Object u) throws UnifyFailure; method fill (line 89) | public Object fill(Substitution s) throws UnifyFailure; FILE: src/opennlp/ccg/unify/Unifier.java class Unifier (line 27) | public class Unifier { method unify (line 37) | public static final Object unify (Object u1, Object u2) throws UnifyFa... method unify (line 60) | public static final Object unify (Object u1, Object u2, Substitution s... FILE: src/opennlp/ccg/unify/UnifyControl.java class UnifyControl (line 33) | public class UnifyControl { method modify (line 44) | public void modify (Mutable m) { method forall (line 58) | public void forall (Category c) { method startUnifySequence (line 75) | public static void startUnifySequence() { method reindex (line 81) | public static void reindex(Category cat) { method reindex (line 86) | public static void reindex(Category cat, Category anotherCat) { method getUniqueVarIndex (line 97) | public static int getUniqueVarIndex() { method getUniqueFeatureStructureIndex (line 101) | public static int getUniqueFeatureStructureIndex() { method copy (line 105) | public static Object copy(Object o) { FILE: src/opennlp/ccg/unify/UnifyFailure.java class UnifyFailure (line 27) | public class UnifyFailure extends Exception { method UnifyFailure (line 32) | public UnifyFailure() {} method UnifyFailure (line 35) | public UnifyFailure(String m) { super(m); } method UnifyFailure (line 38) | public UnifyFailure(String arg1, String arg2) { method toString (line 43) | public String toString() { FILE: src/opennlp/ccg/unify/Variable.java type Variable (line 30) | public interface Variable extends Unifiable { method name (line 37) | public String name(); method hashCode (line 42) | public int hashCode(TObjectIntHashMap varMap); method equals (line 48) | public boolean equals(Object obj, TObjectIntHashMap varMap, TObjectInt... FILE: src/opennlp/ccg/util/ArrayListWithIdentityEquals.java class ArrayListWithIdentityEquals (line 31) | public class ArrayListWithIdentityEquals extends ArrayList { method ArrayListWithIdentityEquals (line 36) | public ArrayListWithIdentityEquals() {} method ArrayListWithIdentityEquals (line 39) | public ArrayListWithIdentityEquals(Collection c) { super(c); } method ArrayListWithIdentityEquals (line 42) | public ArrayListWithIdentityEquals(int initialCapacity) { super(initia... method hashCode (line 46) | public int hashCode() { method equals (line 55) | public boolean equals(Object obj) { FILE: src/opennlp/ccg/util/CompositeFilter.java class CompositeFilter (line 33) | public class CompositeFilter implements Filter { method CompositeFilter (line 40) | public CompositeFilter() { method CompositeFilter (line 48) | @SafeVarargs method CompositeFilter (line 58) | public CompositeFilter(Collection> filters) { method filters (line 66) | public Set> filters() { method containsFilter (line 75) | public boolean containsFilter(Filter filter) { method addFilter (line 87) | public boolean addFilter(Filter filter) { method removeFilter (line 100) | public boolean removeFilter(Filter filter) { method allows (line 113) | @Override FILE: src/opennlp/ccg/util/DelegatedFilter.java class DelegatedFilter (line 41) | public abstract class DelegatedFilter implements Filter { method DelegatedFilter (line 49) | protected DelegatedFilter(Filter delegateFilter) { method getDelegateFilter (line 58) | public Filter getDelegateFilter() { method allows (line 70) | @Override method delegateValueFor (line 81) | public abstract D delegateValueFor(E e); FILE: src/opennlp/ccg/util/DisplayPrefs.java class DisplayPrefs (line 31) | public class DisplayPrefs { method DisplayPrefs (line 41) | public DisplayPrefs() { FILE: src/opennlp/ccg/util/Filter.java type Filter (line 35) | public interface Filter { method allows (line 41) | boolean allows(E e); FILE: src/opennlp/ccg/util/FilteredMap.java class FilteredMap (line 33) | public class FilteredMap extends AbstractMap { method FilteredMap (line 54) | public FilteredMap(Map originalMap, Filter getOriginalMap() { method getKeyFilter (line 77) | public Filter getKeyFilter() { method entrySet (line 91) | @Override method put (line 106) | @Override FILE: src/opennlp/ccg/util/FilteredSet.java class FilteredSet (line 38) | public class FilteredSet extends AbstractSet { method FilteredSet (line 57) | public FilteredSet(Collection originalCollection, Filter<... method getOriginalCollection (line 73) | public Collection getOriginalCollection() { method getFilter (line 82) | public Filter getFilter() { method iterator (line 89) | @Override method size (line 97) | @Override method add (line 109) | @Override FILE: src/opennlp/ccg/util/GroupMap.java class GroupMap (line 37) | public class GroupMap implements Serializable { method GroupMap (line 45) | public GroupMap() { this(false); } method GroupMap (line 48) | public GroupMap(boolean useIdentityEquals) { method put (line 54) | @SuppressWarnings("unchecked") method get (line 79) | @SuppressWarnings("unchecked") method putAll (line 95) | public void putAll(KeyType key, Collection vals) { method size (line 101) | public int size() { return map.size(); } method keySet (line 104) | @SuppressWarnings("unchecked") method containsKey (line 110) | public boolean containsKey(KeyType key) { method remove (line 115) | Set remove(KeyType key) { FILE: src/opennlp/ccg/util/IntHashSetMap.java class IntHashSetMap (line 33) | public class IntHashSetMap extends TIntObjectHashMap { method put (line 38) | public Object put(int key, Object value) { FILE: src/opennlp/ccg/util/Interner.java class Interner (line 38) | public class Interner { method Interner (line 47) | public Interner() {} method Interner (line 50) | public Interner(boolean softRefs) { this.softRefs = softRefs; } method intern (line 58) | public T intern(T obj) { method getInterned (line 78) | public T getInterned(T obj) { method size (line 86) | public int size() { method globalIntern (line 100) | public static Object globalIntern(Object obj) { method getGlobalInterned (line 109) | public static Object getGlobalInterned(Object obj) { method globalSize (line 115) | public static int globalSize() { method main (line 122) | public static void main(String[] args) { FILE: src/opennlp/ccg/util/InverseFilter.java class InverseFilter (line 28) | public class InverseFilter implements Filter { method InverseFilter (line 38) | public InverseFilter(Filter originalFilter) { method getOriginalFilter (line 51) | public Filter getOriginalFilter() { method allows (line 62) | @Override FILE: src/opennlp/ccg/util/JLineReader.java class JLineReader (line 33) | public class JLineReader extends LineReader { method JLineReader (line 43) | public JLineReader(String[] completions) throws IOException { method setCommandHistory (line 53) | public void setCommandHistory(String histStr) throws IOException { method getCommandHistory (line 67) | public String getCommandHistory() throws IOException { method readLine (line 79) | public String readLine(String prompt) throws IOException { FILE: src/opennlp/ccg/util/LineReader.java class LineReader (line 30) | abstract public class LineReader { method createLineReader (line 33) | public static LineReader createLineReader(String[] completions) throws... method setCommandHistory (line 38) | abstract public void setCommandHistory(String histStr) throws IOExcept... method getCommandHistory (line 41) | abstract public String getCommandHistory() throws IOException; method readLine (line 44) | abstract public String readLine(String prompt) throws IOException; FILE: src/opennlp/ccg/util/ListMap.java class ListMap (line 33) | public class ListMap { method ListMap (line 39) | public ListMap() { this(false); } method ListMap (line 42) | public ListMap(boolean useIdentityEquals) { method put (line 48) | @SuppressWarnings("unchecked") method get (line 73) | @SuppressWarnings("unchecked") method putAll (line 89) | public void putAll(KeyType key, Collection vals) { method size (line 95) | public int size() { return map.size(); } method keySet (line 98) | @SuppressWarnings("unchecked") method containsKey (line 104) | public boolean containsKey(KeyType key) { method remove (line 109) | List remove(KeyType key) { FILE: src/opennlp/ccg/util/MembershipFilter.java class MembershipFilter (line 30) | public class MembershipFilter implements Filter { method MembershipFilter (line 45) | public MembershipFilter(Set members) { method allows (line 61) | @Override FILE: src/opennlp/ccg/util/Pair.java class Pair (line 32) | public final class Pair implements Serializable { method Pair (line 43) | public Pair(TypeA a, TypeB b) { method hashCode (line 48) | public int hashCode() { return a.hashCode() - b.hashCode(); } method equals (line 51) | public boolean equals(Object obj) { method toString (line 59) | public String toString() { return "["+a+"/"+b+"]"; } FILE: src/opennlp/ccg/util/SingletonList.java class SingletonList (line 32) | public class SingletonList extends AbstractList implements Seriali... method SingletonList (line 40) | public SingletonList(T elt) { method size (line 45) | public int size() { return 1; } method get (line 48) | public T get(int i) { method hashCode (line 54) | public int hashCode() { method equals (line 59) | public boolean equals(Object obj) { FILE: src/opennlp/ccg/util/StructureSharingList.java class StructureSharingList (line 33) | public class StructureSharingList extends AbstractList implements ... method StructureSharingList (line 50) | public StructureSharingList(List first, List second) { method size (line 56) | public int size() { return size; } method get (line 59) | public T get(int i) { method hashCode (line 69) | public int hashCode() { method equals (line 82) | public boolean equals(Object obj) { FILE: src/opennlp/ccg/util/TrieMap.java class TrieMap (line 31) | public class TrieMap { type KeyExtractor (line 34) | public interface KeyExtractor { method getKey (line 36) | public KeyType getKey(); method TrieMap (line 52) | public TrieMap(DataType data) { method createNode (line 57) | protected TrieMap createNode() { method addChild (line 62) | @SuppressWarnings("unchecked") method addChildren (line 82) | @SuppressWarnings("unchecked") method getParent (line 110) | public TrieMap getParent() { method getChild (line 115) | @SuppressWarnings("unchecked") method getChildFromList (line 128) | public TrieMap getChildFromList(List keys) { method getChildFromLazyList (line 138) | public TrieMap getChildFromLazyList(List findChild(KeyType key) { method findChildFromList (line 164) | public TrieMap findChildFromList(List keys) { method findChildFromLazyList (line 182) | public TrieMap findChildFromLazyList(List extends MembershipFilter { method VisitedFilter (line 38) | public VisitedFilter() { method allows (line 51) | @Override method hasVisited (line 69) | public boolean hasVisited(E e) { FILE: src/opennlp/ccg/util/Visualizer.java class Visualizer (line 35) | public class Visualizer { method ruleToTeX (line 37) | private String ruleToTeX(String rule, int indent, int length) { method getTempFileName (line 50) | public String getTempFileName() { method getTempDirName (line 66) | public String getTempDirName() { method getTreeDepth (line 79) | public int getTreeDepth(Sign sign, int level) method numberOfLeaves (line 93) | private int numberOfLeaves(Sign results) { method processSign (line 102) | public List processSign(Sign results, int level, int identati... method writeFooter (line 121) | public boolean writeFooter(String fileName){ method writeHeader (line 132) | public boolean writeHeader(String fileName) { method show (line 169) | public boolean show(String fileName) { class myFilter (line 201) | class myFilter implements FileFilter { method myFilter (line 203) | public myFilter(String s) { method accept (line 206) | public boolean accept(File f) { class myFileNameFilter (line 215) | public class myFileNameFilter implements FilenameFilter { method myFileNameFilter (line 217) | public myFileNameFilter(String s) { method accept (line 220) | public boolean accept(File dir, String name) { method cleanFiles (line 225) | public boolean cleanFiles(String fileName) { class auxFileNameFilter (line 239) | public class auxFileNameFilter implements FilenameFilter { method auxFileNameFilter (line 241) | public auxFileNameFilter(String s) { method accept (line 244) | public boolean accept(File dir, String name) { method cleanAuxFiles (line 252) | public boolean cleanAuxFiles(String fileName) { method saveTeXFile (line 270) | public boolean saveTeXFile(Sign results, String fileName) { method sortList (line 321) | private List sortList(List signList) { class TeXSign (line 335) | private class TeXSign { method runCommand (line 346) | public static void runCommand (String cmd) { method runCommand (line 357) | public static void runCommand (String cmd, boolean wait) { FILE: src/opennlp/ccg/util/XmlScanner.java class XmlScanner (line 53) | public abstract class XmlScanner extends DefaultHandler { method handleRoot (line 59) | public void handleRoot(Element e) {} method handleElement (line 62) | public abstract void handleElement(Element e); method parse (line 68) | public void parse(URL url) throws IOException { method startElement (line 109) | public void startElement(String uri, String localName, String qname, A... method createElement (line 128) | protected Element createElement(String uri, String localName, String q... method endElement (line 146) | public void endElement(String uri, String localName, String qname) thr... class MyScanner (line 158) | public static class MyScanner extends XmlScanner { method handleRoot (line 160) | public void handleRoot(Element e) { method handleElement (line 170) | public void handleElement(Element e) { method main (line 180) | public static void main(String[] args) throws IOException { FILE: src/opennlp/ccgbank/CCGBankConvert.java class CCGBankConvert (line 64) | public class CCGBankConvert extends CCGBankTask { method start (line 78) | @Override method nextDirectory (line 113) | @Override method nextFile (line 136) | @Override method setKeepPPHeads (line 180) | public void setKeepPPHeads(boolean keepPPHeads) { this.keepPPHeads = k... method setStemsFile (line 186) | public void setStemsFile(File stemsFile) { method setWordsFile (line 194) | public void setWordsFile(File wordsFile) { method setAuxFileDirectory (line 201) | public void setAuxFileDirectory(File auxFileDirectory) { method setBbnAuxDirectory (line 209) | public void setBbnAuxDirectory(File bbnAuxDirectory) { method main (line 213) | public static void main(String[] args) { class TreeWalker (line 238) | class TreeWalker { method eval (line 246) | public Element eval(SimpleNode node, Element root) throws Exception { method ccinserter (line 361) | public Element ccinserter(SimpleNode node, Element leaf) { method atomcatinserter (line 420) | public Element atomcatinserter(SimpleNode node) throws Exception { method opinserter (line 496) | public Element opinserter(SimpleNode node) { method catInserter (line 515) | public Element catInserter(SimpleNode node, Element leaf) { method stripPPHeads (line 577) | private String stripPPHeads(String cat) { method adjustRole (line 583) | private String adjustRole(String role) { FILE: src/opennlp/ccgbank/CCGBankExtract.java class CCGBankExtract (line 61) | public class CCGBankExtract extends CCGBankTask implements URIResolver { method CCGBankExtract (line 78) | public CCGBankExtract() { method setGrammarName (line 91) | public void setGrammarName(String grammarName) { method addConfiguredTestbed (line 99) | public void addConfiguredTestbed(CCGBankTaskTestbed tb) { method setCatFreqCutoff (line 107) | public void setCatFreqCutoff(int catFreqCutoff) { method setLexFreqCutoff (line 115) | public void setLexFreqCutoff(int lexFreqCutoff) { method setOpenFreqCutoff (line 123) | public void setOpenFreqCutoff(int openFreqCutoff) { method setPPheads (line 131) | public void setPPheads(boolean pPheads) { method setRuleFreqCutoff (line 139) | public void setRuleFreqCutoff(int ruleFreqCutoff) { method setSkipUnmatched (line 147) | public void setSkipUnmatched(boolean skipUnmatched) { method resolve (line 155) | public Source resolve(String href, String base) { method addConfiguredTemplates (line 172) | @Override method start (line 193) | @Override method nextFile (line 237) | @Override method finish (line 262) | @Override method loadTemplates (line 371) | Templates loadTemplates(String resourceName) throws BuildException { method getResource (line 390) | InputStream getResource(String resourceName) { FILE: src/opennlp/ccgbank/CCGBankTask.java class CCGBankTask (line 60) | public abstract class CCGBankTask extends Task method addTask (line 84) | public void addTask(Task task) { method setTarget (line 97) | public void setTarget(File target) { method setTerminateOnError (line 114) | public void setTerminateOnError(boolean terminateOnError) { method setTerminateOnWarning (line 123) | public void setTerminateOnWarning(boolean terminateOnWarning) { method setUseXMLFilter (line 131) | public void setUseXMLFilter(boolean useXMLFilter) { method addConfiguredSources (line 139) | public void addConfiguredSources(CCGBankTaskSources sources) { method addConfiguredTemplates (line 147) | public void addConfiguredTemplates(CCGBankTaskTemplates templates) { method start (line 156) | protected void start() throws BuildException { method finish (line 165) | protected void finish() throws BuildException { method nextDirectory (line 175) | protected void nextDirectory(File section) method nextFile (line 187) | protected InputSource nextFile(File file) throws BuildException { method error (line 203) | public void error(SAXParseException exception) { method fatalError (line 213) | public void fatalError(SAXParseException exception) { method warning (line 223) | public void warning(SAXParseException exception) { method error (line 233) | public void error(TransformerException exception) { method fatalError (line 243) | public void fatalError(TransformerException exception) { method warning (line 253) | public void warning(TransformerException exception) { method handleError (line 262) | void handleError(String prefix, SAXParseException spe, boolean termina... method handleError (line 285) | void handleError(String prefix, TransformerException te, method execute (line 308) | @Override FILE: src/opennlp/ccgbank/CCGBankTaskFileGroup.java class CCGBankTaskFileGroup (line 47) | public abstract class CCGBankTaskFileGroup extends Task implements method CCGBankTaskFileGroup (line 57) | protected CCGBankTaskFileGroup(Collection subGroups) { method addGroup (line 65) | protected void addGroup(G group) { method getFiles (line 76) | protected abstract File[] getFiles(G group); method makeFiles (line 88) | protected File[] makeFiles(File directory, String[] fileNames) { method addTask (line 105) | public void addTask(Task task) { method iterator (line 120) | public Iterator iterator() { class AllFileView (line 133) | class AllFileView implements Iterator { method hasNext (line 143) | public boolean hasNext() { method next (line 161) | public File next() { method remove (line 174) | public void remove() { class FileArrayIterator (line 186) | class FileArrayIterator implements Iterator { method FileArrayIterator (line 196) | FileArrayIterator(File[] array) { method hasNext (line 204) | public boolean hasNext() { method next (line 214) | public File next() { method remove (line 227) | public void remove() { FILE: src/opennlp/ccgbank/CCGBankTaskSources.java class CCGBankTaskSources (line 41) | public class CCGBankTaskSources extends CCGBankTaskFileGroup { method CCGBankTaskSources (line 46) | public CCGBankTaskSources() { method addConfiguredFileSet (line 54) | public void addConfiguredFileSet(FileSet fileSet) { method getFiles (line 64) | @Override FILE: src/opennlp/ccgbank/CCGBankTaskTemplates.java class CCGBankTaskTemplates (line 39) | public class CCGBankTaskTemplates extends CCGBankTaskFileGroup { type Type (line 46) | enum Type { method fileName (line 68) | String fileName() { method CCGBankTaskTemplates (line 81) | public CCGBankTaskTemplates() { method addConfiguredFilelist (line 89) | public void addConfiguredFilelist(FileList fileList) { method getFiles (line 99) | @Override method setType (line 111) | public void setType(String typeName) { FILE: src/opennlp/ccgbank/CCGBankTaskTestbed.java class CCGBankTaskTestbed (line 34) | public class CCGBankTaskTestbed extends Task { method getCombos (line 43) | public File getCombos() { method isDebugDerivations (line 51) | public boolean isDebugDerivations() { method isShowsSem (line 59) | public boolean isShowsSem() { method getFactors (line 67) | public File getFactors() { method getPreds (line 75) | public File getPreds() { method getText (line 83) | public File getText() { method getTree (line 88) | public File getTree() { method setCombos (line 95) | public void setCombos(File combos) { method setDebugDerivations (line 102) | public void setDebugDerivations(boolean debugDerivations) { method setShowSem (line 109) | public void setShowSem(boolean showSem) { method setFactors (line 116) | public void setFactors(File factors) { method setPreds (line 123) | public void setPreds(File preds) { method setText (line 130) | public void setText(File text) { method setTree (line 134) | public void setTree(File treeAuxFile) { FILE: src/opennlp/ccgbank/InputSourceAdapter.java class InputSourceAdapter (line 42) | class InputSourceAdapter extends StreamSource { method InputSourceAdapter (line 45) | InputSourceAdapter(InputSource inputSource) { method getPublicId (line 53) | @Override method getSystemId (line 62) | @Override method setPublicId (line 71) | @Override method setSystemId (line 80) | @Override method getInputStream (line 88) | @Override method getReader (line 96) | @Override method setInputStream (line 104) | @Override method setReader (line 112) | @Override method setSystemId (line 120) | @Override FILE: src/opennlp/ccgbank/TemplatesProcessor.java class TemplatesProcessor (line 55) | class TemplatesProcessor extends XSLTProcessor { method TemplatesProcessor (line 58) | TemplatesProcessor(ErrorListener errorListener) { method addTemplates (line 62) | void addTemplates(Templates t) { method process (line 73) | @Override FILE: src/opennlp/ccgbank/XMLFilterProcessor.java class XMLFilterProcessor (line 52) | class XMLFilterProcessor extends XSLTProcessor { method XMLFilterProcessor (line 64) | XMLFilterProcessor(ErrorListener errorListener, ErrorHandler errorHand... method newTransformerFactory (line 69) | SAXTransformerFactory newTransformerFactory() { method process (line 78) | @Override method makeFilter (line 92) | XMLFilter makeFilter(CCGBankTaskTemplates templates) method makeFilter (line 106) | XMLFilter makeFilter(List templateList) FILE: src/opennlp/ccgbank/XSLTProcessor.java class XSLTProcessor (line 64) | abstract class XSLTProcessor { method XSLTProcessor (line 83) | XSLTProcessor(ErrorListener errorListener) { method addAllTemplates (line 88) | boolean addAllTemplates(List templateList) { method addTemplates (line 98) | boolean addTemplates(CCGBankTaskTemplates taskTemplates) { method process (line 116) | abstract void process(InputSource inputSource) method setTarget (line 119) | void setTarget(File file) throws FileNotFoundException { method resetSerializer (line 130) | void resetSerializer() { method newTransformerFactory (line 137) | SAXTransformerFactory newTransformerFactory() { method makeTemplates (line 157) | List makeTemplates(CCGBankTaskTemplates taskTemplates) method makeTemplates (line 170) | List makeTemplates(List templateList) FILE: src/opennlp/ccgbank/convert/ApposTally.java class ApposTally (line 27) | public class ApposTally { method openCueFile (line 63) | public void openCueFile(String fileName) throws IOException { method storeId (line 77) | public String storeId(String x) { method flushVars (line 85) | public void flushVars() { method storeBalance (line 95) | public void storeBalance(String status) { method getBalance (line 102) | public String getBalance() { method getCaps (line 109) | public String getCaps(String x) { method storeLex (line 116) | public void storeLex(String word, String pos) { method printLex (line 130) | public void printLex() { method storeHead (line 138) | public void storeHead(String word, String pos, int npNo) { method cueAnalysis (line 158) | public String cueAnalysis() { FILE: src/opennlp/ccgbank/convert/DiscrCheck.java class DiscrCheck (line 24) | public class DiscrCheck{ method storeId (line 30) | public String storeId(String x){ method checkCatDiscr (line 37) | public void checkCatDiscr(String cat,String cat0,String lex){ FILE: src/opennlp/ccgbank/convert/GenChal11Adjuster.java class GenChal11Adjuster (line 28) | public class GenChal11Adjuster { method getAdjustedString (line 31) | public String getAdjustedString(String text) { FILE: src/opennlp/ccgbank/convert/GenConjRule.java class GenConjRule (line 27) | public class GenConjRule { method addParen (line 42) | public String addParen(String str) { method modRes (line 51) | public String modRes(String str) { method getConjRes (line 58) | public String getConjRes(String x) { method normId (line 66) | public String normId(String oldId, String oldInhId, String cat) { method globalInit (line 92) | public String globalInit() { method localInit (line 99) | public String localInit() { method dsInit (line 107) | public String dsInit() { method storeDollarStatus (line 115) | public String storeDollarStatus(String type) { method dsCalc (line 125) | public String dsCalc() { method getDollarStatus (line 140) | public String getDollarStatus() { method getglobalId (line 145) | public String getglobalId() { FILE: src/opennlp/ccgbank/convert/InfoHelper.java class InfoHelper (line 28) | public class InfoHelper{ method init (line 53) | public static void init(File auxDir, File bbnAuxDir) { method readBBNAuxfiles (line 59) | public static void readBBNAuxfiles(String sect){ method readQuoteAuxfiles (line 100) | public static void readQuoteAuxfiles(String sect){ method readPTBAuxfiles (line 133) | public static void readPTBAuxfiles(String sect){ method readTreeAuxfiles (line 177) | public static void readTreeAuxfiles(String sect){ method checkTreeInfo (line 207) | public boolean checkTreeInfo(String header,String ntId,int numCats){ method getTreeInfo (line 223) | public String getTreeInfo(String key){ method getTreeId (line 240) | public String getTreeId(){ method getTreeSlash (line 257) | public String getTreeSlash(){ method getBBNClass (line 280) | public String getBBNClass(String header,String lex,String pos,String c... method classReplace (line 368) | public String classReplace(String semClass,String lex,String wordBit){ method getCleanClass (line 387) | public String getCleanClass(String semClass){ method getBBNInfo (line 398) | public String getBBNInfo(String header,String span,String words){ method getCollapseStatus (line 435) | public boolean getCollapseStatus(){ method collapse (line 442) | public String collapse(String word,String choice){ method getQuoteInfo (line 458) | public String getQuoteInfo(String header,int ind1,int ind2,String words){ method storeRes (line 489) | public void storeRes(String str){ method getRes (line 494) | public String getRes(){ method id (line 501) | public String id(String cat){ method id (line 519) | public void id(){ method getTermNo (line 524) | public String getTermNo(){ method getNonTermNo (line 531) | public String getNonTermNo(){ method getPunctlessIndex (line 539) | public String getPunctlessIndex(String word){ method isCCGWord (line 550) | public boolean isCCGWord(String word){ method initId (line 560) | public String initId(){ method getPTBInfo (line 568) | public String getPTBInfo(String label,String sentId,String head,String... method printBBNClasses (line 586) | public void printBBNClasses(){ method replaceColon (line 615) | public String replaceColon(String str) { FILE: src/opennlp/ccgbank/convert/Javafns.java class Javafns (line 27) | public class Javafns{ method addRes (line 36) | public String addRes(String cat,String ppHead){ method elimRedun (line 48) | public String elimRedun(int headCount){ method putTempId (line 65) | public String putTempId(String x){ method getTempId (line 73) | public String getTempId(){ method changeCat (line 80) | public String changeCat(String cat){ method flush (line 103) | public String flush(){ method setHead (line 109) | public String setHead(String head){ method getHead (line 115) | public String getHead(){ method peekHead (line 130) | public String peekHead(){ method printCat (line 140) | public String printCat(String cat){ FILE: src/opennlp/ccgbank/convert/MWHelper.java class MWHelper (line 26) | public class MWHelper { method initSettings (line 41) | public void initSettings() { method concatWords (line 47) | public void concatWords(String lex, String pos, String term_no) { method getInfo (line 56) | public String getInfo(int choice) { method storePrt (line 81) | public void storePrt(String prt_term_no, String prt) { method peekPrt (line 86) | public String peekPrt(int nextPrnNo) { method getPrt (line 96) | public String getPrt() { FILE: src/opennlp/ccgbank/convert/MorphLookup.java class MorphLookup (line 13) | public class MorphLookup { method init (line 19) | public static void init(File wordsFile, File stemsFile) throws IOExcep... method getStem (line 57) | public String getStem(String word, String pos) { FILE: src/opennlp/ccgbank/convert/OrigPunctRules.java class OrigPunctRules (line 25) | public class OrigPunctRules { method storeId (line 43) | public String storeId(String x) { method initId (line 56) | public String initId() { method allotId (line 63) | public String allotId(String cat) { method storeLabel (line 75) | public String storeLabel(String x) { method getLabel (line 80) | public String getLabel() { method initLabel (line 84) | public String initLabel() { FILE: src/opennlp/ccgbank/convert/PunctHelper.java class PunctHelper (line 26) | public class PunctHelper { method calcIndexRel (line 44) | public String calcIndexRel(String cat, String pos) { method globalInit (line 78) | public String globalInit() { method getglobalId (line 85) | public String getglobalId() { method setglobalId (line 90) | public String setglobalId(int x) { method storePOS (line 95) | public String storePOS(String x) { method getPOS (line 100) | public String getPOS() { method initPOS (line 105) | public String initPOS() { method balInit (line 110) | public String balInit() { method storeBal (line 115) | public String storeBal(String x) { method getBal (line 120) | public String getBal() { method storeFeat (line 124) | public String storeFeat(String x) { method getFeat (line 129) | public String getFeat() { method featInit (line 133) | public String featInit() { method debugPrint (line 138) | public String debugPrint(String x, String y) { method removeFeats (line 143) | public String removeFeats(String cat) { method purgeCat (line 149) | public String purgeCat(String cat) { method purgeCat1 (line 157) | public String purgeCat1(String cat) { method cleanPP (line 167) | public String cleanPP(String cat) { FILE: src/opennlp/ccgbank/convert/RoleAdjuster.java class RoleAdjuster (line 24) | public class RoleAdjuster { method getAdjustedRoles (line 27) | public String getAdjustedRoles(String cat, String roles) { method addMissingArg (line 61) | private String addMissingArg(String cat, String rest) { method getCatPlusRoles (line 77) | public String getCatPlusRoles(String cat, String roles) { FILE: src/opennlp/ccgbank/convert/XSLTTrueCaser.java class XSLTTrueCaser (line 31) | public class XSLTTrueCaser { method init (line 38) | public static void init(String pathToTrueCaseList) { method trueCase (line 43) | public String trueCase(String theWord, String neClass, String pos,Stri... FILE: src/opennlp/ccgbank/extract/CatNode.java class CatNode (line 30) | public class CatNode { method CatNode (line 43) | public CatNode(String cat, String pos){ method lexInsert (line 48) | public void lexInsert(String lex, String id){ method getLexFreq (line 67) | public int getLexFreq(String lex) { method printTally (line 74) | public void printTally(PrintWriter output) { FILE: src/opennlp/ccgbank/extract/DebugHelper.java class DebugHelper (line 26) | public class DebugHelper { method getInit (line 36) | public boolean getInit() { method readInfo (line 43) | public void readInfo() { method purgeCat (line 79) | public String purgeCat(String cat) { method recordInfo (line 90) | public void recordInfo(String sentId, String pred, String misc) { method printInfo (line 98) | public void printInfo() { FILE: src/opennlp/ccgbank/extract/DefaultLFHelper.java class DefaultLFHelper (line 26) | public class DefaultLFHelper { method init (line 34) | public void init() { method storeCat (line 42) | public void storeCat(String cat, String id, String idType) { method getType (line 67) | public String getType() { method getArgNo (line 76) | public String getArgNo(int argCount) { method isArg (line 82) | public boolean isArg(String id) { method purgeCat (line 97) | public String purgeCat(String cat) { FILE: src/opennlp/ccgbank/extract/ExtractGrammar.java class ExtractGrammar (line 30) | public class ExtractGrammar { class ExtractionProperties (line 33) | public static class ExtractionProperties { method main (line 101) | public static void main(String args[]) throws Exception { method getSource (line 319) | public static StreamSource getSource(String resourceName) { FILE: src/opennlp/ccgbank/extract/FreqTally.java class FreqTally (line 46) | public class FreqTally{ method reset (line 71) | public static void reset() { method storeId (line 79) | public String storeId(String x) { method changeCase (line 91) | public String changeCase(String lex,String pos){ method loadTally (line 100) | public boolean loadTally(String lex, String cat, String pos) { method catPosKey (line 127) | public static String catPosKey(String cat, String pos) { method sortTally (line 133) | public static List sortTally(Map x) { method printTally (line 162) | public static void printTally(ExtractionProperties extractProps) throw... method printTally (line 167) | public static void printTally(File directory) throws FileNotFoundExcep... method firstLexCombo (line 209) | public boolean firstLexCombo(String lex, String stem, String rel, Stri... method getFreq (line 220) | private int getFreq(String key) { method getFreq (line 226) | public int getFreq(String cat, String pos) { method checkFreqStatus (line 232) | public boolean checkFreqStatus(String cat, String pos) { method checkFreqStatus (line 244) | public boolean checkFreqStatus(String lex, String cat, String pos) { method isOpen (line 259) | public boolean isOpen(String cat, String pos) { FILE: src/opennlp/ccgbank/extract/InsertLFHelper.java class InsertLFHelper (line 30) | public class InsertLFHelper{ method initFeat (line 35) | public String initFeat(){ method putFeat (line 40) | public String putFeat(String feat){ method getFeat (line 45) | public String getFeat(){ method resetStemRelPairs (line 61) | public String resetStemRelPairs() { stemRelPairs.clear(); return null; } method containsStemRelPair (line 64) | public boolean containsStemRelPair(String stem, String rel) { method setRoles (line 74) | public boolean setRoles(String roles) { method getRole (line 80) | public String getRole(int n) { FILE: src/opennlp/ccgbank/extract/LexExtract.java class LexExtract (line 56) | public class LexExtract{ method extractLex (line 58) | public static void extractLex(ExtractionProperties extractProps) throw... FILE: src/opennlp/ccgbank/extract/MorphExtrHelper.java class MorphExtrHelper (line 26) | public class MorphExtrHelper { method checkFreqAndNoveltyStatus (line 33) | public boolean checkFreqAndNoveltyStatus(String lex, String stem, Stri... method macroNamer (line 43) | public String macroNamer(String macro, String semClass,String pos,Stri... method agrMacroDecider (line 68) | public String agrMacroDecider(String macro,String semClass,String pos,... method storeWHLex (line 92) | public void storeWHLex(String whLex){ method getWHLex (line 96) | public String getWHLex(){ FILE: src/opennlp/ccgbank/extract/MorphExtract.java class MorphExtract (line 47) | public class MorphExtract { method extractMorph (line 49) | public static void extractMorph(ExtractionProperties extractProps) method addTransforms (line 112) | public static void addTransforms(ArrayList xslChain, String ma... FILE: src/opennlp/ccgbank/extract/RulesExtract.java class RulesExtract (line 51) | public class RulesExtract { method extractRules (line 53) | public static void extractRules(ExtractionProperties extractProps) thr... FILE: src/opennlp/ccgbank/extract/RulesTally.java class RulesTally (line 37) | public class RulesTally { method reset (line 55) | public static void reset() { method storeId (line 63) | public String storeId(String x){ method loadTally (line 75) | public String loadTally(String res, String arg) throws FileNotFoundExc... method printTally (line 104) | public static void printTally(ExtractionProperties extractProps) throw... method printTally (line 109) | public static void printTally(File directory) throws FileNotFoundExcep... method checkRuleStatus (line 199) | public boolean checkRuleStatus(String rule) { method checkRuleFreqStatus (line 205) | public boolean checkRuleFreqStatus(String rule){ method keepUnmatched (line 212) | public boolean keepUnmatched() { FILE: src/opennlp/ccgbank/extract/Testbed.java class Testbed (line 47) | public class Testbed { method Testbed (line 86) | public Testbed(Set sourcesSet, File targetDirectory, method createTestFiles (line 100) | @SuppressWarnings("rawtypes") method followDeriv (line 288) | private void followDeriv(Element derivElt) { method followDerivR (line 355) | @SuppressWarnings({ "rawtypes", "unchecked" }) method recurseCat (line 612) | private static void recurseCat(Category cat, ArrayList fullCat, method containsPred (line 674) | private static boolean containsPred(LF lf, String pred) { method containsRoles (line 692) | private static boolean containsRoles(LF lf, String roles) { method containsRel (line 716) | private static boolean containsRel(LF lf, String indexRel, Sign sign) { method isPunct (line 739) | private static boolean isPunct(Element elt) { method containsCat (line 750) | private static boolean containsCat(SignHash signs, String cat) { method newCombos (line 779) | private List newCombos() { method newCombos (line 786) | private void newCombos(Sign s, List retval) { method extrPredInfo (line 806) | private void extrPredInfo(LF lf, String sentId) { method extractPredInfo (line 816) | public static void extractPredInfo(LF lf, Map predInfoM... method collectPredInfo (line 851) | private static String collectPredInfo(String sentId) { method getPredInfo (line 869) | public static String getPredInfo(Map predInfoMap) { method escape (line 878) | private static String escape(String s) { return DefaultTokenizer.escap... class SupertaggerStandIn (line 881) | private static class SupertaggerStandIn implements SupertaggerAdapter { method getSupertags (line 884) | public Map getSupertags() { return map; } method setTag (line 887) | void setTag(String tag) { map.clear(); map.put(tag, 1.0); } method setIncludeGold (line 890) | public void setIncludeGold(boolean includeGold) {} method resetBeta (line 891) | public void resetBeta() {} method resetBetaToMax (line 892) | public void resetBetaToMax() {} method nextBeta (line 893) | public void nextBeta() {} method previousBeta (line 894) | public void previousBeta() {} method hasMoreBetas (line 895) | public boolean hasMoreBetas() { return false; } method hasLessBetas (line 896) | public boolean hasLessBetas() { return false; } method getBetas (line 897) | public double[] getBetas() { return new double[]{1.0}; } method setBetas (line 898) | public void setBetas(double[] betas) {} method getCurrentBetaValue (line 899) | public double getCurrentBetaValue() { return 1.0; } FILE: src/opennlp/ccgbank/parse/SimpleNode.java class SimpleNode (line 10) | public class SimpleNode implements Node { class LexSenseRole (line 20) | public static class LexSenseRole { method LexSenseRole (line 23) | public LexSenseRole(String lex, String sense, String role) { method print (line 73) | public String print() throws Exception { method SimpleNode (line 88) | public SimpleNode(int i) { method SimpleNode (line 92) | public SimpleNode(CCGbankDerivation p, int i) { method getHeader (line 100) | public String getHeader() { method setHeader (line 107) | public void setHeader(String header) { method getLeftover (line 114) | public String getLeftover() { method getId (line 118) | public int getId(){ method jjtOpen (line 123) | public void jjtOpen() { method jjtClose (line 126) | public void jjtClose() { method jjtSetParent (line 130) | public void jjtSetParent(Node n) { method jjtGetParent (line 134) | public Node jjtGetParent() { method jjtAddChild (line 138) | public void jjtAddChild(Node n, int i) { method jjtGetChild (line 149) | public Node jjtGetChild(int i) { method jjtGetNumChildren (line 153) | public int jjtGetNumChildren() { method toString (line 162) | @Override method toString (line 167) | public String toString(String prefix) { method dump (line 174) | public void dump(String prefix) { FILE: src/srilmbridge/srilmbridge.cpp function JNIEXPORT (line 41) | JNIEXPORT void JNICALL Java_opennlp_ccg_ngrams_SRILMNgramModel_loadLM function JNIEXPORT (line 126) | JNIEXPORT jfloat JNICALL Java_opennlp_ccg_ngrams_SRILMNgramModel_doLogProb function JNIEXPORT (line 193) | JNIEXPORT void JNICALL Java_opennlp_ccg_ngrams_SRILMNgramModel_finalize FILE: test/opennlp/ccg/alignment/AlignmentTest.java class AlignmentTest (line 22) | public class AlignmentTest { method setUp (line 33) | @Before method testCompare (line 70) | @Test method testAlignment (line 87) | @Test method testSize (line 114) | @Test method testGet (line 119) | @Test method testAddMapping (line 126) | @Test method testGetTargets (line 184) | @Test method testMapEntrySet (line 215) | @Test method testMapValues (line 291) | @Test method testMapKeySet (line 334) | @Test method testMapContains (line 402) | @Test method testMapGet (line 420) | @Test method testMapPut (line 449) | @Test method testMapRemove (line 475) | @Test method testMapAdd (line 498) | @Test method testMapClear (line 519) | @Test method testAsMap (line 540) | @Test method testFromMap (line 563) | @Test method testReverse (line 572) | @Test method testGetIndices (line 585) | @Test FILE: test/opennlp/ccg/alignment/IdentifiedPhraseReaderWriterTest.java class IdentifiedPhraseReaderWriterTest (line 17) | public class IdentifiedPhraseReaderWriterTest { method setUp (line 29) | @Before method testIdentifiedPhraseReader (line 37) | @Test method testBoth (line 64) | @Test method testReadPhrase (line 92) | @Test method testWritePhrase (line 113) | @Test FILE: test/opennlp/ccg/alignment/IndexBaseTest.java class IndexBaseTest (line 12) | public class IndexBaseTest { method testGetStart (line 18) | @Test method testGetNullValue (line 24) | @Test method testIsValidIndex (line 30) | @Test method testTranslate (line 46) | @Test FILE: test/opennlp/ccg/alignment/MappingFormatTest.java class MappingFormatTest (line 16) | public class MappingFormatTest { method setUp (line 21) | @Before method testMappingFormat (line 49) | @Test method testFormatMapping (line 96) | @Test method testParseMapping (line 176) | @Test FILE: test/opennlp/ccg/alignment/MappingGroupTest.java class MappingGroupTest (line 10) | public class MappingGroupTest { method setUp (line 14) | @Before method testMappingGroup (line 20) | @Test method testEqualsObject (line 39) | @Test method testCompareTo (line 46) | @Test FILE: test/opennlp/ccg/alignment/MappingReaderWriterTest.java class MappingReaderWriterTest (line 22) | public class MappingReaderWriterTest { method setUp (line 44) | @Before method testConstructors (line 78) | @Test method testBoth (line 97) | @Test method testMappingWriter (line 165) | @Test method testMappingReader (line 274) | @Test FILE: test/opennlp/ccg/alignment/MappingTest.java class MappingTest (line 10) | public class MappingTest { method setUp (line 15) | @Before method testMapping (line 23) | @Test method testGet (line 58) | @Test method testCompareTo (line 69) | @Test method testEqualsObject (line 89) | @Test method testReverse (line 102) | @Test method testSet (line 107) | @Test method testHashCode (line 118) | @Test FILE: test/opennlp/ccg/alignment/PhraseReaderWriterTest.java class PhraseReaderWriterTest (line 17) | public class PhraseReaderWriterTest { method setUp (line 28) | @Before method testConstructors (line 36) | @Test method testBoth (line 55) | @Test method testReadPhrase (line 83) | @Test method testWritePhrase (line 102) | @Test FILE: test/opennlp/ccg/alignment/PhraseTest.java class PhraseTest (line 14) | public class PhraseTest { method setUp (line 21) | @Before method testCompare (line 26) | @Test method testSize (line 36) | @Test method testPhraseComparableOfIListOfString (line 41) | @Test method testGetNumber (line 66) | @Test method testGetInt (line 71) | @Test method testSetIntString (line 86) | @Test method testAdd (line 97) | @Test method testRemove (line 108) | public void testRemove() { method testIteratorRemove (line 118) | public void testIteratorRemove() { method testEqualsObject (line 130) | @Test FILE: test/opennlp/ccg/disjunctivizer/AlignedEdgeFilterTest.java class AlignedEdgeFilterTest (line 25) | public class AlignedEdgeFilterTest extends LFBaseTest { method setUp (line 30) | @Before method testAlignedEdgeFilter (line 42) | @Test method testGetAlignmentIndices (line 53) | @Test method testSetAlignmentIndices (line 58) | @SuppressWarnings("unchecked") method testAllows (line 73) | @SuppressWarnings("unchecked") FILE: test/opennlp/ccg/disjunctivizer/DisjunctivizerTest.java class DisjunctivizerTest (line 35) | public class DisjunctivizerTest extends LFBaseTest { method setUp (line 50) | @Before method testDisjunctivizer (line 69) | @Test method testBuildDisjunctiveLF (line 80) | @Test FILE: test/opennlp/ccg/disjunctivizer/EdgeMatchFilterTest.java class EdgeMatchFilterTest (line 19) | public class EdgeMatchFilterTest extends LFBaseTest { method setUp (line 24) | @Before method testEdgeMatchFilter (line 36) | @Test method testAllows (line 47) | @Test FILE: test/opennlp/ccg/disjunctivizer/FilteredLFEdgeSetTest.java class FilteredLFEdgeSetTest (line 26) | public class FilteredLFEdgeSetTest extends LFBaseTest { method setUp (line 34) | @SuppressWarnings("unchecked") method testSourceView (line 66) | @Test method testTargetView (line 72) | @Test method testLabelView (line 78) | @Test FILE: test/opennlp/ccg/disjunctivizer/LFGraphDifferenceTest.java class LFGraphDifferenceTest (line 29) | public class LFGraphDifferenceTest extends LFBaseTest { method setUp (line 37) | @SuppressWarnings("unchecked") method testLFGraphDifference (line 79) | @Test method testReverse (line 106) | @Test method testDeletes (line 124) | @Test method testInserts (line 158) | @Test method testSubstitutions (line 182) | @Test method testSubstitutionsBySource (line 221) | @Test method testSubstitutionsBySourceFor (line 255) | @Test FILE: test/opennlp/ccg/disjunctivizer/LabelMatchFilterTest.java class LabelMatchFilterTest (line 17) | public class LabelMatchFilterTest extends LFBaseTest { method setUp (line 23) | @Before method testLabelMatchFilter (line 39) | @Test method testSetBasis (line 50) | @Test method testAllows (line 66) | @Test FILE: test/opennlp/ccg/disjunctivizer/VertexMatchFilterTest.java class VertexMatchFilterTest (line 18) | public class VertexMatchFilterTest extends LFBaseTest { method setUp (line 24) | @Before method testVertexMatchFilter (line 38) | @Test method testSetBasis (line 49) | @Test method testAllows (line 66) | @Test FILE: test/opennlp/ccg/hylo/graph/LFBaseTest.java class LFBaseTest (line 10) | public class LFBaseTest { method setUp (line 14) | @Before method dummy (line 24) | @Test FILE: test/opennlp/ccg/hylo/graph/LFEdgeFactoryTest.java class LFEdgeFactoryTest (line 8) | public class LFEdgeFactoryTest extends LFEdgeTest { method setUp (line 12) | @Before method testCreateEdge (line 19) | @Test method testCreateLabeledEdge (line 27) | @Test FILE: test/opennlp/ccg/hylo/graph/LFEdgeTest.java class LFEdgeTest (line 12) | public class LFEdgeTest extends LFBaseTest { method setUp (line 18) | @Before method testLFEdge (line 29) | @Test method testEqualsObject (line 55) | @Test FILE: test/opennlp/ccg/hylo/graph/LFGraphTest.java class LFGraphTest (line 22) | public class LFGraphTest extends LFBaseTest { method setUp (line 27) | @Before method testLFGraph (line 103) | @Test method testRemoveVertex (line 109) | @Test method testFindVertexByNominal (line 117) | @Test FILE: test/opennlp/ccg/hylo/graph/LFVertexTest.java class LFVertexTest (line 19) | public class LFVertexTest extends LFBaseTest { method setUp (line 29) | @Before method testLFVertex (line 49) | @Test method testGetType (line 67) | @Test method testGetIndex (line 76) | @Test method testAttributeNames (line 82) | @Test method testContainsAttribute (line 98) | @Test method testGetAttribute (line 106) | @Test method testAddAttribute (line 114) | @Test method testSetAttribute (line 132) | @Test method testRemoveAttribute (line 144) | @Test method testEqualsObject (line 152) | @Test method testGetAttributeMap (line 163) | @Test FILE: test/opennlp/ccg/util/CompositeFilterTest.java class CompositeFilterTest (line 11) | public class CompositeFilterTest { method setUp (line 18) | @SuppressWarnings("unchecked") method testContainsFilter (line 45) | @Test method testAddFilter (line 52) | @Test method testRemoveFilter (line 69) | @Test method testAllows (line 81) | @Test FILE: test/opennlp/ccg/util/DelegatedFilterTest.java class DelegatedFilterTest (line 8) | public class DelegatedFilterTest { method setUp (line 13) | @Before method testAllows (line 30) | @Test method testDelegateValueFor (line 39) | @Test FILE: test/opennlp/ccg/util/FilteredMapTest.java class FilteredMapTest (line 16) | public class FilteredMapTest { method setUp (line 24) | @Before method testFilteredMap (line 43) | @Test method testGetOriginalMap (line 54) | @Test method testGetKeyFilter (line 59) | @Test method testEntrySet (line 64) | @Test method testPut (line 73) | @Test method testContainsValue (line 85) | @Test method testContainsKey (line 91) | @Test method testKeySet (line 97) | @Test method testValues (line 106) | @Test FILE: test/opennlp/ccg/util/FilteredSetTest.java class FilteredSetTest (line 13) | public class FilteredSetTest { method setUp (line 20) | @Before method testFilteredSet (line 38) | @Test method testSize (line 49) | @Test method testAdd (line 55) | @Test method testIterator (line 69) | @Test method testRemove (line 88) | @Test method testClear (line 97) | @Test method testGetOriginalCollection (line 105) | @Test FILE: test/opennlp/ccg/util/InverseFilterTest.java class InverseFilterTest (line 8) | public class InverseFilterTest { method setUp (line 13) | @Before method testInverseFilter (line 19) | @Test method testGetOriginalFilter (line 30) | @Test method testAllows (line 35) | @Test FILE: test/opennlp/ccg/util/MembershipFilterTest.java class MembershipFilterTest (line 11) | public class MembershipFilterTest { method setUp (line 16) | @Before method testMembershipFilter (line 27) | @Test method testAllows (line 38) | @Test FILE: test/opennlp/ccg/util/VisitedFilterTest.java class VisitedFilterTest (line 8) | public class VisitedFilterTest { method setUp (line 12) | @Before method testAllows (line 17) | @Test method testHasVisited (line 24) | @Test