Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel query leads to spurious context tokens in tree view #371

Closed
amir-zeldes opened this issue Nov 24, 2014 · 1 comment
Closed

Parallel query leads to spurious context tokens in tree view #371

amir-zeldes opened this issue Nov 24, 2014 · 1 comment
Labels
Milestone

Comments

@amir-zeldes
Copy link
Collaborator

When querying a parallel corpus, the KWIC view may show the correct context, but in the tree visualizer, some extra tokens are shown (see image - context is +/-5 in KWIC, but tree shows more tokens which are probably not even the next ones in the text).

To reproduce use in SMULTRON:

english:cat="NP" ->align_e-d[type="good"] german:cat="PP"

image

@thomaskrause thomaskrause added this to the 3.2.1 milestone Nov 24, 2014
@amir-zeldes
Copy link
Collaborator Author

Correction: I just noticed the tokens in the right tree are actually the left context in both hits. Not sure why they are displayed in a tree to the right of the end of the right context.

thomaskrause added a commit that referenced this issue Nov 25, 2014
…graphs to the list

this fixes #371 and makes sure the graphs are outputted in the correct order
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants