-
```
So JParsec (http://jparsec.codehaus.org/) is a nice library for writing
recursive-descent parsers. We should rewrite the whole TreebankFormatParser
using this approach - that should get rid of a…
-
## String-related functions
- [x] explode
- [x] implode
- [x] ucwords
- [x] [levenshtein](https://github.com/teknologi-umum/pehape/pull/42)
- [ ] addcslashes
- [x] addslashes
- [x] [bin2hex](ht…
-
I'd like to add the model description to the repository so we can collaborate on it as if it were code (especially using the issue tracker). This will make it easier to maintain different versions of…
-
For some documents, cross-references seem to work just fine, but other they don't come through.
Attached is a new word document where I created a cross reference. The generated HTML doesn't convert…
-
I also have the problem of downloading/formatting/grading a lot of student submissions from Blackboard. Just come across this interesting project. I glanced the code and it seems only to format source…
-
```
Word Net 3.0.0 has been converted from tsv to turtle, so it is needed to be
verified before it is hosted on mlod
```
Original issue reported on code.google.com by `mofeed.m...@gmail.com` on 19 S…
-
Original [issue 315](https://code.google.com/p/cleartk/issues/detail?id=315) created by ClearTK on 2012-07-25T00:58:05.000Z:
So JParsec (http://jparsec.codehaus.org/) is a nice library for writing re…
-
@devbobnwaka has noted that numerous clinics and businesses are transitioning from paper to digital formats, a process that can be challenging for administrative staff. To facilitate this transition, …
-
Hi,
In the sample code example provided for SimCSE, should we set the **dropout** or has it been set emplicitly:
```
model_name = 'distilroberta-base'
word_embedding_model = models.Transformer…
-
## Expected Behavior
This program should take a data file (PLD/LDF) and convert that to a simple ROOT tree without any event information baked in. The MVP will just take what's supposed to go i…