Skip to content

Commit

Permalink
add architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamed Zamani committed Dec 14, 2019
1 parent 85ccf06 commit 01b5ff9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Expand Up @@ -10,6 +10,18 @@ an interactive mode, where the back end can be *fully algorithmic* or a *wizard
Macaw could be of interest to the researchers and practitioners working on information retrieval, natural language
processing, and dialogue systems.

Table of content:
+ [Macaw Architecture](#macaw-architecture)
+ [Interfaces](#interfaces)
+ [Retrieval](#retrieval)
+ [Answer Selection and Generation](#answer-selection-and-generation)
+ [Installation](#installation)
+ [Running Macaw](#running-macaw)
+ [Bug Report and Feature Request](#bug-report-and-feature-request)
+ [Citation](#citation)
+ [License](#license)
+ [Contribution](#contribution)

## Macaw Architecture
Macaw has a modular architecture, which allows further development and extension. The high-level architecture of Macaw
is presented below:
Expand All @@ -34,7 +46,7 @@ Macaw features the following search engines:
collection.
+ Bing web search API: sending a request to the Bing API and getting the results.

#### Answer Selection / Generation
#### Answer Selection and Generation
For question answering, Macaw only features [the DrQA model](https://github.com/facebookresearch/DrQA) in its current
version.

Expand Down Expand Up @@ -168,7 +180,7 @@ bibtex:
Macaw is distributed under the **MIT License**. See the `LICENSE` file for more information.


## Contributing
## Contribution

This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
Expand Down
Binary file modified macaw-example-tax.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 01b5ff9

Please sign in to comment.