Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. public static class Word {
  2. int ind;
  3. String word;
  4. String role;
  5. int parent;
  6. String synrole;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement