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

Normalize Date Expressions before classification #42

Closed
marfox opened this issue May 5, 2015 · 4 comments
Closed

Normalize Date Expressions before classification #42

marfox opened this issue May 5, 2015 · 4 comments

Comments

@marfox
Copy link
Member

marfox commented May 5, 2015

Lots of FEs are dates:

  • absolute, e.g., May 2008
  • relative, e.g., the previous season
  • interval, e.g., from 2008 to 2015
@marfox marfox added this to the Classification Runtime milestone May 5, 2015
@marfox marfox self-assigned this May 6, 2015
@Warun26
Copy link

Warun26 commented May 18, 2015

Hi @marfox ,
I think the link to the CFG is not working. Also, just out of curiosity, I wanted to know what advantages CFGs offer over rule based systems such as SUTime(used in stanfordNLP). I am guessing there will be a lot of rules when we consider different languages but is that the only disadvantage?

Thanks in advance.
Varun

@marfox
Copy link
Member Author

marfox commented May 18, 2015

Sorry for the broken link @Warun26 , the grammar has moved to a new module in the meanwhile. It should be fixed now.
CFG is a rule-based system, and as such behaves the same as SUTime.
In addition, it also allows for recursive rules, and I'm not sure if this is possible with SUTime, is it?

@Warun26
Copy link

Warun26 commented May 18, 2015

SUTime does not support recursive rules. It just applies basic regex rules over tokens to extract temporal data. Thanks for the information! :-)

@marfox marfox added the major label May 28, 2015
@marfox
Copy link
Member Author

marfox commented Jul 9, 2015

Should implement the behavior in #47

@marfox marfox closed this as completed Jul 9, 2015
@marfox marfox added the wontfix label Jul 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants