text-fabric icon indicating copy to clipboard operation
text-fabric copied to clipboard

File format, model, API, and apps for manipulating text and its annotated features

Results 9 text-fabric issues
Sort by recently updated
recently updated
newest added

**Problem** There is a bug in TF when it comes ot the definition of relations between elements. The results for the following query shows Gen 20:2 as a result because...

enhancement

Text-Fabric Browser should have an option to upload node ID / feature pairings. For instance, if I have a .csv file where one column is nodes and another is a...

enhancement
improvement

I want to revisit the issue of multiple names in quantifiers. There are certain relationships which the present implementation is not able to express. Here is an example template that...

enhancement

Suppose you want to look for the first clause after an earlier clause, but not necessarily tightly adjacent. Can we define a spatial operator for that? This is in response...

enhancement
help wanted

Central to the TF-App functionality is the auto-download feature. But this requires the data to be open. Yet a corpus cannot always be open, e.g. when it contains sensitive data...

enhancement

`prettyTuple` currently requires the `seqNumber` argument. However, I often look at tuples in isolation without a loop. This argument should be optional.

There are various relaxed spatial relations, see [nearness relations](https://dans-labs.github.io/text-fabric/Search/#relational-operators). `A

enhancement

In notebooks, you can customize the highlight colors. Give Text-Fabric-Browser users that possibility as well. NB It is not possible to provide the full flexibility of the highlights parameter in...

enhancement

For the following code: ``` from tf.app import use A = use('etcbc/bhsa', hoist=globals()) v1 = A.nodeFromSectionStr("Judges 5:4") A.pretty(v1, standardFeatures=True) sentence = L.d(v1, otype="sentence")[0] ``` I got this error message: ```...