Package org.terrier.structures.seralization

Examples of org.terrier.structures.seralization.FixedSizeTextFactory


 
 
  @Test public void testLength1Strings() throws Exception
  {
    int length = 1;
    FixedSizeWriteableFactory<Text> factory = new FixedSizeTextFactory(length);
   
    String[] testStrings = {
        "a", "z", "-", "(", ".", ")", "/", "\\",
        "\u0290",
        makeStringOfLength('\u0290', 1),
View Full Code Here

TOP

Related Classes of org.terrier.structures.seralization.FixedSizeTextFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.