Skip to content

Commit

Permalink
chore: fix new issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed Jan 1, 2024
1 parent 0b32ad1 commit 0169901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Full docs: [https://chanind.github.io/penman-js](https://chanind.github.io/penma

## About

This library, including documentation, is a manual port of the [Penman Python library](https://github.com/goodmami/penman). All functionality available in the original library should also be available in this library, with similar usage and semantics. The Python library should still be considered the main project for new features. If you find that behavior differs between these libraries, please [open an issue](https://github.com/chanind/penman-js/issues).
This library, including documentation, is a manual port of the [Penman Python library](https://github.com/goodmami/penman). All functionality available in the original library should also be available in this library, with similar usage and semantics. The Python library should still be considered the main project for new features. If you find that behavior differs between these libraries, please [open a Github issue](https://github.com/chanind/penman-js/issues/new).

The goal of this project is to bring the power of the Penman Python library's AMR parsing and generation to the browser and Node.js. This project does not provide a CLI interface for manipulating AMR, since the Python library already provides that functionality.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Abstract Meaning Representation (AMR) parser and generator for JavaScript.

## About

This library, including documentation, is a manual port of the [Penman Python library](https://github.com/goodmami/penman). All functionality available in the original library should also be available in this library, with similar usage and semantics. The Python library should still be considered the main project for new features. If you find that behavior differs between these libraries, please [open an issue](https://github.com/chanind/penman-js/issues).
This library, including documentation, is a manual port of the [Penman Python library](https://github.com/goodmami/penman). All functionality available in the original library should also be available in this library, with similar usage and semantics. The Python library should still be considered the main project for new features. If you find that behavior differs between these libraries, please [open a Github issue](https://github.com/chanind/penman-js/issues/new).

The goal of this project is to bring the power of the Penman Python library's AMR parsing and generation to the browser and Node.js. This project does not provide a CLI interface for manipulating AMR, since the Python library already provides that functionality.

Expand Down

0 comments on commit 0169901

Please sign in to comment.