Skip to content

Commit

Permalink
Better usage message.
Browse files Browse the repository at this point in the history
  • Loading branch information
antononcube committed Jun 8, 2017
1 parent 136d075 commit f74798e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions JavaTriesWithFrequencies.m
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ Mathematica is (C) Copyright 1988-2017 Wolfram Research, Inc.

JavaTrieClone::usage = "JavaTrieClone[ jTr ] makes a deep clone of a given Java trie."

JavaTrieCompleteMatch::usage = "JavaTrieCompleteMatch[ jTr_, sw:{_String..}] finds is fraction\
of the list of strings sw a complete match in the Java trie jTr."
JavaTrieCompleteMatch::usage = "JavaTrieCompleteMatch[ jTr_, sw:{_String..}] finds does a fraction\
of the list of strings sw is a complete match in the Java trie jTr."

JavaTrieContains::usage = "JavaTrieContains[ jTr_, sw:{_String..}] finds is the list of strings\
sw a complete match in the Java trie jTr."
Expand Down Expand Up @@ -171,7 +171,6 @@ Mathematica is (C) Copyright 1988-2017 Wolfram Research, Inc.
JavaTrieShrinkInternalNodes::usage = "JavaTrieShrinkInternalNodes[ jTr_, sep_String:\"\"] concatenates\
the \"single path\" internal nodes in the trie jTr using the given separator sep."


JavaTrieThresholdRemove::usage = "Remove nodes that have values below (or above) a threshold."

JavaTrieParetoFractionRemove::usage = "Remove nodes that have values below (or above) thresholds derived\
Expand Down

0 comments on commit f74798e

Please sign in to comment.