Live data from Hacker News

Viewing profile — Lindrian

Lindrian

HN member
Joined
Tue, Aug 21, 2012, 12:10 PM UTC
HN karma
323
Public activity
52 items

About Lindrian

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #30198778

    regex101 has a few more distinguishing features: - more flavor support, - a regex debugger, - code generator, with support for a lot of languages, - a complete quick reference with…

  4. comment
  5. comment
    Comment #16591247

    Typically not. Sometimes they are tagged as nominal mentions.

  6. comment
    Comment #16583705

    Don't agree. LSTM is a very good option for NER. I have personally experimented with simple FFNN and language models to accommodate variable width input and achieved very good resu…

  7. comment
    Comment #8671682

    The unit testing feature is located in the menu on the left, under the submenu "TOOLS" (the checkbox icon).

  8. story
  9. story
  10. comment
    Comment #6800556

    I posted this last night but was told it was incorrect format so I'm giving it another try. Hope this is alright! Please enjoy the site and any feedback is appreciated.

  11. story
  12. story
  13. comment
    Comment #6566338

    Hello I'm the creator. PCRE offers a neat feature to limit backtracking, Python does not. I still havent found a decent solution to this issue. Javascript is run in your own browse…

  14. comment
    Comment #6463533

    I think this shows quite clearly what is going on and why I get the result I get: http://regex101.com/r/kU3cJ6/#debugger (imgur link: http://imgur.com/H2IkNGy ) If you don't agree …

  15. comment
    Comment #6463112

    I have thought about this, but in cases where it would be useful, it's impossible to generate a sample match string. For example, creating a match string for /(?:a|[bc])efg?/ is su…

  16. comment
    Comment #6463103

    Forgot to tell you how to use it. Simply insert an expression and some text and press the little red button right above the input for the regex. That's all you have to do! Enjoy :)…

  17. story
  18. comment
    Comment #6326303

    You could always comment the regex. My website provides a full and accurate explanation, step by step, of almost any given regex. Have a look here: http://regex101.com/r/dG4lP3

  19. comment
    Comment #6082757

    Not sure if im understanding you correctly but the site does show the content of all capture groups: http://regex101.com/r/nB1bR1

  20. comment
    Comment #6079638

    You mean the fact that it doesnt show matches instantly?

  21. comment
    Comment #6079581

    You're right. I managed to mess up some entries of the database, thats why you see some ungodly stuff like 11b email validation. I'll patch it up.

  22. comment
    Comment #6079220

    Hmm, I don't want users to see shorter answers and then modifying their own to get the same length or even shorter (since they didnt do the real work). What about something like be…

  23. comment
    Comment #6079179

    I don't think the problem is the click event sending you to the top of the page, its the fact that the textarea is out of sight and its being modified. The browser will then focus …

  24. comment
    Comment #6079165

    Hmm, the explanation part does part of what you're asking. However, I don't know of any straight forward documentation that I can link to that will explain each and every one of th…

  25. comment
    Comment #6078869

    Thats a great idea! I'll work something out.