or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
# Attempto
Attempto
(Natural Language Processing, Controlled Natural Language)
From (Fuchs, 2010):
Selected Articles
The first paper on Attempto describes it as a langauge to help writing software specifications. It emphasises that software always needs to combine natural and formal language and suggests to do this in a controled and systematic way.
The translation of ACE into the first-order logic formalism of DRSs is explained in Section 3 of
This paper also contains many illutrative examples.
The following gives an overview of the language ACE, and then briefly presents the tools Attempto Parsing Engine (APE), Attempto Reasoner (RACE), ACE View, AceRules, AceWiki, and OWL verbaliser.
The question "Can Texts in Attempto Controlled English Be Understood by Anybody?" is discussed in some detail in
It also contains examples of where Attempto resolves ambiguities differently from a human speaker. Fuchs argues that these cases are rare and easily avoided if the author takes some care. On the other hand, the reader can use tools such as RACE in order to obtain answers to questions and check whether they understand the text. The answers to "Why" questions need to be contributed by the the authors in form of comments.
More on AceWiki
AceWiki
proposes ACE as a language to edit semantic wikis.More on Reasoning with ACE (RACE)
RACE
implements reasoners working on knowledge represented in ACE.References
Attempto Project
Questions
Sandbox Wiki. Very slow. Is it possible to take the code and implement a faster version? Are there examples of actual wikis?