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

Tokenizer doesn't handle 'S very well when there are spaces in front #8

Open
dominickng opened this issue Apr 30, 2014 · 2 comments
Open
Labels

Comments

@dominickng
Copy link

These are sourced from tokenising Clueweb 09 and attempting to apply FACC annotations. Each one has the pattern <space> <apostrophe> <S>.

: 'Stille Nacht' -> : 'S tille Nacht
track 'Straight to Hell -> track 'S traight to Hell
, 'SB' for a Snowboardtour, 'SK' -> , 'S B ' for a Snowboardtour , 'S K '

@jnothman
Copy link
Contributor

Yes, this is among issues that should be ported from redmine

On 30 April 2014 15:37, Dominick Ng [email protected] wrote:

These are sourced from tokenising Clueweb 09 and attempting to apply
FACC annotations. Each one has the pattern .

: 'Stille Nacht' -> : 'S tille Nacht
track 'Straight to Hell -> track 'S traight to Hell
, 'SB' for a Snowboardtour, 'SK' -> , 'S B ' for a Snowboardtour , 'S K '


Reply to this email directly or view it on GitHubhttps://github.com//issues/8
.

@timdawborn timdawborn added the bug label Oct 9, 2014
@timdawborn
Copy link
Contributor

Related to, but not identical to #23.

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

4 participants