891011121314
public class MaxWordSegTest extends TestCase { MaxWord segW; protected void setUp() throws Exception { segW = new MaxWord(); }