Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
test things
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Nov 18, 2019
1 parent a50d79b commit be26289
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
18 changes: 18 additions & 0 deletions src/test/java/com/andromeda/araserver/test/NLPtests.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
package com.andromeda.araserver.test;

import com.andromeda.araserver.util.KeyWord;
import org.junit.Test;

import java.io.InputStream;


public class NLPtests {
@Test
public void mainTest(){
ClassLoader classloader = Thread.currentThread().getContextClassLoader();
InputStream is = classloader.getResourceAsStream("parse.bin");
new KeyWord(is).getKeyWords("Hello unit test")[0].show();

}

}
14 changes: 0 additions & 14 deletions src/test/java/com/andromeda/araserver/test/test1.java

This file was deleted.

0 comments on commit be26289

Please sign in to comment.