Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1017371 // Test AI_BottomUpParser1 with excluding definitions (OK)

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Uses 3874K of libraries. Click here for Pure Java version (9831L/71K).

!7

p-exp {
  S sentence = "this check looks natural";
  new AI_BottomUpParser1 parser;
  parser.theSet = ai_wordCategoriesWithElements();
  remove(parser.theSet.get("<noun>"), "looks");
  parser.parse(sentence);
  parser.printWordsAndGroups();
  parser.printConstituentsOfFullGroup();
}

Author comment

Began life as a copy of #1017353

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1017371
Snippet name: Test AI_BottomUpParser1 with excluding definitions (OK)
Eternal ID of this version: #1017371/5
Text MD5: 58c52350024f352bcdbdd3fede3770c5
Transpilation MD5: f96478d148875665408847754c78ee83
Author: stefan
Category: javax / a.i.
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-18 16:26:08
Source code size: 297 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 250 / 631
Version history: 4 change(s)
Referenced in: [show references]