> For the complete documentation index, see [llms.txt](https://lab-of-ontologies-language-proce.gitbook.io/copens/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lab-of-ontologies-language-proce.gitbook.io/copens/fu_lu_ff1a_corpuslinguistics_with_python/cqpwebinabox.md).

# CQPwebInABox

* `CQPweb` 好用不好裝，該團隊於是開發 `CQPwebInABox`，是預載好 `linux`與`CQPweb` 的虛擬機器。
* 虛擬機器 (Virtual Machine (VM)) 其實是模擬硬體的軟體。利用該軟體，妳可以在自己的電腦中運行不同的虛擬機器（甚至不同的作業系統）。目前常用的軟體有 `VMware` or `VirtualBox`。

## 安裝

1. 先安裝 `VirtualBox`
2. 下載 image 檔
   * download the most recent [here](http://sourceforge.net/projects/cwb/files/CQPwebInABox/)
3. 開啟 `VirtualBox` &#x20;
   * click on File and then Import Appliance...
   * Use the file-selector on the import-VM wizard to choose the file you just downloaded.
   * Work through the rest of the wizard; if it offers you choices, the default settings are usually fine.; if there are any warning memssages, just ignore them.

REF:

* \[The IMS Open Corpus Workbench (CWB)

  CQP Query Language Tutorial]\(<http://cwb.sourceforge.net/files/CQP_Tutorial/>)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://lab-of-ontologies-language-proce.gitbook.io/copens/fu_lu_ff1a_corpuslinguistics_with_python/cqpwebinabox.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
