Viewing profile — Lindrian
Lindrian
HN member- Joined
- Tue, Aug 21, 2012, 12:10 PM UTC
- HN karma
- 323
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About Lindrian
No profile information was provided.
Recent public activity
- story
- story
-
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…
- comment
-
comment
Comment #16591247
Typically not. Sometimes they are tagged as nominal mentions.
-
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…
-
comment
Comment #8671682
The unit testing feature is located in the menu on the left, under the submenu "TOOLS" (the checkbox icon).
- story
- story
-
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.
- story
- story
-
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…
-
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 …
-
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…
-
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 :)…
- story
-
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
-
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
-
comment
Comment #6079638
You mean the fact that it doesnt show matches instantly?
-
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.
-
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…
-
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 …
-
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…
-
comment
Comment #6078869
Thats a great idea! I'll work something out.