<P>Create a TParseConfig.</P>
<P>Equal to <CODE><A HREF="~JD~tpc(gc,b,usci,optr)~EJD~">TParseConfig</A>(gap_config, b_ignoreSurrTxt, (new USCIgnore()), optr_dbg)</CODE></P>
**/
public TParseConfig(GapConfig gap_config, boolean b_ignoreSurrTxt, Outputter optr_dbg) {
this(gap_config, b_ignoreSurrTxt, (new USCIgnore()), optr_dbg);
}