Skip to content

MoonWalker1997/English-to-Narsese

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Intro

This, English to Narsese, beta 1.0, is a Python script by Tangrui Li ([email protected]) translating English to Narsese, which is the formal language used in the non-axiomatic reasoning system (NARS, https://www.opennars.org). This script will translate your input English sentence (including possible punctuations) to several Narsese judgments, so that you may use the strong capability of reasoning of NARS on your NLP tasks. Here are some examples of a Q&A problem.


Q: I am studying Chinese diligently. I am studying English. What I am studying diligently?

A: Chinese.

Q: I am studying Chinese. I am studying English diligently. What I am studying diligently?

A: English.


Note that this script does not include an OpenNARS agent; it is only for translation. Therefore, you cannot get the answer by this program merely. And it is suggested to translate sentences one by one, although it is okay to process a long paragraph.

Prerequisites

Usage

This script can be run using IDE or terminal. It will receive the input cyclically. Again, it is recommended to input the sentences one by one.

You can use pipe to feed the translated Narsese into an OpenNARS client, like:

python English_to_Narsese_beta_1_0.py | java -jar opennars-v3.1.2.jar

The current OpenNARS is version 3.1.2 (https://github.com/opennars/opennars_v3.1.2).

If you input a sentence with an asterisk (*) at the beginning, the script will just output the original sentence without the asterisk. You can use this to feed Narsese sentence when running this script and OpenNARS together without unnecessary translation. For example:

*<Bird --> swimmer>. 

Appendix

Terms used in the program are largely consistent with CoreNLP's handbook (https://downloads.cs.stanford.edu/nlp/software/dependencies_manual.pdf) and PennTreeBanks (https://www.ling.upenn.edu/courses/Fall_2003/ling001/penn_treebank_pos.html). You can visualize the result of CoreNlP at here (https://corenlp.run).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages