-
https://www.wesleypsu.org/
-
The Penn Museum pulled down the metadata that we used to harvest. There is a "download data" button on the about page of [their website](https://www.penn.museum/collections/search.php?department%5B0%5…
-
Every Cure has communicated via @dkoslicki that it would be helpful to them (and also, to the Penn State group of our team) if the following three KG2c build artifacts could be provided at a consisten…
-
### Describe the bug
from datasets import load_dataset
print("11")
traindata = load_dataset('ptb_text_only', 'penn_treebank', split='train')
print("22")
valdata = load_dataset('ptb_text_only',
…
-
Consider using the pitch trackers from [penn](https://github.com/interactiveaudiolab/penn/) which might be higher quality.
NOTES:
* Use the dev branch of that repo, according to their README.
* T…
-
https://github.com/interactiveaudiolab/penn
-
We need to consider what conventions to use for the categories discussed in "Penn Treebank: Empty Categories and Resumptive Elements":
https://www.ling.upenn.edu/ppche/ppche-release-2016/annotati…
-
"When you support universal links, iOS users can tap a link to your website and get seamlessly redirected to your installed app without going through Safari. If your app isn’t installed, tapping a lin…
-
Some shows such as "Penn & Teller: Fool Us" contain illegal characters that cannot be used in folders and files.
The logs indicate the file was moved correctly:
```
>>> Parsing (redacted)/Penn.…
-
```python3
from sacremoses import MosesTokenizer
print(MosesTokenizer(lang='en').penn_tokenize("-LRB- This is very nice -RRB-"))
```
I got the following error. And I found changing `lang='en'`…