| Algorithm 1 Span association pairing algorithm. |
| Input: An input sentence |
| Output: The candidate pair P |
| 1: for i in do |
| 2: for j in do |
| 3: if j in then |
| 4: |
| 5: |
| 6: |
| 7: |
| 8:Return P |
| Algorithm 1 Span association pairing algorithm. |
| Input: An input sentence |
| Output: The candidate pair P |
| 1: for i in do |
| 2: for j in do |
| 3: if j in then |
| 4: |
| 5: |
| 6: |
| 7: |
| 8:Return P |