-
Considering that a new database schema is being developed, and the ids of compounds and reactions are currently a topic, I'd like to make a request that the ids for protons and electrons, as special a…
-
complication: word.ArithId() sometimes returns Id.Word_Compound.
Then there's no token. Because arithmetic works on words.
It's used in the TdopParser as `self.op_id`.
-
```
What steps will reproduce the problem?
1. Use a token filter that contains some set of words
2. Use an accepted word list that contains a disjoint set of words
3. run any semantic space main and s…
-
```
What steps will reproduce the problem?
1. Use a token filter that contains some set of words
2. Use an accepted word list that contains a disjoint set of words
3. run any semantic space main and s…
-
```
What steps will reproduce the problem?
1. Use a token filter that contains some set of words
2. Use an accepted word list that contains a disjoint set of words
3. run any semantic space main and s…
-
```
What steps will reproduce the problem?
1. Use a token filter that contains some set of words
2. Use an accepted word list that contains a disjoint set of words
3. run any semantic space main and s…
-
Words like "down" and "out" in a verb particle construction should be `ADP`, as mentioned [here](https://universaldependencies.org/u/pos/ADP.html) (which was surprising to me because I thought UD trie…
-
Is it possible to add more words into the words list and if yes how to do it and can I also add a phrase like 2-3 words together to make the program understand that these particular words together are…
-
-
Hello, When I use bpe as the modeling unit to train the English ASR model, the output of model are bpe subwords, and words can be obtained by spaces and ‘__’. But this method doesn't seem to be able …