OutSystems Forge 日本語データベース

Diff Text List

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-08-27 1.0.0 Takasi Moriya All All Libraries
このロジックは、久保達彦の「O(NP)シーケンス比較アルゴリズム」の実装から移植されました。 https://github.com/cubicdaiya/onp
このロジックは、久保達彦の「O(NP)シーケンス比較アルゴリズム」の実装から移植されました。 https://github.com/cubicdaiya/onp コアモジュールにはアクションが1つしかありません。 DiffTextList - > In1:テキストリスト - > In2:テキストリスト < - ses:最短編集スクリプトリスト sesはレコード{Sign <Integer>、Text <Text>}のリストです。 サイン1:追加されたアイテム 記号-1:削除されたアイテム サイン0:その他 Webモジュールのサンプルがアプリケーションモジュールに含まれています。

[Overview]
This logic was ported from Tatsuhiko Kubo's implementations of "An O(NP) Sequence Comparison Algorithm." https://github.com/cubicdaiya/onp
[Detail]
This logic was ported from Tatsuhiko Kubo's implementations of "An O(NP) Sequence Comparison Algorithm." https://github.com/cubicdaiya/onp The core module has only one action. DiffTextList -> In1: Text List -> In2: Text List <- ses: Shortest edit script list The ses is a list of record {Sign<Integer>, Text<Text>}. Sign 1: added item Sign -1: deleted item Sign 0: other A sample web module is included in the application module.
戻る